PRISMS-PF Manual
Loading...
Searching...
No Matches
SystemWide< dim, degree > Class Template Reference

This is the main class that handles the construction and solving of user-specified PDEs. More...

#include <system_wide.h>

Static Public Attributes

static const std::array< const dealii::FESystem< dim >, 2 > fe_systems
 Scalar and Vector FE systems.
 
static const dealii::MappingQ1< dimmapping
 Mappings to and from reference cell.
 
static const dealii::QGaussLobatto< dimquadrature
 Quadrature rule.
 

Detailed Description

template<unsigned int dim, unsigned int degree>
class SystemWide< dim, degree >

This is the main class that handles the construction and solving of user-specified PDEs.

Member Data Documentation

◆ fe_systems

template<unsigned int dim, unsigned int degree>
const std::array<const dealii::FESystem<dim>, 2> SystemWide< dim, degree >::fe_systems
inlinestatic
Initial value:
= {
dealii::FESystem<dim>(dealii::FE_Q<dim>(dealii::QGaussLobatto<1>(degree + 1)), 1),
dealii::FESystem<dim>(dealii::FE_Q<dim>(dealii::QGaussLobatto<1>(degree + 1)), dim)}
@ Value
Use value of the variable as a criterion for refinement.
Definition grid_refiner_criterion.h:31

Scalar and Vector FE systems.

◆ mapping

template<unsigned int dim, unsigned int degree>
const dealii::MappingQ1<dim> SystemWide< dim, degree >::mapping
inlinestatic

Mappings to and from reference cell.

◆ quadrature

template<unsigned int dim, unsigned int degree>
const dealii::QGaussLobatto<dim> SystemWide< dim, degree >::quadrature
inlinestatic
Initial value:
=
dealii::QGaussLobatto<dim>(degree + 1)

Quadrature rule.


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