|
Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include "fub/Equation.hpp"#include <SAMRAI/pdat/CellVariable.h>#include <SAMRAI/pdat/FaceVariable.h>#include <SAMRAI/pdat/OuterfaceVariable.h>#include <vector>Go to the source code of this file.
Classes | |
| struct | fub::samrai::DataDescription |
Namespaces | |
| fub | |
| The fub namespace. | |
| fub::samrai | |
Functions | |
| template<typename Equation > | |
| DataDescription | fub::samrai::RegisterVariables (const Equation &equation, std::string prefix=std::string()) |
| This function registers all neccessary variables and contexts with SAMRAI. More... | |