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

Public Attributes

unsigned int velocities
 
unsigned int pressure
 
unsigned int temperature
 
std::vector< unsigned int > compositional_fields
 

Detailed Description

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

A structure that enumerates the vector blocks of the finite element that correspond to each of the variables in this problem.

Definition at line 194 of file introspection.h.

Member Data Documentation

§ velocities

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

Definition at line 196 of file introspection.h.

§ pressure

template<int dim>
unsigned int aspect::Introspection< dim >::BlockIndices::pressure

Definition at line 197 of file introspection.h.

§ temperature

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

Definition at line 198 of file introspection.h.

§ compositional_fields

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

Definition at line 199 of file introspection.h.


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