RCS Header
Included Files
- #include "cahnhill.h"
- #include </usr/lib/petsc/include/petscts.h>
- #include </usr/lib/petsc/include/petscda.h>
- #include "illuminator.h"
- #include </usr/lib/petsc/include/petscda.h>
- #include </usr/include/glib-2.0/glib.h>
- #include </usr/include/gtk-2.0/gtk/gtk.h>
- #include <X11/Xlib.h>
- #include <Imlib2.h>
Preprocessor definitions
#define _REENTRANT 1
#define ORBIT2 1
#define IMLIB2_EXISTS 1
#define DPRINTF( fmt, args... )
#define __FUNCT__ "ch_ts_monitor"
#define __FUNCT__ "main"
#define __FUNCT__ "FormInitialCondition"
#define __FUNCT__ "InitializeProblem"
ISurface Surf
IDisplay Disp
Local Variables
help
static char help[]
int FormInitialCondition ( AppCtx* user, Vec X )
- int FormInitialCondition
-
- AppCtx* user
-
- Vec X
-
int InitializeProblem ( AppCtx* user, Vec* xvec )
- int InitializeProblem
-
- AppCtx* user
-
- Vec* xvec
-
int ch_ts_jacobian_2d ( TS thets, PetscScalar time, Vec X, Mat* A, Mat* B, MatStructure* flag, void* ptr )
- int ch_ts_jacobian_2d
-
- TS thets
-
- PetscScalar time
-
- Vec X
-
- Mat* A
-
- Mat* B
-
- MatStructure* flag
-
- void* ptr
-
int ch_ts_jacobian_3d ( TS thets, PetscScalar time, Vec X, Mat* A, Mat* B, MatStructure* flag, void* ptr )
- int ch_ts_jacobian_3d
-
- TS thets
-
- PetscScalar time
-
- Vec X
-
- Mat* A
-
- Mat* B
-
- MatStructure* flag
-
- void* ptr
-
int ch_ts_monitor ( TS thets, int stepno, PetscScalar time, Vec X, void* ptr )
- int ch_ts_monitor
-
- TS thets
-
- int stepno
-
- PetscScalar time
-
- Vec X
-
- void* ptr
-
int ch_ts_residual_vector_2d ( TS thets, PetscScalar time, Vec X, Vec F, void* ptr )
- int ch_ts_residual_vector_2d
-
- TS thets
-
- PetscScalar time
-
- Vec X
-
- Vec F
-
- void* ptr
-
int ch_ts_residual_vector_3d ( TS thets, PetscScalar time, Vec X, Vec F, void* ptr )
- int ch_ts_residual_vector_3d
-
- TS thets
-
- PetscScalar time
-
- Vec X
-
- Vec F
-
- void* ptr
-
int main ( int argc, char** argv )
- int main
-
- int argc
-
- char** argv
-