|
[P]arallel [Hi]gh-order [Li]brary for [P]DEs
Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
|
manufactured solution for v More...
#include <diffusion_exact_adjoint.h>
Public Member Functions | |
| real | value (const dealii::Point< dim, real > &pos, const unsigned int istate=0) const override |
| overriding the function for the value and gradient | |
| dealii::Tensor< 1, dim, real > | gradient (const dealii::Point< dim, real > &pos, const unsigned int istate=0) const override |
| Gradient of the manufactured solution. | |
| dealii::SymmetricTensor< 2, dim, real > | hessian (const dealii::Point< dim, real > &, const unsigned int) const override |
| Hessian of manufactured solution is unused but needed to make class concrete. | |
Public Member Functions inherited from PHiLiP::ManufacturedSolutionFunction< dim, real > | |
| ManufacturedSolutionFunction (const unsigned int nstate=1) | |
| Constructor that initializes base_values, amplitudes, frequencies. More... | |
| dealii::Tensor< 1, dim, real > | gradient_fd (const dealii::Point< dim, real > &point, const unsigned int istate=0) const |
| Uses finite-difference to evaluate the gradient. | |
| dealii::SymmetricTensor< 2, dim, real > | hessian_fd (const dealii::Point< dim, real > &point, const unsigned int istate=0) const |
| Uses finite-difference to evaluate the hessian. | |
| std::vector< real > | stdvector_values (const dealii::Point< dim, real > &point) const |
| Same as Function::values() except it returns it into a std::vector format. | |
| void | vector_gradient (const dealii::Point< dim, real > &p, std::vector< dealii::Tensor< 1, dim, real > > &gradients) const |
| See dealii::Function<dim,real>::vector_gradient. | |
Additional Inherited Members | |
Public Attributes inherited from PHiLiP::ManufacturedSolutionFunction< dim, real > | |
| const unsigned int | nstate |
Protected Attributes inherited from PHiLiP::ManufacturedSolutionFunction< dim, real > | |
| std::vector< double > | base_values |
| std::vector< double > | amplitudes |
| std::vector< dealii::Tensor< 1, dim, real > > | frequencies |
manufactured solution for v
Definition at line 77 of file diffusion_exact_adjoint.h.