#include <parallel_quickstep.h>
#include <parallel_stepper.h>
#include "quickstep.h"
#include "util.h"
Go to the source code of this file.
Functions | |
int | dWorldParallelQuickStep (dWorldID w, dReal stepsize) |
void | dWorldSetParallelQuickStepReduceType (dWorldID w, int reduceType) |
void | dWorldSetParallelQuickStepSyncType (dWorldID w, int syncType) |
Variables | |
static dxParallelStepParameters | cs |
int dWorldParallelQuickStep | ( | dWorldID | w, |
dReal | stepsize | ||
) |
Definition at line 10 of file parallel_quickstep.cpp.
void dWorldSetParallelQuickStepReduceType | ( | dWorldID | w, |
int | reduceType | ||
) |
Definition at line 32 of file parallel_quickstep.cpp.
void dWorldSetParallelQuickStepSyncType | ( | dWorldID | w, |
int | syncType | ||
) |
Definition at line 25 of file parallel_quickstep.cpp.
dxParallelStepParameters cs [static] |
Definition at line 8 of file parallel_quickstep.cpp.