Home
last modified time | relevance | path

Searched defs:_p_Characteristic (Results 1 – 1 of 1) sorted by relevance

/petsc/include/petsc/private/
H A Dcharacteristicimpl.h39 struct _p_Characteristic { struct
41 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 …]