Searched refs:faultFuncs (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex5.c | 1184 …void (*faultFuncs[1])(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const Pets… in TestAssembly() local 1192 faultFuncs[0] = add_fields; in TestAssembly() 1193 …elLocal(dmFault, 0.0, depthLabel, 1, &id, PETSC_DETERMINE, NULL, locX, faultFuncs, INSERT_VALUES, … in TestAssembly() 1197 faultFuncs[0] = normal_field; in TestAssembly() 1198 …elLocal(dmFault, 0.0, depthLabel, 1, &id, PETSC_DETERMINE, NULL, locX, faultFuncs, INSERT_VALUES, … in TestAssembly()
|