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

#include <ConstantRegion.hpp>

Public Member Functions

 ConstantBox (const ::amrex::Box &coarse_region)
 
void TagCellsForRefinement (::amrex::TagBoxArray &tags, const GriddingAlgorithm &gridding, int level, Duration time_point) const noexcept
 

Private Attributes

::amrex::Box coarse_region_
 

Constructor & Destructor Documentation

◆ ConstantBox()

fub::amrex::cutcell::ConstantBox::ConstantBox ( const ::amrex::Box &  coarse_region)
explicit

Member Function Documentation

◆ TagCellsForRefinement()

void fub::amrex::cutcell::ConstantBox::TagCellsForRefinement ( ::amrex::TagBoxArray &  tags,
const GriddingAlgorithm gridding,
int  level,
Duration  time_point 
) const
noexcept

Member Data Documentation

◆ coarse_region_

::amrex::Box fub::amrex::cutcell::ConstantBox::coarse_region_
private

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