IBAMR  IBAMR version 0.19.
Public Attributes | List of all members
SAMRAI::xfer::MultiblockRefineSchedule< DIM >::SingularityPatch Struct Reference

struct SingularityPatch allows a temporary patch that contains data near a singularity to be paired with a block id number. More...

#include <MultiblockRefineSchedule.h>

Public Attributes

int d_id
 
tbox::Pointer< hier::Patch< DIM > > d_patch
 

Detailed Description

template<int DIM>
struct SAMRAI::xfer::MultiblockRefineSchedule< DIM >::SingularityPatch

Parameters
d_idThe number of block where the data on the patch exists
d_patchA temporary patch that will hold data from the block signified by d_id. Data from this patch will be used to fill ghost data at a singularity.

Member Data Documentation

◆ d_id

template<int DIM>
int SAMRAI::xfer::MultiblockRefineSchedule< DIM >::SingularityPatch::d_id

◆ d_patch

template<int DIM>
tbox::Pointer< hier::Patch<DIM> > SAMRAI::xfer::MultiblockRefineSchedule< DIM >::SingularityPatch::d_patch

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