AssemblerTraits< MonodomainMatrixBasedAssembler< ELEMENT_DIM, SPACE_DIM > > Struct Template Reference

#include <MonodomainMatrixBasedAssembler.hpp>

List of all members.

Public Types

typedef MonodomainDg0Assembler
< ELEMENT_DIM, SPACE_DIM > 
CVT_CLASS
typedef MonodomainDg0Assembler
< ELEMENT_DIM, SPACE_DIM > 
CMT_CLASS
typedef MonodomainDg0Assembler
< ELEMENT_DIM, SPACE_DIM > 
INTERPOLATE_CLASS

Detailed Description

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM>
struct AssemblerTraits< MonodomainMatrixBasedAssembler< ELEMENT_DIM, SPACE_DIM > >

Specialization of AssemblerTraits for the MonodomainMatrixBasedAssembler.

This will never actually be used, since MonodomainMatrixBasedAssembler inherits from MonodomainDg0Assembler, which always assumes that it is the concrete class. However, since we don't define any of the methods looked up via traits, this is OK.

Definition at line 212 of file MonodomainMatrixBasedAssembler.hpp.


Member Typedef Documentation

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM>
typedef MonodomainDg0Assembler<ELEMENT_DIM, SPACE_DIM> AssemblerTraits< MonodomainMatrixBasedAssembler< ELEMENT_DIM, SPACE_DIM > >::CMT_CLASS

The class in which ComputeMatrixTerm is defined.

Definition at line 217 of file MonodomainMatrixBasedAssembler.hpp.

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM>
typedef MonodomainDg0Assembler<ELEMENT_DIM, SPACE_DIM> AssemblerTraits< MonodomainMatrixBasedAssembler< ELEMENT_DIM, SPACE_DIM > >::CVT_CLASS

The class in which ComputeVectorTerm is defined.

Definition at line 215 of file MonodomainMatrixBasedAssembler.hpp.

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM>
typedef MonodomainDg0Assembler<ELEMENT_DIM, SPACE_DIM> AssemblerTraits< MonodomainMatrixBasedAssembler< ELEMENT_DIM, SPACE_DIM > >::INTERPOLATE_CLASS

The class in which IncrementInterpolatedQuantities and ResetInterpolatedQuantities are defined.

Definition at line 219 of file MonodomainMatrixBasedAssembler.hpp.


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

Generated by  doxygen 1.6.2