Alamo
Public Member Functions | Static Public Member Functions | Private Attributes
IC::Random Class Reference
Inheritance diagram for IC::Random:
[legend]
Collaboration diagram for IC::Random:
[legend]

Public Member Functions

 Random (amrex::Vector< amrex::Geometry > &_geom, Set::Scalar a_mult)
 
 Random (amrex::Vector< amrex::Geometry > &_geom, IO::ParmParse &pp, std::string name)
 
void Add (const int &lev, Set::Field< Set::Scalar > &a_field, Set::Scalar)
 
virtual void Add (const int &lev, Set::Field< Set::Scalar > &field, Set::Scalar time)=0
 
virtual void Add (const int &lev, Set::Field< Set::Scalar > &field)
 
virtual void Add (const int &, Set::Field< Set::Vector > &, Set::Scalar)
 
- Public Member Functions inherited from IC::IC
 IC (amrex::Vector< amrex::Geometry > &_geom)
 
virtual ~IC ()
 
virtual void Add (const int &lev, Set::Field< Set::Scalar > &field)
 
virtual void Add (const int &, Set::Field< Set::Vector > &, Set::Scalar)
 
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::Vector > &a_field, Set::Scalar a_time=0.0)
 
virtual void SetComp (int a_comp) final
 

Static Public Member Functions

static void Parse (Random &value, IO::ParmParse &pp)
 

Private Attributes

Set::Scalar mult = NAN
 

Additional Inherited Members

- Protected Attributes inherited from IC::IC
amrex::Vector< amrex::Geometry > & geom
 
int comp = 0
 

Detailed Description

Definition at line 15 of file Random.H.

Constructor & Destructor Documentation

◆ Random() [1/2]

IC::Random::Random ( amrex::Vector< amrex::Geometry > &  _geom,
Set::Scalar  a_mult 
)
inline

Definition at line 18 of file Random.H.

◆ Random() [2/2]

IC::Random::Random ( amrex::Vector< amrex::Geometry > &  _geom,
IO::ParmParse pp,
std::string  name 
)
inline

Definition at line 21 of file Random.H.

Here is the call graph for this function:

Member Function Documentation

◆ Add() [1/4]

virtual void IC::IC::Add
inline

Definition at line 24 of file IC.H.

◆ Add() [2/4]

void IC::Random::Add ( const int &  lev,
Set::Field< Set::Scalar > &  a_field,
Set::Scalar   
)
inlinevirtual

Implements IC::IC.

Definition at line 26 of file Random.H.

Here is the call graph for this function:

◆ Add() [3/4]

virtual void IC::IC::Add
inline

Definition at line 20 of file IC.H.

◆ Add() [4/4]

virtual void IC::IC::Add

◆ Parse()

static void IC::Random::Parse ( Random value,
IO::ParmParse pp 
)
inlinestatic

Definition at line 49 of file Random.H.

Here is the call graph for this function:

Field Documentation

◆ mult

Set::Scalar IC::Random::mult = NAN
private

Definition at line 55 of file Random.H.


The documentation for this class was generated from the following file: