Chombo + EB + MF
3.2
|
Go to the source code of this file.
Classes | |
class | IndexML |
class | StencilTensorValue |
Macros | |
#define | _STENCIL_H_ |
#define | STENCIL_MAX_DOF 3 |
#define | CHECK_DOF if (m_dof<=0) MayDay::Abort("StencilTensorValue dot defined"); |
Typedefs | |
typedef std::map< IndexML, StencilTensorValue > | StencilTensor |
typedef std::pair< IndexML, StencilTensorValue > | StencilNode |
Functions | |
void | StencilProject (IndexML jiv, Vector< StencilNode > &a_new, StencilTensor &a_sten) |
#define _STENCIL_H_ |
#define STENCIL_MAX_DOF 3 |
Referenced by StencilTensorValue::define(), and StencilTensorValue::StencilTensorValue().
#define CHECK_DOF if (m_dof<=0) MayDay::Abort("StencilTensorValue dot defined"); |
typedef std::map<IndexML,StencilTensorValue > StencilTensor |
typedef std::pair<IndexML,StencilTensorValue > StencilNode |
void StencilProject | ( | IndexML | jiv, |
Vector< StencilNode > & | a_new, | ||
StencilTensor & | a_sten | ||
) |