[P]arallel [Hi]gh-order [Li]brary for [P]DEs
Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
|
Initial condition 0. More...
#include <initial_condition_function.h>
Public Member Functions | |
InitialConditionFunction_Zero () | |
< dealii::Function we are templating on More... | |
real | value (const dealii::Point< dim, real > &point, const unsigned int istate=0) const override |
Returns zero. | |
![]() | |
InitialConditionFunction () | |
< dealii::Function we are templating on More... | |
Initial condition 0.
Definition at line 432 of file initial_condition_function.h.
PHiLiP::InitialConditionFunction_Zero< dim, nstate, real >::InitialConditionFunction_Zero | ( | ) |
< dealii::Function we are templating on
Constructor
Definition at line 657 of file initial_condition_function.cpp.