| 
    Finite Volume Solver
    prototype
    
   A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin. 
   | 
 
#include <GriddingAlgorithm.hpp>
Public Types | |
| using | PatchLevel = std::shared_ptr< SAMRAI::hier::PatchLevel > | 
| using | TagDataHandle = int | 
| using | DataReference = SAMRAI::hier::Patch & | 
| using fub::GridTraits< samrai::GriddingAlgorithm >::DataReference = SAMRAI::hier::Patch& | 
| using fub::GridTraits< samrai::GriddingAlgorithm >::PatchLevel = std::shared_ptr<SAMRAI::hier::PatchLevel> | 
| using fub::GridTraits< samrai::GriddingAlgorithm >::TagDataHandle = int |