SIMLIB/C++  3.07
Public Member Functions | Private Attributes | List of all members
simlib3::ABM4 Class Reference

#include <ni_abm4.h>

Inheritance diagram for simlib3::ABM4:
Inheritance graph
[legend]
Collaboration diagram for simlib3::ABM4:
Collaboration graph
[legend]

Public Member Functions

 ABM4 (const char *name, const char *slave_name)
 
virtual ~ABM4 ()
 
virtual void Integrate (void) override
 
virtual bool PrepareStep (void) override
 prepare the object for the step of integration More...
 
- Public Member Functions inherited from simlib3::MultiStepMethod
 MultiStepMethod (const char *name, const char *slave_name)
 initialize multistep method More...
 
 ~MultiStepMethod ()
 free dynamic data More...
 
virtual bool IsSingleStep (void) override
 
virtual void SetStarter (const char *slave_name)
 set starting method for the multi-step method More...
 
virtual void TurnOff (void) override
 turn off integration method and its slave (starter) More...
 
- Public Member Functions inherited from simlib3::IntegrationMethod
 IntegrationMethod (const char *name)
 register method to list of methods and name it More...
 
virtual ~IntegrationMethod ()
 destroy integration method (remove from list) More...
 
virtual void Resize (size_t size)
 resize all the memories to the given size More...
 

Private Attributes

int ABM_Count
 
Memory Z [abm_ord]
 
Memory PRED
 

Additional Inherited Members

- Static Public Member Functions inherited from simlib3::MultiStepMethod
static void SetStarter (const char *name, const char *slave_name)
 set starting method for given multi-step method More...
 
static const char * GetStarter (const char *name)
 obtain the name of the starting method of given method More...
 
- Static Public Member Functions inherited from simlib3::IntegrationMethod
static void StepSim (void)
 step of numerical integration method More...
 
static void IntegrationDone (void)
 
static void SetMethod (const char *name)
 set method which will be used More...
 
static const char * GetMethod (void)
 
static void InitStep (double step_frag)
 initialize step More...
 
static void FunCall (double step_frag)
 
static void SetOptStep (double opt_step)
 
static void SetStepSize (double step_size)
 
static bool IsConditionFlag (void)
 
static int GetErrNo (void)
 
static void SetErrNo (int num)
 
- Protected Types inherited from simlib3::IntegrationMethod
typedef IntegratorContainer::iterator Iterator
 
- Protected Member Functions inherited from simlib3::MultiStepMethod
SingleStepMethodSlavePtr (void)
 return pointer to the starting method (initialize it also) More...
 
- Static Protected Member Functions inherited from simlib3::IntegrationMethod
static Iterator FirstIntegrator (void)
 
static Iterator LastIntegrator (void)
 
static bool StateCond (void)
 check on changes of state conditions More...
 
static IntegrationMethodSearchMethod (const char *name)
 search method in the list of registrated methods More...
 
- Static Protected Attributes inherited from simlib3::IntegrationMethod
static bool IsEndStepEvent =false
 

Detailed Description

Definition at line 26 of file ni_abm4.h.

Constructor & Destructor Documentation

◆ ABM4()

simlib3::ABM4::ABM4 ( const char *  name,
const char *  slave_name 
)
inline

Definition at line 32 of file ni_abm4.h.

◆ ~ABM4()

virtual simlib3::ABM4::~ABM4 ( )
inlinevirtual

Definition at line 36 of file ni_abm4.h.

References Integrate(), and PrepareStep().

Member Function Documentation

◆ Integrate()

void simlib3::ABM4::Integrate ( void  )
overridevirtual

◆ PrepareStep()

bool simlib3::ABM4::PrepareStep ( void  )
overridevirtual

prepare the object for the step of integration

Reimplemented from simlib3::MultiStepMethod.

Definition at line 217 of file ni_abm4.cc.

References ABM_Count, Dprintf, and simlib3::MultiStepMethod::PrepareStep().

Referenced by ~ABM4().

Member Data Documentation

◆ ABM_Count

int simlib3::ABM4::ABM_Count
private

Definition at line 28 of file ni_abm4.h.

Referenced by Integrate(), and PrepareStep().

◆ PRED

Memory simlib3::ABM4::PRED
private

Definition at line 30 of file ni_abm4.h.

Referenced by Integrate().

◆ Z

Memory simlib3::ABM4::Z[abm_ord]
private

Definition at line 29 of file ni_abm4.h.

Referenced by Integrate().


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