#include <Proto_MBAMRMap.H>
|
| | MBAMRMap () |
| | Trivial Constructor. More...
|
| |
| | MBAMRMap (const MBAMRLayout &a_grid, const Array< Point, DIM+1 > &a_ghost, unsigned int a_focalBlock=0) |
| | Non-Trivial Constructor. More...
|
| |
| | MBAMRMap (const MBAMRLayout &a_grid, Point a_ghost, unsigned int a_focalBlock=0) |
| | Non-Trivial Constructor. More...
|
| |
| void | define (const MBAMRLayout &a_grid, const Array< Point, DIM+1 > &a_ghost, unsigned int a_focalBlock=0) |
| | Lazy Constructor. More...
|
| |
| void | define (const MBAMRLayout &a_grid, const Point a_ghost, unsigned int a_focalBlock=0) |
| |
| void | initialize () |
| |
| const MBLevelMap< MAP, MEM > & | getLevel (unsigned int a_level) const |
| | Get Level Map. More...
|
| |
| const MBAMRLayout & | grid () const |
| | Get Grid. More...
|
| |
| const MBAMRData< double, DIM, MEM, PR_NODE > & | map () const |
| | Get Cached Coordinates. More...
|
| |
| const MBAMRData< double, 1, MEM, PR_NODE > & | jacobian () const |
| | Get Cached Jacobian. More...
|
| |
| MBLevelMap< MAP, MEM > & | operator[] (unsigned int a_level) |
| |
◆ MBAMRMap() [1/3]
template<typename MAP, MemType MEM = MEMTYPE_DEFAULT>
◆ MBAMRMap() [2/3]
template<typename MAP , MemType MEM>
◆ MBAMRMap() [3/3]
template<typename MAP , MemType MEM>
◆ define() [1/2]
template<typename MAP , MemType MEM>
◆ define() [2/2]
template<typename MAP , MemType MEM>
◆ initialize()
template<typename MAP , MemType MEM>
◆ getLevel()
template<typename MAP , MemType MEM>
◆ grid()
template<typename MAP, MemType MEM = MEMTYPE_DEFAULT>
◆ map()
template<typename MAP, MemType MEM = MEMTYPE_DEFAULT>
◆ jacobian()
template<typename MAP, MemType MEM = MEMTYPE_DEFAULT>
◆ operator[]()
template<typename MAP, MemType MEM = MEMTYPE_DEFAULT>
◆ m_grid
template<typename MAP, MemType MEM = MEMTYPE_DEFAULT>
◆ m_X
template<typename MAP, MemType MEM = MEMTYPE_DEFAULT>
◆ m_J
template<typename MAP, MemType MEM = MEMTYPE_DEFAULT>
◆ m_maps
template<typename MAP, MemType MEM = MEMTYPE_DEFAULT>
The documentation for this class was generated from the following file: