Loading...
Searching...
No Matches
Go to the source code of this file.
|
typedef tarch::la::Matrix< TwoPowerD, TwoPowerD, double > | toolbox::finiteelements::ElementWiseAssemblyMatrix |
| Element-wise Matrix.
|
|
typedef tarch::la::Matrix< TwoPowerD, TwoPowerD, std::complex< double > > | toolbox::finiteelements::ComplexElementWiseAssemblyMatrix |
|
typedef tarch::la::Matrix< TwoPowerD, TwoPowerD, double > | toolbox::finiteelements::InterGridTransferMatrix |
|
typedef tarch::la::Matrix< TwoPowerD/2, TwoPowerD/2, double > | toolbox::finiteelements::ElementWiseAssemblyMatrixOnSpaceTimeGrid |
|
typedef tarch::la::Vector< ThreePowerD, double > | toolbox::finiteelements::Stencil |
| Stencil.
|
|
typedef tarch::la::Vector< ThreePowerD, std::complex< double > > | toolbox::finiteelements::ComplexStencil |
|
typedef tarch::la::Vector< ThreePowerD *TwoPowerD, double > | toolbox::finiteelements::VectorOfStencils |
| Vectors.
|
|
typedef tarch::la::Vector< ThreePowerD *TwoPowerD, std::complex< double > > | toolbox::finiteelements::VectorOfComplexStencils |
|
typedef tarch::la::Vector< TwoPowerD, double > | toolbox::finiteelements::ElementWiseVector |
| Vector of Element (Lexicographic Ordering of Unknowns)
|
|