[P]arallel [Hi]gh-order [Li]brary for [P]DEs  Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
PHiLiP::InitialConditionFunction< dim, nstate, real > Class Template Referenceabstract

Initial condition function used to initialize a particular flow setup/case. More...

#include <initial_condition_function.h>

Inheritance diagram for PHiLiP::InitialConditionFunction< dim, nstate, real >:
Collaboration diagram for PHiLiP::InitialConditionFunction< dim, nstate, real >:

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.
 

Detailed Description

template<int dim, int nstate, typename real>
class PHiLiP::InitialConditionFunction< dim, nstate, real >

Initial condition function used to initialize a particular flow setup/case.

Definition at line 14 of file initial_condition_function.h.

Constructor & Destructor Documentation

◆ InitialConditionFunction()

template<int dim, int nstate, typename real >
PHiLiP::InitialConditionFunction< dim, nstate, real >::InitialConditionFunction ( )

< dealii::Function we are templating on

Constructor

Definition at line 13 of file initial_condition_function.cpp.


The documentation for this class was generated from the following files: