ASPECT
Public Attributes | List of all members
aspect::Introspection< dim >::PolynomialDegree Struct Reference

Public Attributes

unsigned int max_degree
 
unsigned int velocities
 
unsigned int temperature
 
std::vector< unsigned int > compositional_fields
 
unsigned int max_compositional_field
 

Detailed Description

template<int dim>
struct aspect::Introspection< dim >::PolynomialDegree

A structure that contains the polynomial degree of the finite element that correspond to each of the variables in this problem.

If there are compositional fields, they are all discretized with the same polynomial degree and, consequently, we only need a single integer.

Definition at line 276 of file introspection.h.

Member Data Documentation

§ max_degree

template<int dim>
unsigned int aspect::Introspection< dim >::PolynomialDegree::max_degree

Definition at line 278 of file introspection.h.

§ velocities

template<int dim>
unsigned int aspect::Introspection< dim >::PolynomialDegree::velocities

Definition at line 279 of file introspection.h.

§ temperature

template<int dim>
unsigned int aspect::Introspection< dim >::PolynomialDegree::temperature

Definition at line 280 of file introspection.h.

§ compositional_fields

template<int dim>
std::vector<unsigned int> aspect::Introspection< dim >::PolynomialDegree::compositional_fields

Definition at line 281 of file introspection.h.

§ max_compositional_field

template<int dim>
unsigned int aspect::Introspection< dim >::PolynomialDegree::max_compositional_field

Definition at line 282 of file introspection.h.


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