IBAMR
An adaptive and distributed-memory parallel implementation of the immersed boundary (IB) method
Public Member Functions | List of all members
IBAMR::LevelSetUtilities::TagLSRefinementCells Class Reference

A lightweight class to tag grid cells containing the level set variable for grid refinement. More...

#include </home/runner/work/IBAMR/IBAMR/include/ibamr/LevelSetUtilities.h>

Public Member Functions

 TagLSRefinementCells (SAMRAI::tbox::Pointer< AdvDiffHierarchyIntegrator > adv_diff_integrator, SAMRAI::tbox::Pointer< SAMRAI::pdat::CellVariable< NDIM, double > > ls_var, double tag_min_value=0.0, double tag_max_value=0.0)
 Constructor of the class.
 
const LevelSetContainergetLevelSetContainer () const
 
LevelSetContainergetLevelSetContainer ()
 
void setTagMinValue (double tag_min)
 
double getTagMinValue () const
 
void setTagMaxValue (double tag_max)
 
double getTagMaxValue () const
 

Detailed Description

A lightweight class to tag grid cells containing the level set variable for grid refinement.


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