#include <AMReX_Config.H>#include <AMReX.H>#include <AMReX_MultiFab.H>#include <AMReX_EB2.H>#include <AMReX_EB2_GeometryShop.H>Go to the source code of this file.
Namespaces | |
| namespace | amrex |
Functions | |
| template<typename G > | |
| void | amrex::FillImpFunc (MultiFab &mf, G const &gshop, Geometry const &geom) |
| Fill MultiFab with implicit function. | |
| void | amrex::FillSignedDistance (MultiFab &mf, EB2::Level const &ls_lev, EBFArrayBoxFactory const &eb_fac, int refratio, bool fluid_has_positive_sign=true) |
| Fill MultiFab with signed distance. | |
| void | amrex::FillSignedDistance (MultiFab &mf, bool fluid_has_positive_sign=true) |
| Fill MultiFab with signed distance. | |