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