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

Exact Solution Function: 1D Sine Function; used for temporal convergence. More...

#include <exact_solution.h>

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

Public Member Functions

 ExactSolutionFunction_1DSine (double time_compare)
 < dealii::Function we are templating on More...
 
real value (const dealii::Point< dim, real > &point, const unsigned int istate=0) const override
 Value of the exact solution at a point.
 
- Public Member Functions inherited from PHiLiP::ExactSolutionFunction< dim, nstate, real >
 ExactSolutionFunction ()
 < dealii::Function we are templating on More...
 

Public Attributes

const double t
 Time at which to compute the exact solution.
 

Detailed Description

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

Exact Solution Function: 1D Sine Function; used for temporal convergence.

Definition at line 47 of file exact_solution.h.

Constructor & Destructor Documentation

◆ ExactSolutionFunction_1DSine()

template<int dim, int nstate, typename real >
PHiLiP::ExactSolutionFunction_1DSine< dim, nstate, real >::ExactSolutionFunction_1DSine ( double  time_compare)
explicit

< dealii::Function we are templating on

Constructor for ExactSolutionFunction_1DSine Calls the Function(const unsigned int n_components) constructor in deal.II

Definition at line 30 of file exact_solution.cpp.


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