Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include <TagCutCells.hpp>
Public Member Functions | |
void | TagCellsForRefinement (const StridedDataView< char, 1 > &tags, const StridedDataView< const double, 1 > &volume_fractions) |
void | TagCellsForRefinement (const StridedDataView< char, 2 > &tags, const StridedDataView< const double, 2 > &volume_fractions) |
void | TagCellsForRefinement (const StridedDataView< char, 3 > &tags, const StridedDataView< const double, 3 > &volume_fractions) |
void fub::TagCutCells::TagCellsForRefinement | ( | const StridedDataView< char, 1 > & | tags, |
const StridedDataView< const double, 1 > & | volume_fractions | ||
) |
void fub::TagCutCells::TagCellsForRefinement | ( | const StridedDataView< char, 2 > & | tags, |
const StridedDataView< const double, 2 > & | volume_fractions | ||
) |
void fub::TagCutCells::TagCellsForRefinement | ( | const StridedDataView< char, 3 > & | tags, |
const StridedDataView< const double, 3 > & | volume_fractions | ||
) |