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