|
|
|
@ -19,7 +19,9 @@ Version 2.0.
|
|
|
|
|
existing solvers/smoothers as a model, develop your own by
|
|
|
|
|
changing/replacing the model contents, and then pass the new object
|
|
|
|
|
to the PREC%SET() method which will copy into the internals, as per
|
|
|
|
|
the PROTOTYPE design pattern. It's easier done than said!
|
|
|
|
|
the PROTOTYPE design pattern. Take a look at the test/newslv
|
|
|
|
|
directory to see an example. It's easier done than said!
|
|
|
|
|
|
|
|
|
|
Note in this beta version the interface to SuperLU_Dist 3.3 is
|
|
|
|
|
having some issues (most notably, we have chosen to have a memory
|
|
|
|
|
leak in place of a segfault), we'll fix them asap.
|
|
|
|
|