OGS
SecondaryVariable.h File Reference

Detailed Description

Definition in file SecondaryVariable.h.

Include dependency graph for SecondaryVariable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ProcessLib::SecondaryVariableFunctions
 
struct  ProcessLib::SecondaryVariable
 Stores information about a specific secondary variable. More...
 
class  ProcessLib::SecondaryVariableCollection
 Handles configuration of several secondary variables from the project file. More...
 

Namespaces

namespace  NumLib
 
namespace  ProcessLib
 

Functions

template<typename LocalAssemblerCollection >
SecondaryVariableFunctions ProcessLib::makeExtrapolator (const unsigned num_components, NumLib::Extrapolator &extrapolator, LocalAssemblerCollection const &local_assemblers, typename NumLib::ExtrapolatableLocalAssemblerCollection< LocalAssemblerCollection >::IntegrationPointValuesMethod integration_point_values_method)
 
template<typename LocalAssemblerCollection , typename IPDataAccessor >
SecondaryVariableFunctions ProcessLib::makeExtrapolator2 (const unsigned num_components, NumLib::Extrapolator &extrapolator, LocalAssemblerCollection const &local_assemblers, IPDataAccessor &&accessor)