ESScript
Revision_
|
#include <FCT_Solver.h>
Public Attributes | |
Paso_TransportProblem * | transportproblem |
Esys_MPIInfo * | mpi_info |
Paso_FCT_FluxLimiter * | flux_limiter |
index_t | method |
double | omega |
double | dt |
double * | b |
double * | z |
double * | du |
Paso_Coupler * | u_coupler |
Paso_Coupler * | u_old_coupler |
double* Paso_FCT_Solver::b |
Referenced by Paso_FCT_Solver_alloc(), Paso_FCT_Solver_free(), Paso_FCT_Solver_update_LCN(), and Paso_FCT_Solver_updateNL().
double Paso_FCT_Solver::dt |
Referenced by Paso_FCT_Solver_initialize(), Paso_FCT_Solver_update_LCN(), and Paso_FCT_Solver_updateNL().
double* Paso_FCT_Solver::du |
Referenced by Paso_FCT_Solver_alloc(), Paso_FCT_Solver_free(), and Paso_FCT_Solver_updateNL().
Paso_FCT_FluxLimiter* Paso_FCT_Solver::flux_limiter |
Referenced by Paso_FCT_Solver_alloc(), Paso_FCT_Solver_free(), Paso_FCT_Solver_update_LCN(), and Paso_FCT_Solver_updateNL().
index_t Paso_FCT_Solver::method |
Esys_MPIInfo* Paso_FCT_Solver::mpi_info |
Referenced by Paso_FCT_Solver_alloc(), and Paso_FCT_Solver_free().
double Paso_FCT_Solver::omega |
Paso_TransportProblem* Paso_FCT_Solver::transportproblem |
Paso_Coupler* Paso_FCT_Solver::u_coupler |
Referenced by Paso_FCT_Solver_alloc(), Paso_FCT_Solver_free(), and Paso_FCT_Solver_updateNL().
Paso_Coupler* Paso_FCT_Solver::u_old_coupler |
Referenced by Paso_FCT_Solver_alloc(), Paso_FCT_Solver_free(), Paso_FCT_Solver_update_LCN(), and Paso_FCT_Solver_updateNL().
double* Paso_FCT_Solver::z |
Referenced by Paso_FCT_Solver_alloc(), Paso_FCT_Solver_free(), and Paso_FCT_Solver_updateNL().