Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
fub::CartesianCoordinates Member List

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) noexceptfub::CartesianCoordinates
CellCoordinates(std::ptrdiff_t i, std::ptrdiff_t j, std::ptrdiff_t k) constfub::CartesianCoordinates
dx() const noexceptfub::CartesianCoordinatesinline
dx_fub::CartesianCoordinatesprivate
extents_fub::CartesianCoordinatesprivate
GetLower() const noexceptfub::CartesianCoordinatesinline
GetUpper() const noexceptfub::CartesianCoordinatesinline
lower_fub::CartesianCoordinatesprivate
NodeCoordinates(std::ptrdiff_t i, std::ptrdiff_t j, std::ptrdiff_t k) constfub::CartesianCoordinates
operator()(std::ptrdiff_t i, std::ptrdiff_t j=0, std::ptrdiff_t k=0) constfub::CartesianCoordinates
upper_fub::CartesianCoordinatesprivate