Chombo + EB + MF
3.2
|
#include <Stencil.H>
Public Member Functions | |
StencilTensorValue (int a_dof=-1) | |
void | define (int a_dof) |
void | define (StencilTensorValue &a_sv) |
bool | isDefined () const |
StencilTensorValue & | operator= (const StencilTensorValue &p) |
Real | value (int a_idof, int a_jdof) const |
const Real * | getVals () const |
void | addValue (int a_idof, int a_jdof, Real a_val) |
void | setValue (int a_idof, int a_jdof, Real a_val) |
void | apply (StencilTensorValue &a_scale, StencilTensorValue &a_node) |
void | addValue (Real a_val) |
void | setValue (Real a_val) |
void | scale (Real a_alpha) |
Protected Attributes | |
int | m_dof |
Real | m_val [STENCIL_MAX_DOF *STENCIL_MAX_DOF] |
Friends | |
std::ostream & | operator<< (std::ostream &os, const StencilTensorValue &iv) |
a 2x2 array class
|
inline |
References MayDay::Abort(), m_dof, m_val, and STENCIL_MAX_DOF.
|
inline |
References MayDay::Abort(), m_dof, m_val, and STENCIL_MAX_DOF.
Referenced by define().
|
inline |
|
inline |
References m_dof.
|
inline |
References MayDay::Abort(), m_dof, and m_val.
|
inline |
|
inline |
|
inline |
void StencilTensorValue::apply | ( | StencilTensorValue & | a_scale, |
StencilTensorValue & | a_node | ||
) |
|
friend |
|
protected |
Referenced by addValue(), define(), isDefined(), operator=(), scale(), setValue(), StencilTensorValue(), and value().
|
protected |
Referenced by addValue(), define(), getVals(), operator=(), scale(), setValue(), StencilTensorValue(), and value().