ESYS13
Revision_
|
Functions | |
Paso_Function * | Paso_Function_LinearSystem_alloc (Paso_SystemMatrix *A, double *b, Paso_Options *options) |
void | Paso_Function_LinearSystem_free (Paso_Function *F) |
err_t | Paso_Function_LinearSystem_call (Paso_Function *F, double *value, const double *arg, Paso_Performance *pp) |
Paso_Function* Paso_Function_LinearSystem_alloc | ( | Paso_SystemMatrix * | A, |
double * | b, | ||
Paso_Options * | options | ||
) |
References Paso_Function::b, Esys_checkPtr(), Esys_MPIInfo_getReference(), Esys_noError(), Paso_Function::kind, LINEAR_SYSTEM, MEMALLOC, Paso_Function::more, Paso_Function::mpi_info, Paso_SystemMatrix::mpi_info, Paso_Function::n, Paso_Function_LinearSystem_free(), Paso_SystemMatrix_getReference(), Paso_SystemMatrix_getTotalNumRows(), Paso_SystemMatrix_setPreconditioner(), and Paso_Function::tmp.
Referenced by Paso_Solver().
err_t Paso_Function_LinearSystem_call | ( | Paso_Function * | F, |
double * | value, | ||
const double * | arg, | ||
Paso_Performance * | pp | ||
) |
void Paso_Function_LinearSystem_free | ( | Paso_Function * | F | ) |
References Esys_MPIInfo_free(), MEMFREE, Paso_Function::more, Paso_Function::mpi_info, Paso_SystemMatrix_free(), and Paso_Function::tmp.
Referenced by Paso_Function_free(), Paso_Function_LinearSystem_alloc(), and Paso_Solver().