JCMSolve¶
Purpose
starts JCMsolve for solution of given project. Corresponds to JCMsolve –solve … command
Function signature
int JCMSolve(int** resultHandles, int* nResultHandles, int projectHandle, int* interrupt)
| Parameter | in/output | Description | 
|---|---|---|
| resultHandles | output | result handles of fieldbag and from post processes | 
| nResultHandles | output | number of created result handles | 
| projectHandle | input | handle to project data tree object containing project description | 
| interrupt | input | external interrupt; if set to value unequal zero in calling program, meshing process is aborted |