LILAC
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
rhs_sde Class Reference

#include <rhs_sde.h>

Inheritance diagram for rhs_sde:
Inheritance graph
[legend]
Collaboration diagram for rhs_sde:
Collaboration graph
[legend]

Public Member Functions

virtual int dwdt (ptr_passer x, ptr_passer dw, double t)=0
 Stores the stochastic portion of the derivative in dw (calculates b(x) in dx = a(x)dt + b(x)dw.
virtual void mod_w (ptr_passer w, double t)
 Performs modifications on the noise vector.
- Public Member Functions inherited from rhs
 rhs ()
 Creates the base rhs class with a dimension=dimen.
virtual void initial_condition (ptr_passer x, size_t len)=0
void initial_condition (ptr_passer x)
 Wrapper for intial_condition that assumes the length is equal to dimension.
virtual int dxdt (ptr_passer x, ptr_passer dx, double t)=0
 Stores the derivative in dx given the time t and current x.
virtual ~rhs ()
- Public Member Functions inherited from item_dim
size_t get_dimension () const
virtual void postprocess (input &dat)
virtual std::vector< std::stringdependencies () const =0
- Public Member Functions inherited from item
 item ()
virtual ~item ()
virtual void print () const
 Standard print function.
virtual void update ()
virtual std::string type () const =0
void setname (const std::string n)
void set_write_name (std::string wname)
const std::stringname () const
const std::stringwrite_name () const
- Public Member Functions inherited from vartype
virtual const std::type_info & vtype () const =0
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 ()

Additional Inherited Members

- Static Public Member Functions inherited from item
static std::shared_ptr< itemcreate (std::string name, engineimp *rval)
- Public Attributes inherited from item
engineimpholder
- Protected Member Functions inherited from item_dim
void print_upstream ()
virtual void _do_mem_update (size_t dim_old)
void add_as_parent (item_dim *p)
void add_as_parent (std::shared_ptr< item_dim > p)
void update_dim (size_t dim_new)
- Protected Attributes inherited from item_dim
mempool memp
std::set< item_dim * > children
item_dimparent
size_t dimension

Detailed Description

Definition at line 20 of file rhs_sde.h.

Member Function Documentation

virtual int rhs_sde::dwdt ( ptr_passer  x,
ptr_passer  dw,
double  t 
)
pure virtual

Stores the stochastic portion of the derivative in dw (calculates b(x) in dx = a(x)dt + b(x)dw.

Implemented in c_elegans.

virtual void rhs_sde::mod_w ( ptr_passer  w,
double  t 
)
inlinevirtual

Performs modifications on the noise vector.

Reimplemented in c_elegans.

Definition at line 32 of file rhs_sde.h.


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