|
LILAC
|
#include <stable_ode_tmpl.hpp>


Public Member Functions | |
| double | score () |
| const std::type_info & | vtype () const |
| virtual void | postprocess (input &invals) |
| virtual std::string | type () const |
| virtual | ~stable_ode_tmpl () |
Public Member Functions inherited from stable_ode | |
| virtual std::vector< std::string > | dependencies () const |
| virtual | ~stable_ode () |
Public Member Functions inherited from stable | |
| double | simulate () |
| virtual | ~stable () |
Public Member Functions inherited from vartype | |
| bool | compare (const vartype *in) const |
| bool | compare (const vartype &in) const |
| bool | compare (const std::type_info &tinf) |
| template<typename T > | |
| bool | compare () const |
| template<typename T > | |
| bool | compare (const T &in) const |
| std::string | vname () const |
| virtual const std::type_info & | vtype_internal () const |
| bool | compare_internal (const vartype *in) const |
| bool | compare_internal (const vartype &in) const |
| bool | compare_internal (const std::type_info &tinf) |
| template<typename T > | |
| bool | compare_internal () const |
| template<typename T > | |
| bool | compare_internal (const T &in) const |
| std::string | vname_internal () const |
| virtual | ~vartype () |
Protected Member Functions | |
| virtual void | pre_integration_operations () |
| This applies operations before the integration occurs. | |
| virtual void | post_integration_operations () |
| This applies operations ofter the integration occurs. | |
| virtual void | iterate_system () |
| virtual double | get_change () |
Protected Attributes | |
| double | tcur |
| T *restr | ucur |
| T *restr *restr | ulast |
| double | int_len |
| This is the length of integration for each step. | |
| double | t0 |
| This is the starting time. | |
| integrator * | inter |
| This defines the integrator being used. | |
Protected Attributes inherited from stable_ode | |
| std::shared_ptr< stable_ode > | actual |
| integrator * | inter |
| This defines the integrator being used. | |
Protected Attributes inherited from stable | |
| int | max_iterations |
| Maximum number of times the system is iterated before assuming an unstable state. | |
| double | change_threshold |
| The threshold of change between two iterations for which the system will be considered stable. | |
| int | num_gone |
| int | round |
| int | bad_res |
| std::shared_ptr< writer > | cur_writer |
Protected Attributes inherited from simulation | |
| controller * | cont |
| The controller. | |
| objective * | obj |
| The objective function. | |
| writer * | cur_writer |
Protected Attributes inherited from item_dim | |
| mempool | memp |
| std::set< item_dim * > | children |
| item_dim * | parent |
| size_t | dimension |
Protected Attributes inherited from item | |
| std::string | _name |
| std::string | _write_name |
| char | has_write_name |
Friends | |
| class | stable |
Additional Inherited Members | |
Static Public Member Functions inherited from item | |
| static std::shared_ptr< item > | create (std::string name, engineimp *rval) |
Public Attributes inherited from simulation | |
| std::string | out_f_name |
Definition at line 22 of file stable_ode_tmpl.hpp.
|
virtual |
Definition at line 91 of file stable_ode_tmpl.hpp.
|
protectedvirtual |
Reimplemented from stable_ode.
Reimplemented in jones_optical.
Definition at line 114 of file stable_ode_tmpl.hpp.

|
protectedvirtual |
This is the function that iterates the ODE system forwards. It applies the operator pre_integration_operations, then integrates from tcur to tcur+tlen, and then applies the operator post_integration_operations.
Reimplemented from stable_ode.
Definition at line 57 of file stable_ode_tmpl.hpp.
|
protectedvirtual |
This applies operations ofter the integration occurs.
Reimplemented from stable_ode.
Definition at line 96 of file stable_ode_tmpl.hpp.
|
virtual |
Reimplemented from stable_ode.
Reimplemented in jones_optical, stable_spectral_pde_1d_tmpl< T >, and stable_spectral_pde_1d_tmpl< comp >.
Definition at line 71 of file stable_ode_tmpl.hpp.


|
protectedvirtual |
This applies operations before the integration occurs.
Reimplemented from stable_ode.
Definition at line 93 of file stable_ode_tmpl.hpp.
|
virtual |
Reimplemented from stable_ode.
Reimplemented in jones_optical.
Definition at line 105 of file stable_ode_tmpl.hpp.

|
virtual |
Reimplemented from stable_ode.
Reimplemented in jones_optical, stable_spectral_pde_1d_tmpl< T >, and stable_spectral_pde_1d_tmpl< comp >.
Definition at line 99 of file stable_ode_tmpl.hpp.

|
virtual |
Reimplemented from stable_ode.
Definition at line 110 of file stable_ode_tmpl.hpp.
|
friend |
Definition at line 44 of file stable_ode_tmpl.hpp.
|
protected |
This is the length of integration for each step.
Definition at line 27 of file stable_ode_tmpl.hpp.
|
protected |
This defines the integrator being used.
Definition at line 31 of file stable_ode_tmpl.hpp.
|
protected |
This is the starting time.
Definition at line 29 of file stable_ode_tmpl.hpp.
|
protected |
Definition at line 24 of file stable_ode_tmpl.hpp.
|
protected |
Definition at line 25 of file stable_ode_tmpl.hpp.
|
protected |
Definition at line 25 of file stable_ode_tmpl.hpp.
1.8.1.2