#include <Parameters.h>
|
| | BCModifier (const aString &nm) |
| |
| virtual | ~BCModifier () |
| |
| virtual const bool | isPenaltyBC () const |
| |
| virtual bool | inputFromGI (GenericGraphicsInterface &gi)=0 |
| |
| virtual bool | applyBC (Parameters ¶meters, const real &t, const real &dt, realMappedGridFunction &u, const int &grid, int side0, int axis0, realMappedGridFunction *gridVelocity=0)=0 |
| |
| virtual bool | setBCCoefficients (Parameters ¶meters, const real &t, const real &dt, realMappedGridFunction &u, realMappedGridFunction &coeff, const int &grid, int side0, int axis0, realMappedGridFunction *gridVelocity=0)=0 |
| |
| virtual bool | addPenaltyForcing (Parameters ¶meters, const real &t, const real &dt, const realMappedGridFunction &u, realMappedGridFunction &dudt, const int &grid, int side0, int axis0, const realMappedGridFunction *gridVelocity=0)=0 |
| |
| Parameters::BCModifier::BCModifier |
( |
const aString & |
nm | ) |
|
|
inline |
| virtual Parameters::BCModifier::~BCModifier |
( |
| ) |
|
|
inlinevirtual |
| virtual bool Parameters::BCModifier::addPenaltyForcing |
( |
Parameters & |
parameters, |
|
|
const real & |
t, |
|
|
const real & |
dt, |
|
|
const realMappedGridFunction & |
u, |
|
|
realMappedGridFunction & |
dudt, |
|
|
const int & |
grid, |
|
|
int |
side0, |
|
|
int |
axis0, |
|
|
const realMappedGridFunction * |
gridVelocity = 0 |
|
) |
| |
|
pure virtual |
| virtual bool Parameters::BCModifier::applyBC |
( |
Parameters & |
parameters, |
|
|
const real & |
t, |
|
|
const real & |
dt, |
|
|
realMappedGridFunction & |
u, |
|
|
const int & |
grid, |
|
|
int |
side0, |
|
|
int |
axis0, |
|
|
realMappedGridFunction * |
gridVelocity = 0 |
|
) |
| |
|
pure virtual |
| virtual bool Parameters::BCModifier::inputFromGI |
( |
GenericGraphicsInterface & |
gi | ) |
|
|
pure virtual |
| const bool Parameters::BCModifier::isPenaltyBC |
( |
| ) |
const |
|
virtual |
| virtual bool Parameters::BCModifier::setBCCoefficients |
( |
Parameters & |
parameters, |
|
|
const real & |
t, |
|
|
const real & |
dt, |
|
|
realMappedGridFunction & |
u, |
|
|
realMappedGridFunction & |
coeff, |
|
|
const int & |
grid, |
|
|
int |
side0, |
|
|
int |
axis0, |
|
|
realMappedGridFunction * |
gridVelocity = 0 |
|
) |
| |
|
pure virtual |
| aString Parameters::BCModifier::name |
The documentation for this class was generated from the following files: