|
Alamo
|
#include <Ellipse.H>
Public Types | |
| enum | Mollifier { Dirac , Gaussian } |
Public Member Functions | |
| Ellipse (amrex::Vector< amrex::Geometry > &_geom) | |
| Ellipse (amrex::Vector< amrex::Geometry > &_geom, IO::ParmParse &pp, std::string name) | |
| void | Add (const int &lev, Set::Field< Set::Scalar > &a_field, Set::Scalar) |
Public Member Functions inherited from IC::IC< 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 (Ellipse &value, IO::ParmParse &pp) |
Static Public Attributes | |
| static constexpr const char * | name = "ellipse" |
Private Attributes | |
| int | number_of_inclusions = 1 |
| amrex::Vector< Set::Vector > | center |
| amrex::Vector< Set::Matrix > | A |
| amrex::Vector< Set::Scalar > | eps |
| int | invert = 0 |
Additional Inherited Members | |
Protected Attributes inherited from IC::IC< Set::Scalar > | |
| amrex::Vector< amrex::Geometry > & | geom |
| int | comp |
|
inline |
|
inline |
|
inlinevirtual |
Implements IC::IC< Set::Scalar >.
|
inlinestatic |
|
private |
|
private |
|
private |
|
staticconstexpr |