addLinearCombination(real a1, real a2, const Volume &v2, real a3, const Volume &v3, real a4, const Volume &v4, real a5, const Volume &v5) | alsfvm::volume::Volume | |
addPower(const Volume &other, real power) | alsfvm::volume::Volume | virtual |
addPower(const Volume &other, real power, real factor) | alsfvm::volume::Volume | virtual |
copyInternalCells(size_t memoryAreaIndex, real *output, size_t outputSize) const | alsfvm::volume::Volume | virtual |
copyTo(volume::Volume &other) const | alsfvm::volume::Volume | virtual |
getCopyOnCPU() | alsfvm::volume::Volume | |
getDimensions() const | alsfvm::volume::Volume | virtual |
getIndexFromName(const std::string &name) const | alsfvm::volume::Volume | virtual |
getInnerSize() const | alsfvm::volume::Volume | virtual |
getName(size_t index) const | alsfvm::volume::Volume | virtual |
getNumberOfGhostCells() const | alsfvm::volume::Volume | virtual |
getNumberOfVariables() const | alsfvm::volume::Volume | virtual |
getNumberOfXCells() const | alsfvm::volume::Volume | virtual |
getNumberOfXGhostCells() const | alsfvm::volume::Volume | virtual |
getNumberOfYCells() const | alsfvm::volume::Volume | virtual |
getNumberOfYGhostCells() const | alsfvm::volume::Volume | virtual |
getNumberOfZCells() const | alsfvm::volume::Volume | virtual |
getNumberOfZGhostCells() const | alsfvm::volume::Volume | virtual |
getScalarMemoryArea(size_t index) | alsfvm::volume::Volume | virtual |
getScalarMemoryArea(size_t index) const | alsfvm::volume::Volume | virtual |
getScalarMemoryArea(const std::string &name) | alsfvm::volume::Volume | virtual |
getScalarMemoryArea(const std::string &name) const | alsfvm::volume::Volume | virtual |
getSize() const | alsfvm::volume::Volume | virtual |
getTotalDimensions() const | alsfvm::volume::Volume | virtual |
getTotalNumberOfXCells() const | alsfvm::volume::Volume | virtual |
getTotalNumberOfYCells() const | alsfvm::volume::Volume | virtual |
getTotalNumberOfZCells() const | alsfvm::volume::Volume | virtual |
hasVariable(const std::string &variableName) const | alsfvm::volume::Volume | |
makeInstance() const | alsfvm::volume::Volume | |
makeInstance(size_t nx, size_t ny, size_t nz, const std::string &platform="default") const | alsfvm::volume::Volume | |
makeZero() | alsfvm::volume::Volume | virtual |
operator*=(real scalar) | alsfvm::volume::Volume | virtual |
operator+=(const Volume &other) | alsfvm::volume::Volume | virtual |
operator[](size_t index) const | alsfvm::volume::Volume | virtual |
operator[](size_t index) | alsfvm::volume::Volume | virtual |
operator[](const std::string &name) const | alsfvm::volume::Volume | virtual |
operator[](const std::string &name) | alsfvm::volume::Volume | virtual |
setVolume(const volume::Volume &other) | alsfvm::volume::Volume | virtual |
subtractPower(const Volume &other, real power) | alsfvm::volume::Volume | virtual |
Volume(const std::vector< std::string > &variableNames, alsfvm::shared_ptr< memory::MemoryFactory > memoryFactory, size_t nx, size_t ny, size_t nz, size_t numberOfGhostCells=0) | alsfvm::volume::Volume | |
Volume(Volume &volume, const std::vector< size_t > &components, const std::vector< std::string > &variableNames) | alsfvm::volume::Volume | |
~Volume() | alsfvm::volume::Volume | virtual |