#include "Common.h"#include "Functions.h"#include "PasoUtil.h"#include "Solver.h"Functions | |
| Paso_Function * | Paso_FCTSolver_Function_alloc (PasoTransportProblem *tp, Paso_Options *options) |
| void | Paso_Function_FCTSolver_free (Paso_Function *F) |
| err_t | Paso_Function_FCTSolver_call (Paso_Function *F, double *value, const double *arg, Paso_Performance *pp) |
| Paso_Function* Paso_FCTSolver_Function_alloc | ( | PasoTransportProblem * | tp, | |
| Paso_Options * | options | |||
| ) |
References Paso_Function::b, Esys_checkPtr(), Esys_MPIInfo_getReference(), Esys_noError(), Paso_Function::kind, MEMALLOC, Paso_Function::more, Paso_Function::mpi_info, Paso_Function::n, Paso_Function_FCTSolver_free(), Paso_SystemMatrix_getReference(), Paso_SystemMatrix_getTotalNumRows(), and Paso_Function::tmp.
| err_t Paso_Function_FCTSolver_call | ( | Paso_Function * | F, | |
| double * | value, | |||
| const double * | arg, | |||
| Paso_Performance * | pp | |||
| ) |
| void Paso_Function_FCTSolver_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_FCTSolver_Function_alloc().
1.7.1