![]() |
Block-Structured AMR Software Framework
|
#include <AMReX_Config.H>#include <AMReX_EB2_IF_Base.H>#include <AMReX_Array.H>#include <AMReX_Vector.H>#include <AMReX_IntVect.H>#include <memory>#include <cmath>Go to the source code of this file.
Classes | |
| class | amrex::EB2::PolyTerm |
| Represents one monomial in a polynomial implicit function. More... | |
| class | amrex::EB2::PolyIF< N > |
| GPU-ready polynomial implicit function with a fixed number of terms. More... | |
| class | amrex::EB2::PolynomialIF |
| Host-only dynamically-sized polynomial implicit function. More... | |
Namespaces | |
| namespace | amrex |
| namespace | amrex::EB2 |
Support for implicit functions defined by multivariate polynomials.