Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include "fub/CartesianCoordinates.hpp"
#include <SAMRAI/geom/CartesianPatchGeometry.h>
#include <SAMRAI/hier/PatchHierarchy.h>
#include <array>
#include <memory>
Go to the source code of this file.
Classes | |
struct | fub::samrai::CoordinatesRange |
struct | fub::samrai::HierarchyOptions |
struct | fub::samrai::CartesianPatchCoordinates |
Namespaces | |
fub | |
The fub namespace. | |
fub::samrai | |
Functions | |
std::shared_ptr< SAMRAI::hier::PatchHierarchy > | fub::samrai::CartesianPatchHierarchy (const SAMRAI::hier::Box &box, const CoordinatesRange &x_up, const HierarchyOptions &options) |
SAMRAI::geom::CartesianPatchGeometry * | fub::samrai::GetCartesianPatchGeometry (const SAMRAI::hier::Patch &patch) |
CartesianCoordinates | fub::samrai::GetCartesianCoordinates (const SAMRAI::hier::Patch &patch) |