6#include <deal.II/base/function.h>
7#include <deal.II/base/point.h>
8#include <deal.II/lac/vector.h>
12#include <prismspf/config.h>
16template <
unsigned int dim>
19template <
unsigned int dim,
unsigned int degree,
typename number>
25template <
unsigned int dim,
unsigned int degree,
typename number>
43 value(
const dealii::Point<dim> &
p,
const unsigned int component = 0)
const override;
49 vector_value(
const dealii::Point<dim> &
p, dealii::Vector<number> &
value)
const override;
This class contains the user implementation of each PDE operator.
Definition pde_operator_base.h:24
@ Value
Use value of the variable as a criterion for refinement.
Definition grid_refiner_criterion.h:31
Definition conditional_ostreams.cc:20