cuikexplore.h
Go to the documentation of this file.
1 #ifndef CUIKEXPLOREH
2 #define CUIKEXPLOREH
3 
4 #include "boolean.h"
5 #include "parameters.h"
6 #include "chart.h"
7 
23 typedef struct {
24  boolean end;
25  boolean changed;
26  boolean oneStep;
27  boolean reset;
28  double step;
29  unsigned int k;
30  unsigned int *ndx;
31  unsigned int *e2d;
33  unsigned int *d2e;
34  unsigned int d;
35  unsigned int m;
36  unsigned int rep;
37  double *point;
38  double *simpPoint;
39  double *pointDOF;
40  double *vectDOF;
42  char *fw;
46 
47 #endif
Definition of the boolean type.
unsigned int * e2d
Definition: cuikexplore.h:31
unsigned int k
Definition: cuikexplore.h:29
unsigned int d
Definition: cuikexplore.h:34
Tparameters * p
Definition: cuikexplore.h:43
A table of parameters.
Type defining the equations on which the atlas is defined.
Definition: wcs.h:30
Definition of a local chart on a manifold.
TAtlasBase * w
Definition: cuikexplore.h:44
unsigned int * d2e
Definition: cuikexplore.h:33
unsigned int * ndx
Definition: cuikexplore.h:30
unsigned int m
Definition: cuikexplore.h:35
Definition of the cuikexplore control structure.
Definition: cuikexplore.h:23
unsigned int rep
Definition: cuikexplore.h:36
Definition of the Tparameters type and the associated functions.