|
escript
Revision_Unversioneddirectory
|
#include <ReactiveSolver.h>
Public Member Functions | |
| ReactiveSolver (const_TransportProblem_ptr _tp) | |
| ~ReactiveSolver () | |
| void | initialize (double _dt, Options *) |
| err_t | solve (double *u, double *u_old, const double *source, Options *options, Performance *pp) |
Static Public Member Functions | |
| static double | getSafeTimeStepSize (const_TransportProblem_ptr tp) |
Public Attributes | |
| const_TransportProblem_ptr | tp |
| double | dt |
|
inline |
|
inline |
|
static |
References LARGE_POSITIVE_FLOAT, MIN, MPI_DOUBLE, MPI_MIN, and PASO_RT_EXP_LIM_MAX.
Referenced by paso::TransportProblem::getSafeTimeStepSize(), and initialize().
|
inline |
References dt, getSafeTimeStepSize(), solve(), and tp.
Referenced by paso::TransportProblem::solve().
| err_t paso::ReactiveSolver::solve | ( | double * | u, |
| double * | u_old, | ||
| const double * | source, | ||
| Options * | options, | ||
| Performance * | pp | ||
| ) |
References dt, MPI_INT, MPI_MAX, PASO_RT_EXP_LIM_MAX, PASO_RT_EXP_LIM_MIN, SOLVER_DIVERGENCE, SOLVER_NO_ERROR, and tp.
Referenced by initialize(), and paso::TransportProblem::solve().
| double paso::ReactiveSolver::dt |
Referenced by initialize(), and solve().
| const_TransportProblem_ptr paso::ReactiveSolver::tp |
Referenced by initialize(), and solve().
1.8.11