Block-Structured AMR Software Framework
Loading...
Searching...
No Matches
AMReX_EBAmrUtil.H File Reference
#include <AMReX_Config.H>
#include <AMReX_TagBox.H>
#include <AMReX_MultiFab.H>

Go to the source code of this file.

Namespaces

namespace  amrex
 

Functions

void amrex::TagCutCells (TagBoxArray &tags, const MultiFab &state)
 Tag every cell intersected by the EB interface.
 
void amrex::TagVolfrac (TagBoxArray &tags, const MultiFab &volfrac, Real tol=0.000001_rt)
 Tag cells whose volume fraction is between tol and 1 - tol.
 

Detailed Description

Tagging helpers used when adapting AMR meshes for EB simulations.