#include <NodeLevelDataOps.H>
|
| NodeLevelDataOps () |
|
virtual | ~NodeLevelDataOps () |
|
virtual void | incr (LevelData< NodeFArrayBox > &a_lhs, const LevelData< NodeFArrayBox > &a_x, Real a_scale) |
|
virtual void | axby (LevelData< NodeFArrayBox > &a_lhs, const LevelData< NodeFArrayBox > &a_x, const LevelData< NodeFArrayBox > &a_y, Real a_a, Real a_b) |
|
virtual void | scale (LevelData< NodeFArrayBox > &a_lhs, const Real &a_scale) |
|
| LevelDataOps () |
|
| LevelDataOps (RefCountedPtr< DataFactory< NodeFArrayBox > > a_factoryPtr) |
|
virtual | ~LevelDataOps () |
|
virtual void | define (const RefCountedPtr< DataFactory< NodeFArrayBox > > &a_factoryPtr) |
|
virtual void | define (DataFactory< NodeFArrayBox > *a_rawPointer) |
|
virtual void | create (LevelData< NodeFArrayBox > &a_lhs, const LevelData< NodeFArrayBox > &a_rhs) |
|
virtual void | assign (LevelData< NodeFArrayBox > &a_lhs, const LevelData< NodeFArrayBox > &a_rhs) |
|
virtual Real | dotProduct (const LevelData< NodeFArrayBox > &a_1, const LevelData< NodeFArrayBox > &a_2) |
|
virtual void | mDotProduct (const LevelData< NodeFArrayBox > &a_1, const int a_sz, const LevelData< NodeFArrayBox > a_2arr[], Real a_mdots[]) |
|
virtual void | mult (LevelData< NodeFArrayBox > &a_lhs, const LevelData< NodeFArrayBox > &a_x) |
|
virtual void | plus (LevelData< NodeFArrayBox > &a_lhs, const Real &a_inc) |
|
virtual void | setToZero (LevelData< NodeFArrayBox > &a_lhs) |
|
virtual void | setVal (LevelData< NodeFArrayBox > &a_lhs, const Real &a_val) |
|
virtual void | copyToZero (LevelData< NodeFArrayBox > &a_lhs, const Copier &a_copier) |
|
◆ NodeLevelDataOps()
NodeLevelDataOps::NodeLevelDataOps |
( |
| ) |
|
◆ ~NodeLevelDataOps()
virtual NodeLevelDataOps::~NodeLevelDataOps |
( |
| ) |
|
|
inlinevirtual |
◆ incr()
◆ axby()
◆ scale()
◆ m_levelFactory
The documentation for this class was generated from the following file: