cuikxdot.c File Reference

Introduction

dot_inline_dotgraph_44.png

This application extracts accelerations from a set of solution boxes.

Definition in file cuikxdot.c.

Functions

int main (int argc, char **arg)
 Main body of the cuikxdot application. More...
 

Function Documentation

◆ main()

int main ( int  argc,
char **  arg 
)

Main body of the cuikxdot application.

Use:

  • cuikxdot world_name.world solutions_name.sol

Where:

  • world_name: File describing the problem.
  • solutions_name: Is the solution set for which to extract the accelerations.
  • action: Action for which to compute the acceleration.

File extensions are optional.

Parameters
argcNumber of elements in the command line that starts the application (i.e., the cuikanimate command itself and its arguments).
argStrings with the arguments.
Returns
EXIT_SUCCESS (0) if the execution worked out fine and EXIT_FAILURE if not.

Definition at line 56 of file cuikxdot.c.

References Advance(), CreateFileName(), CS_WD_DELETE, CS_WD_GET_SIMP_JACOBIAN, CT_DYNAMICS, CT_N_DOF, DeleteDynamicSpace(), DeleteFileName(), DeleteJacobian(), DeleteListOfBoxes(), DeleteParameters(), EndOfList(), Error(), FALSE, First(), GET_WORLD, GetBoxCenter(), GetBoxNIntervals(), GetCurrent(), GetFileFullName(), GetParameter(), Getxdot(), InitCSWDFromFile(), InitDynamicSpace(), InitIterator(), InitParametersFromFile(), ListSize(), NEW, PARAM_EXT, PrintVector(), ReadListOfBoxes(), SOL_EXT, and WorldGenerateSimplifiedPointFromSystem().