|
Alamo
|
#include <PSRead.H>
Public Types | |
| enum | Type { Partition , Values } |
Public Member Functions | |
| PSRead (amrex::Vector< amrex::Geometry > &_geom) | |
| PSRead (amrex::Vector< amrex::Geometry > &_geom, IO::ParmParse &pp, std::string name) | |
| void | Define () |
| void | Add (const int &lev, Set::Field< Set::Scalar > &a_phi, 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 (PSRead &value, IO::ParmParse &pp) |
Static Public Attributes | |
| static constexpr const char * | name = "psread" |
Private Attributes | |
| std::vector< Set::Vector > | X |
| std::vector< Set::Scalar > | R |
| Set::Scalar | eps |
| Set::Scalar | mult = 1.0 |
| Set::Vector | x0 = Set::Vector::Zero() |
| bool | invert = false |
Additional Inherited Members | |
Protected Attributes inherited from IC::IC< Set::Scalar > | |
| amrex::Vector< amrex::Geometry > & | geom |
| int | comp |
| enum IC::PSRead::Type |
|
inline |
|
inline |
|
inlinevirtual |
Implements IC::IC< Set::Scalar >.
|
inlinestatic |
|
private |
|
private |
|
staticconstexpr |
|
private |
|
private |
|
private |