|
[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: 1D Burgers Inviscid. More...
#include <initial_condition_function.h>
Public Member Functions | |
| InitialConditionFunction_Advection () | |
| < dealii::Function we are templating on More... | |
| real | value (const dealii::Point< dim, real > &point, const unsigned int istate) const override |
| Value of initial condition. | |
Public Member Functions inherited from PHiLiP::InitialConditionFunction< dim, nstate, real > | |
| InitialConditionFunction () | |
| < dealii::Function we are templating on More... | |
Initial Condition Function: 1D Burgers Inviscid.
Definition at line 211 of file initial_condition_function.h.
| PHiLiP::InitialConditionFunction_Advection< dim, nstate, real >::InitialConditionFunction_Advection | ( | ) |
< dealii::Function we are templating on
Constructor for InitialConditionFunction_Inviscid Calls the Function(const unsigned int n_components) constructor in deal.II
Definition at line 223 of file initial_condition_function.cpp.