#include <MdtKea.h>
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... | |
|
Numerical tolerance used by matrix solver.
Default = 0.01.
|
Constraint relaxation rate.
Default = 0.2.
|
Pointer to some memory that Kea can use.
Kea doesn't malloc, only uses this area.
|
Size of this area in bytes.
|
Amount of time to evolve system by.
Copyright MathEngine PLC 2000, all rights reserved.