[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 function used to initialize a particular flow setup/case. More...
#include <initial_condition_function.h>
Public Member Functions | |
InitialConditionFunction () | |
< dealii::Function we are templating on More... | |
virtual real | value (const dealii::Point< dim, real > &point, const unsigned int istate=0) const =0 |
Value of the initial condition. | |
Initial condition function used to initialize a particular flow setup/case.
Definition at line 14 of file initial_condition_function.h.
PHiLiP::InitialConditionFunction< dim, nstate, real >::InitialConditionFunction | ( | ) |
< dealii::Function we are templating on
Constructor
Definition at line 13 of file initial_condition_function.cpp.