Block-Structured AMR Software Framework
amrex::MFUtil::SymmetricGhost< T > Struct Template Reference

General collection of MultiFab utilities. More...

#include <AMReX_MultiFabUtilI.H>

Static Public Member Functions

static void copy (T &target, const T &source, int nc, int ng)
 

Detailed Description

template<typename T>
struct amrex::MFUtil::SymmetricGhost< T >

General collection of MultiFab utilities.

Template class defining a copy operation where source and target are grown by ng. Template parameter T must be either MultiFab or iMultiFab

Member Function Documentation

◆ copy()

template<typename T >
static void amrex::MFUtil::SymmetricGhost< T >::copy ( T &  target,
const T &  source,
int  nc,
int  ng 
)
inlinestatic

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