Alamo
|
#include <Ellipsoid.H>
Public Types | |
enum | Mollifier { Dirac , Gaussian } |
Public Member Functions | |
Ellipsoid (amrex::Vector< amrex::Geometry > &_geom) | |
Ellipsoid (amrex::Vector< amrex::Geometry > &_geom, IO::ParmParse &pp, std::string name) | |
void | Add (const int &lev, Set::Field< Set::Scalar > &a_field, Set::Scalar) |
![]() | |
IC (amrex::Vector< amrex::Geometry > &_geom) | |
virtual | ~IC () |
void | Add (const int &lev, Set::Field< Set::Scalar > &field) |
void | Initialize (const int &a_lev, Set::Field< Set::Scalar > &a_field, Set::Scalar a_time=0.0) |
void | Initialize (const int &a_lev, Set::Field< Set::Scalar > &a_field, Set::Scalar a_time=0.0) |
virtual void | SetComp (int a_comp) final |
Static Public Member Functions | |
static void | Parse (Ellipsoid &value, IO::ParmParse &pp) |
Static Public Attributes | |
static constexpr const char * | name = "ellipsoid" |
Private Attributes | |
Set::Scalar | in_value = 0.0 |
Set::Scalar | out_value = 1.0 |
amrex::Vector< Set::Vector > | center |
amrex::Vector< Set::Scalar > | eps |
amrex::Vector< Set::Matrix > | A |
Mollifier | moll = Mollifier::Dirac |
Additional Inherited Members | |
![]() | |
amrex::Vector< amrex::Geometry > & | geom |
int | comp |
Definition at line 28 of file Ellipsoid.H.
Enumerator | |
---|---|
Dirac | |
Gaussian |
Definition at line 33 of file Ellipsoid.H.
|
inline |
Definition at line 35 of file Ellipsoid.H.
|
inline |
Definition at line 36 of file Ellipsoid.H.
|
inlinevirtual |
Implements IC::IC< Set::Scalar >.
Definition at line 42 of file Ellipsoid.H.
|
inlinestatic |
Definition at line 80 of file Ellipsoid.H.
|
private |
Definition at line 76 of file Ellipsoid.H.
|
private |
Definition at line 74 of file Ellipsoid.H.
|
private |
Definition at line 75 of file Ellipsoid.H.
|
private |
Definition at line 73 of file Ellipsoid.H.
|
private |
Definition at line 77 of file Ellipsoid.H.
|
staticconstexpr |
Definition at line 31 of file Ellipsoid.H.
|
private |
Definition at line 73 of file Ellipsoid.H.