The DiscretizationStencilProxyBaseStorage class defines a proxy for stencil storage. More...
Protected Member Functions | |
DiscretizationStencilProxyBaseStorage (const stencil_container_t *stencils, int stride) | |
Protected Attributes | |
const stencil_container_t * | m_stencils |
int | m_stride |
Additional Inherited Members | |
Public Member Functions inherited from bitpit::DiscretizationStencilStorageInterface< stencil_t > | |
virtual const stencil_t & | at (long blockIndex, int componentIdx) const =0 |
virtual const stencil_t & | at (long rowIndex) const =0 |
virtual const stencil_t & | rawAt (std::size_t blockRawIndex, int componentIdx) const =0 |
virtual const stencil_t & | rawAt (std::size_t rowRawIndex) const =0 |
virtual std::size_t | size () const =0 |
The DiscretizationStencilProxyBaseStorage class defines a proxy for stencil storage.
Definition at line 60 of file stencil_solver.hpp.
|
protected |
Constructor.
stencils | are the stencils |
stride | is the stride |
Definition at line 52 of file stencil_solver.tpp.
|
protected |
Definition at line 63 of file stencil_solver.hpp.
|
protected |
Definition at line 64 of file stencil_solver.hpp.