|
IBAMR
IBAMR version 0.19.
|
#include <ibtk/SAMRAIScopedVectorCopy.h>

Public Member Functions | |
| SAMRAIScopedVectorCopy (const SAMRAI::tbox::Pointer< SAMRAI::solv::SAMRAIVectorReal< NDIM, TYPE > > &vector, const std::string &name="") | |
| SAMRAIScopedVectorCopy (const SAMRAI::solv::SAMRAIVectorReal< NDIM, TYPE > &vector, const std::string &name="") | |
| operator SAMRAI::solv::SAMRAIVectorReal< NDIM, TYPE > & () | |
| operator SAMRAI::tbox::Pointer< SAMRAI::solv::SAMRAIVectorReal< NDIM, TYPE > > () | |
| std::vector< SAMRAI::tbox::Pointer< SAMRAI::solv::SAMRAIVectorReal< NDIM, TYPE > > > | getComponentVectors () const |
Protected Attributes | |
| SAMRAI::tbox::Pointer< SAMRAI::solv::SAMRAIVectorReal< NDIM, TYPE > > | d_vector |
Wrapper class around a SAMRAIVectorReal with RAII semantics. Creates a new copy of an input vector.
| IBTK::SAMRAIScopedVectorCopy< TYPE >::SAMRAIScopedVectorCopy | ( | const SAMRAI::tbox::Pointer< SAMRAI::solv::SAMRAIVectorReal< NDIM, TYPE > > & | vector, |
| const std::string & | name = "" |
||
| ) |
Constructor. Sets up a vector equivalent to vector.
| IBTK::SAMRAIScopedVectorCopy< TYPE >::SAMRAIScopedVectorCopy | ( | const SAMRAI::solv::SAMRAIVectorReal< NDIM, TYPE > & | vector, |
| const std::string & | name = "" |
||
| ) |
Constructor. Sets up a vector equivalent to vector.
|
inherited |
Conversion operator to a SAMRAI vector.
|
inherited |
Conversion operator to non-owning pointer to a SAMRAI vector.
|
inherited |
Get the components of the vectors.
|
protectedinherited |
1.8.17