Block-Structured AMR Software Framework
AMReX_FabArrayCommI.H File Reference
#include <AMReX_FBI.H>
#include <AMReX_PCI.H>

Go to the source code of this file.

Namespaces

 detail
 

Functions

template<class TagT >
void detail::fbv_copy (Vector< TagT > const &tags)
 
template<class MF >
std::enable_if_t< IsFabArray< MF >::value > FillBoundary (Vector< MF * > const &mf, Vector< int > const &scomp, Vector< int > const &ncomp, Vector< IntVect > const &nghost, Vector< Periodicity > const &period, Vector< int > const &cross={})
 
template<class MF >
std::enable_if_t< IsFabArray< MF >::value > FillBoundary (Vector< MF * > const &mf, const Periodicity &a_period=Periodicity::NonPeriodic())
 

Function Documentation

◆ FillBoundary() [1/2]

template<class MF >
std::enable_if_t<IsFabArray<MF>::value> FillBoundary ( Vector< MF * > const &  mf,
const Periodicity &  a_period = Periodicity::NonPeriodic() 
)

◆ FillBoundary() [2/2]

template<class MF >
std::enable_if_t<IsFabArray<MF>::value> FillBoundary ( Vector< MF * > const &  mf,
Vector< int > const &  scomp,
Vector< int > const &  ncomp,
Vector< IntVect > const &  nghost,
Vector< Periodicity > const &  period,
Vector< int > const &  cross = {} 
)