Home
last modified time | relevance | path

Searched refs:NUM_FIELDS (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex30.c39 NUM_FIELDS enumerator
322 PetscScalar S = a[aOff[NUM_FIELDS]]; in P_0()
331 PetscScalar S = a[aOff[NUM_FIELDS]]; in P_0_aux()
900 VecScatter subsct[NUM_FIELDS];
901 Vec subvec[NUM_FIELDS];
941 for (PetscInt i = 0; i < NUM_FIELDS; i++) { in ProcessOptions()
1283 void *ctxs[NUM_FIELDS + 1]; in ProjectAuxDM()
1284 PetscScalar vals[NUM_FIELDS + 1]; in ProjectAuxDM()
1287 …PetscErrorCode (*funcs[NUM_FIELDS + 1])(PetscInt, PetscReal, const PetscReal[], PetscInt, PetscSca… in ProjectAuxDM()
1293 PetscInt fields[NUM_FIELDS]; in ProjectAuxDM()
[all …]