Peano
Loading...
Searching...
No Matches
Stencil.h File Reference
#include "peano4/utils/Globals.h"
#include "tarch/la/Vector.h"
#include "tarch/la/Matrix.h"
#include <complex>
Include dependency graph for Stencil.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  toolbox
 
namespace  toolbox::finiteelements
 Derive Element-wise Matrices From Stencils.
 

Typedefs

typedef tarch::la::Matrix< TwoPowerD, TwoPowerD, doubletoolbox::finiteelements::ElementWiseAssemblyMatrix
 Element-wise Matrix.
 
typedef tarch::la::Matrix< TwoPowerD, TwoPowerD, std::complex< double > > toolbox::finiteelements::ComplexElementWiseAssemblyMatrix
 
typedef tarch::la::Matrix< TwoPowerD, TwoPowerD, doubletoolbox::finiteelements::InterGridTransferMatrix
 
typedef tarch::la::Matrix< TwoPowerD/2, TwoPowerD/2, doubletoolbox::finiteelements::ElementWiseAssemblyMatrixOnSpaceTimeGrid
 
typedef tarch::la::Vector< ThreePowerD, doubletoolbox::finiteelements::Stencil
 Stencil.
 
typedef tarch::la::Vector< ThreePowerD, std::complex< double > > toolbox::finiteelements::ComplexStencil
 
typedef tarch::la::Vector< ThreePowerD *TwoPowerD, doubletoolbox::finiteelements::VectorOfStencils
 Vectors.
 
typedef tarch::la::Vector< ThreePowerD *TwoPowerD, std::complex< double > > toolbox::finiteelements::VectorOfComplexStencils
 
typedef tarch::la::Vector< TwoPowerD, doubletoolbox::finiteelements::ElementWiseVector
 Vector of Element (Lexicographic Ordering of Unknowns)
 

Functions

int toolbox::finiteelements::getStencilEntryLinearisedIndex (const tarch::la::Vector< Dimensions, int > stencilEntry)