Searched refs:updatePoint_private (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 6908 static inline PetscErrorCode updatePoint_private(PetscSection section, PetscInt point, PetscInt dof… in updatePoint_private() function 7399 …PetscCall(updatePoint_private(section, point, dof, insert, PETSC_FALSE, perm, flip, clperm, values… in DMPlexVecSetClosure() 7408 …PetscCall(updatePoint_private(section, point, dof, insert, PETSC_TRUE, perm, flip, clperm, values,… in DMPlexVecSetClosure() 7426 …PetscCall(updatePoint_private(section, point, dof, add, PETSC_FALSE, perm, flip, clperm, values, o… in DMPlexVecSetClosure() 7435 …PetscCall(updatePoint_private(section, point, dof, add, PETSC_TRUE, perm, flip, clperm, values, of… in DMPlexVecSetClosure()
|