//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More...
Functions | |
void | get_source (const Vector< double > &x, double &source) |
Const source function. More... | |
Variables | |
double | Strength =1.0 |
Strength of source function: default value 1.0. More... | |
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
Namespace for const source term in Poisson equation
void ConstSourceForPoisson::get_source | ( | const Vector< double > & | x, |
double & | source | ||
) |
Const source function.
Definition at line 61 of file algebraic_free_boundary_poisson.cc.
References Strength.
Referenced by DeformableFishPoissonProblem< ELEMENT >::DeformableFishPoissonProblem(), FreeBoundaryPoissonProblem< ELEMENT >::FreeBoundaryPoissonProblem(), and RefineableFishPoissonProblem< ELEMENT >::RefineableFishPoissonProblem().
double ConstSourceForPoisson::Strength =1.0 |
Strength of source function: default value 1.0.
Definition at line 58 of file algebraic_free_boundary_poisson.cc.
Referenced by get_source().