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

#include <TagBuffer.hpp>

Public Member Functions

 TagBuffer (int width)
 
void TagCellsForRefinement (const StridedDataView< char, 1 > &tags)
 
void TagCellsForRefinement (const StridedDataView< char, 2 > &tags)
 
void TagCellsForRefinement (const StridedDataView< char, 3 > &tags)
 

Public Attributes

int buffer_width_
 

Constructor & Destructor Documentation

◆ TagBuffer()

fub::TagBuffer::TagBuffer ( int  width)
inlineexplicit

Member Function Documentation

◆ TagCellsForRefinement() [1/3]

void fub::TagBuffer::TagCellsForRefinement ( const StridedDataView< char, 1 > &  tags)

◆ TagCellsForRefinement() [2/3]

void fub::TagBuffer::TagCellsForRefinement ( const StridedDataView< char, 2 > &  tags)

◆ TagCellsForRefinement() [3/3]

void fub::TagBuffer::TagCellsForRefinement ( const StridedDataView< char, 3 > &  tags)

Member Data Documentation

◆ buffer_width_

int fub::TagBuffer::buffer_width_

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