Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Public Member Functions | List of all members
fub::TagCutCells Struct Reference

#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)
 

Member Function Documentation

◆ TagCellsForRefinement() [1/3]

void fub::TagCutCells::TagCellsForRefinement ( const StridedDataView< char, 1 > &  tags,
const StridedDataView< const double, 1 > &  volume_fractions 
)

◆ TagCellsForRefinement() [2/3]

void fub::TagCutCells::TagCellsForRefinement ( const StridedDataView< char, 2 > &  tags,
const StridedDataView< const double, 2 > &  volume_fractions 
)

◆ TagCellsForRefinement() [3/3]

void fub::TagCutCells::TagCellsForRefinement ( const StridedDataView< char, 3 > &  tags,
const StridedDataView< const double, 3 > &  volume_fractions 
)

The documentation for this struct was generated from the following file: