Loading [MathJax]/extensions/tex2jax.js
Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
fub::amrex::DataDescription Struct Reference

The DataDescription class contains all information which is neccessary to describe the complete and conservative state data of an equation. More...

#include <PatchHierarchy.hpp>

Public Attributes

int n_state_components
 
int first_cons_component
 
int n_cons_components
 
int n_node_components
 
int n_face_components
 
int dimension
 

Detailed Description

The DataDescription class contains all information which is neccessary to describe the complete and conservative state data of an equation.

Member Data Documentation

◆ dimension

int fub::amrex::DataDescription::dimension

◆ first_cons_component

int fub::amrex::DataDescription::first_cons_component

◆ n_cons_components

int fub::amrex::DataDescription::n_cons_components

◆ n_face_components

int fub::amrex::DataDescription::n_face_components

◆ n_node_components

int fub::amrex::DataDescription::n_node_components

◆ n_state_components

int fub::amrex::DataDescription::n_state_components

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