abs(const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > x, const bool interior_only=true) | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
add(const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > x, const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > y, const bool interior_only=true) | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
addComponent(const tbox::Pointer< hier::Variable< DIM > > &var, const int comp_data_id, const int control_vol_id=-1, const tbox::Pointer< math::HierarchyDataOpsReal< DIM, TYPE > > vop=(tbox::Pointer< math::HierarchyDataOpsReal< DIM, TYPE > >)((0))) | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
addScalar(const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > x, const TYPE &alpha, const bool interior_only=true) | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
allocateVectorData(const double timestamp=0.0, tbox::Pointer< tbox::Arena > pool=(0)) | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
axpy(const TYPE &alpha, const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > x, const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > y, const bool interior_only=true) | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
cloneVector(const std::string &name) const | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
compareToScalar(const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > x, const TYPE &alpha) | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
computeConstrProdPos(const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > x) const | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
copyVector(const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > src_vec, const bool interior_only=true) | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
deallocateVectorData() | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
divide(const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > x, const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > y, const bool interior_only=true) | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
dot(const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > x, bool local_only=false) const | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
freeVectorComponents() | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
getCoarsestLevelNumber() const | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | [inline] |
getComponentDescriptorIndex(const int component) const | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | [inline] |
getComponentPatchData(const int comp_id, const hier::Patch< DIM > &patch) const | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | [inline] |
getComponentPatchData(const tbox::Pointer< hier::Variable< DIM > > &var, const hier::Patch< DIM > &patch) const | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | [inline] |
getComponentVariable(const int component) const | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | [inline] |
getControlVolumeIndex(const int component) const | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | [inline] |
getFinestLevelNumber() const | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | [inline] |
getName() const | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | [inline] |
getNumberOfComponents() const | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | [inline] |
getOutputStream() | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | [inline] |
getPatchHierarchy() const | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | [inline] |
L1Norm(bool local_only=false) const | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
L2Norm(bool local_only=false) const | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
linearSum(const TYPE &alpha, const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > x, const TYPE &beta, const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > y, const bool interior_only=true) | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
max(const bool interior_only=true) const | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
maxNorm(bool local_only=false) const | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
maxPointwiseDivide(const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > denom) const | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
min(const bool interior_only=true) const | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
multiply(const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > x, const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > y, const bool interior_only=true) | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
print(std::ostream &s=tbox::plog, const bool interior_only=true) const | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
reciprocal(const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > x, const bool interior_only=true) | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
resetLevels(const int coarsest_level, const int finest_level) | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
RMSNorm() const | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
SAMRAIVectorReal(const std::string &name, tbox::Pointer< hier::PatchHierarchy< DIM > > hierarchy, const int coarsest_level, const int finest_level) | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
scale(const TYPE &alpha, const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > x, const bool interior_only=true) | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
setName(const std::string &name) | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
setOutputStream(std::ostream &s) | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | [inline] |
setRandomValues(const TYPE &width, const TYPE &low, const bool interior_only=true) | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
setToScalar(const TYPE &alpha, const bool interior_only=true) | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
subtract(const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > x, const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > y, const bool interior_only=true) | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
swapVectors(tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > other) | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
testReciprocal(const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > x) | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
weightedL2Norm(const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > wgt) const | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
weightedRMSNorm(const tbox::Pointer< SAMRAIVectorReal< DIM, TYPE > > wgt) const | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | |
~SAMRAIVectorReal() | SAMRAI::solv::SAMRAIVectorReal< DIM, TYPE > | [virtual] |