MathEngine
Home Page       Structures       File List       Functions and Macros      

MdtKeaParameters Struct Reference

Kea Parameters structure. More...

#include <MdtKea.h>

List of all members.

Public Attributes

MeReal stepsize
 Amount of time to evolve system by. More...

MeReal epsilon
 Numerical tolerance used by matrix solver. More...

MeReal gamma
 Constraint relaxation rate. More...

void* memory_pool
 Pointer to some memory that Kea can use. More...

unsigned int memory_pool_size
 Size of this area in bytes. More...


Detailed Description

Kea Parameters structure.


Member Data Documentation

MeReal MdtKeaParameters::epsilon

Numerical tolerance used by matrix solver.

Default = 0.01.

MeReal MdtKeaParameters::gamma

Constraint relaxation rate.

Default = 0.2.

void * MdtKeaParameters::memory_pool

Pointer to some memory that Kea can use.

Kea doesn't malloc, only uses this area.

unsigned int MdtKeaParameters::memory_pool_size

Size of this area in bytes.

MeReal MdtKeaParameters::stepsize

Amount of time to evolve system by.


The documentation for this struct was generated from the following file:
MathEngine Dynamics Toolkit - Version 0.0.5 Alpha - Reference Manual generated using doxygen at Wed Oct 11 00:34:52 2000

Copyright MathEngine PLC 2000, all rights reserved.