| 
    Finite Volume Solver
    prototype
    
   A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin. 
   | 
 
#include "fub/CutCellData.hpp"#include "fub/Direction.hpp"#include "fub/Equation.hpp"#include "fub/ForEach.hpp"#include "fub/core/mdspan.hpp"Go to the source code of this file.
Namespaces | |
| fub | |
| The fub namespace.  | |
| fub::amrex | |
| The amrex namespace.  | |
| fub::amrex::cutcell | |
Functions | |
| void | fub::amrex::cutcell::FillCutCellData (const StridedDataView< double, 2 > &unshielded, const StridedDataView< double, 2 > &shielded_left, const StridedDataView< double, 2 > &shielded_right, const StridedDataView< double, 2 > &doubly_shielded, const StridedDataView< double, 2 > &unshielded_rel, const StridedDataView< double, 2 > &shielded_left_rel, const StridedDataView< double, 2 > &shielded_right_rel, const StridedDataView< double, 2 > &doubly_shielded_rel, const PatchDataView< const double, 2 > &beta, Direction dir) | 
| void | fub::amrex::cutcell::FillCutCellData (const StridedDataView< double, 3 > &unshielded, const StridedDataView< double, 3 > &shielded_left, const StridedDataView< double, 3 > &shielded_right, const StridedDataView< double, 3 > &doubly_shielded, const StridedDataView< double, 3 > &unshielded_rel, const StridedDataView< double, 3 > &shielded_left_rel, const StridedDataView< double, 3 > &shielded_right_rel, const StridedDataView< double, 3 > &doubly_shielded_rel, const PatchDataView< const double, 3 > &beta, Direction dir) |