Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dcharacteristicimpl.h23 typedef struct _p_Item { struct
24 … /* Relative processor from which data is required (mapped to absolute by neighbors) */
25 PetscInt i, j; /* The vertex for which we need field values */
26 PetscScalar x, y; /* Coordinates of a point on the characteristic */
27 PetscScalar u, v; /* Velocity of a point on the characteristic */
28 PetscScalar field[MAX_COMPONENTS]; /* Field being advected */