16 |
|
|
17 |
#include "System.h" |
#include "System.h" |
18 |
|
|
|
void Finley_SCSL_free(Finley_SystemMatrix* A); |
|
|
void Finley_SCSL(Finley_SystemMatrix* A, double* out, double* in, Finley_SolverOptions* options); |
|
19 |
void Finley_SCSL_iterative_free(Finley_SystemMatrix* A); |
void Finley_SCSL_iterative_free(Finley_SystemMatrix* A); |
20 |
void Finley_SCSL_iterative(Finley_SystemMatrix* A, double* out,double* in,Finley_SolverOptions* options); |
void Finley_SCSL_iterative(Finley_SystemMatrix* A, double* out,double* in,Finley_SolverOptions* options); |
21 |
void Finley_SCSL_direct_free(Finley_SystemMatrix* A); |
void Finley_SCSL_solve_free(Finley_SystemMatrix* A); |
22 |
void Finley_SCSL_direct(Finley_SystemMatrix* A, double* out, double* in, Finley_SolverOptions* options); |
void Finley_SCSL_solve(Finley_SystemMatrix* A, double* out, double* in, Finley_SolverOptions* options); |
23 |
|
|
24 |
#endif |
#endif |
25 |
/* |
/* |
26 |
* $Log$ |
* $Log$ |
27 |
* Revision 1.2 2004/12/14 05:39:31 jgs |
* Revision 1.3 2004/12/15 03:48:47 jgs |
28 |
* *** empty log message *** |
* *** empty log message *** |
29 |
* |
* |
|
* Revision 1.1.1.1.2.1 2004/11/12 06:58:20 gross |
|
|
* a lot of changes to get the linearPDE class running: most important change is that there is no matrix format exposed to the user anymore. the format is chosen by the Domain according to the solver and symmetry |
|
|
* |
|
30 |
* Revision 1.1.1.1 2004/10/26 06:53:57 jgs |
* Revision 1.1.1.1 2004/10/26 06:53:57 jgs |
31 |
* initial import of project esys2 |
* initial import of project esys2 |
32 |
* |
* |