Lines Matching defs:_n_Model
67 struct _n_Model { struct
68 … comm; /* Does not do collective communication, but some error conditions can be collective */
69 Physics physics;
70 FunctionalLink functionalRegistry;
71 PetscInt maxComputed;
72 PetscInt numMonitored;
73 FunctionalLink *functionalMonitored;
74 PetscInt numCall;
75 FunctionalLink *functionalCall;
76 SolutionFunction solution;
77 SetUpBCFunction setupbc;
78 void *solutionctx;
79 PetscReal maxspeed; /* estimate of global maximum speed (for CFL calculation) */
80 PetscReal bounds[2 * DIM];
81 …tor)(PetscInt, PetscReal, PetscInt, const PetscScalar[], const PetscScalar[], PetscReal *, void *);
82 void *errorCtx;
83 PetscErrorCode (*setupCEED)(DM, Physics);