Searched defs:_p_Characteristic (Results 1 – 1 of 1) sorted by relevance
39 struct _p_Characteristic { struct41 PetscBool setupcalled; /* true if setup has been called */42 PetscBool structured; /* Flag for mesh type */43 …numIds; /* Number of integers necessary to identify a mesh element (from problem dimension) */45 DM velocityDA; /* DM for the velocity field */46 Vec velocity; /* Velocity field at t_n */47 Vec velocityOld; /* Velocity field at t_n-1 */48 PetscInt numVelocityComp; /* Number of velocity components (should be the mesh dimension) */49 PetscInt *velocityComp; /* Components of the velocity in the DM */50 PetscErrorCode (*velocityInterp)(Vec, PetscReal[], PetscInt, PetscInt[], PetscScalar[], void *);[all …]