#include <wmfunctionapplicator.h>
◆ anonymous enum
Identifies how initial conditions are generated from a given WmICFunction.
| Enumerator |
|---|
| WMFUNCTIONAPPLICATOR_MODAL | |
| WMFUNCTIONAPPLICATOR_NODAL | |
| WMFUNCTIONAPPLICATOR_FV | |
| WMFUNCTIONAPPLICATOR_NODAL_KINETIC | |
◆ applicator_t()
◆ ~applicator_t()
| WmFunctionApplicator::applicator_t::~applicator_t |
( |
| ) |
|
◆ apply()
Applies the initial condition to the variable for a given patch TODO: needs to work with any patch (structured and unstructured)
- Parameters
-
| patch | Unstructured patch on which to apply initial condition |
◆ setup()
| void WmFunctionApplicator::applicator_t::setup |
( |
const WxCryptSet & |
wxc | ) |
|
Setup the applicator_t from a cryptset and an application index.
- Parameters
-
| wxc | Cryptset to setup with |
| wxc | appIndexCryptset to setup with |
◆ _basisSetName
| std::string WmFunctionApplicator::applicator_t::_basisSetName |
|
protected |
◆ _components
| components_t WmFunctionApplicator::applicator_t::_components |
|
protected |
List of variables - TODO: move variables_t out of WmTimeIntegration.
◆ _function
◆ _parent
Parent function applicator.
◆ _phase_space_order
| std::string WmFunctionApplicator::applicator_t::_phase_space_order |
|
protected |
◆ _spatialOrder
| int WmFunctionApplicator::applicator_t::_spatialOrder |
|
protected |
◆ _spatialScheme
| int WmFunctionApplicator::applicator_t::_spatialScheme |
|
protected |
◆ _vspace_dims
| int WmFunctionApplicator::applicator_t::_vspace_dims |
|
protected |
◆ _vspace_dv
| std::vector<real> WmFunctionApplicator::applicator_t::_vspace_dv |
|
protected |
◆ _vspace_minimums
| std::vector<real> WmFunctionApplicator::applicator_t::_vspace_minimums |
|
protected |
◆ _vspace_nelems
| std::vector<int> WmFunctionApplicator::applicator_t::_vspace_nelems |
|
protected |
The documentation for this class was generated from the following file: