escript  Revision_Unversioneddirectory
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
paso::ReactiveSolver Struct Reference

#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
 

Constructor & Destructor Documentation

paso::ReactiveSolver::ReactiveSolver ( const_TransportProblem_ptr  _tp)
inline
paso::ReactiveSolver::~ReactiveSolver ( )
inline

Member Function Documentation

double paso::ReactiveSolver::getSafeTimeStepSize ( const_TransportProblem_ptr  tp)
static
void paso::ReactiveSolver::initialize ( double  _dt,
Options  
)
inline
err_t paso::ReactiveSolver::solve ( double *  u,
double *  u_old,
const double *  source,
Options options,
Performance pp 
)

Member Data Documentation

double paso::ReactiveSolver::dt

Referenced by initialize(), and solve().

const_TransportProblem_ptr paso::ReactiveSolver::tp

Referenced by initialize(), and solve().


The documentation for this struct was generated from the following files: