libpspm
EnvironmentBase Class Referenceabstract

#include <environment_base.h>

Public Member Functions

virtual ~EnvironmentBase ()
 
virtual void computeEnv (double t, Solver *sol, std::vector< double >::iterator S, std::vector< double >::iterator dSdt)=0
 

Detailed Description

Definition at line 6 of file environment_base.h.

Constructor & Destructor Documentation

◆ ~EnvironmentBase()

virtual EnvironmentBase::~EnvironmentBase ( )
inlinevirtual

Definition at line 8 of file environment_base.h.

8 {};
Here is the call graph for this function:

Member Function Documentation

◆ computeEnv()

virtual void EnvironmentBase::computeEnv ( double  t,
Solver sol,
std::vector< double >::iterator  S,
std::vector< double >::iterator  dSdt 
)
pure virtual
Here is the caller graph for this function:

The documentation for this class was generated from the following file: