Alsvinn  0.5.3
The fast FVM simulator with UQ support
Public Types | Static Public Member Functions | List of all members
alsfvm::equation::EquationInformation< T > Class Template Reference

#include <alsfvm/equation/EquationInformation.hpp>

Public Types

typedef T EquationType
 

Static Public Member Functions

static std::string getName ()
 

Detailed Description

template<class T>
class alsfvm::equation::EquationInformation< T >

Simple holder class for equations, as an equation can not be held in a tuple (there is not always a default constructor available)

Member Typedef Documentation

◆ EquationType

template<class T>
typedef T alsfvm::equation::EquationInformation< T >::EquationType

Member Function Documentation

◆ getName()

template<class T>
static std::string alsfvm::equation::EquationInformation< T >::getName ( )
inlinestatic

Gets the name of the equation held in the EquationInformationType.


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