Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
This is the complete list of members for fub::CartesianCoordinates, including all inherited members.
CartesianCoordinates(const Eigen::Vector3d &lower, const Eigen::Vector3d &upper, const Eigen::Vector3d &dx, dynamic_extents< 3 > extents) noexcept | fub::CartesianCoordinates | |
CellCoordinates(std::ptrdiff_t i, std::ptrdiff_t j, std::ptrdiff_t k) const | fub::CartesianCoordinates | |
dx() const noexcept | fub::CartesianCoordinates | inline |
dx_ | fub::CartesianCoordinates | private |
extents_ | fub::CartesianCoordinates | private |
GetLower() const noexcept | fub::CartesianCoordinates | inline |
GetUpper() const noexcept | fub::CartesianCoordinates | inline |
lower_ | fub::CartesianCoordinates | private |
NodeCoordinates(std::ptrdiff_t i, std::ptrdiff_t j, std::ptrdiff_t k) const | fub::CartesianCoordinates | |
operator()(std::ptrdiff_t i, std::ptrdiff_t j=0, std::ptrdiff_t k=0) const | fub::CartesianCoordinates | |
upper_ | fub::CartesianCoordinates | private |