#include <BidomainMatrixBasedAssembler.hpp>
Public Types | |
typedef BidomainRhsMatrixAssembler < DIM > | CVT_CLASS |
typedef BidomainRhsMatrixAssembler < DIM > | CMT_CLASS |
typedef AbstractAssembler< DIM, DIM, 2 > | INTERPOLATE_CLASS |
Specialization of AssemblerTraits for the BidomainRhsMatrixAssembler.
Only ComputeMatrixTerm should ever actually be called.
Definition at line 149 of file BidomainMatrixBasedAssembler.hpp.
typedef BidomainRhsMatrixAssembler<DIM> AssemblerTraits< BidomainRhsMatrixAssembler< DIM > >::CMT_CLASS |
The class in which ComputeMatrixTerm is defined.
Definition at line 154 of file BidomainMatrixBasedAssembler.hpp.
typedef BidomainRhsMatrixAssembler<DIM> AssemblerTraits< BidomainRhsMatrixAssembler< DIM > >::CVT_CLASS |
The class in which ComputeVectorTerm is defined.
Definition at line 152 of file BidomainMatrixBasedAssembler.hpp.
typedef AbstractAssembler<DIM, DIM, 2> AssemblerTraits< BidomainRhsMatrixAssembler< DIM > >::INTERPOLATE_CLASS |
The class in which IncrementInterpolatedQuantities and ResetInterpolatedQuantities are defined.
Definition at line 156 of file BidomainMatrixBasedAssembler.hpp.