Searched refs:DMPlexMatSetClosure_Internal (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 4783 …if (assembleJac) PetscCall(DMPlexMatSetClosure_Internal(dm, section, globalSection, mesh->useMatCl… in DMPlexComputeJacobian_Patch_Internal() 4784 …PetscCall(DMPlexMatSetClosure_Internal(dm, section, globalSection, mesh->useMatClPerm, JP, cell, &… in DMPlexComputeJacobian_Patch_Internal() 6050 …PetscCall(DMPlexMatSetClosure_Internal(plex, section, globalSection, mesh->useMatClPerm, Jac, supp… in DMPlexComputeBdJacobianSingleByLabel() 6053 …PetscCall(DMPlexMatSetClosure_Internal(plex, section, globalSection, mesh->useMatClPerm, JacP, sup… in DMPlexComputeBdJacobianSingleByLabel() 6057 …PetscCall(DMPlexMatSetClosure_Internal(plex, section, globalSection, mesh->useMatClPerm, Jac, supp… in DMPlexComputeBdJacobianSingleByLabel() 6351 …PetscCall(DMPlexMatSetClosure_Internal(dm, section, globalSection, mesh->useMatClPerm, Jac, cell, … in DMPlexComputeJacobianByKey() 6354 …PetscCall(DMPlexMatSetClosure_Internal(dm, section, globalSection, mesh->useMatClPerm, JacP, cell,… in DMPlexComputeJacobianByKey() 6358 …PetscCall(DMPlexMatSetClosure_Internal(dm, section, globalSection, mesh->useMatClPerm, JacP, cell,… in DMPlexComputeJacobianByKey() 6937 …PetscCall(DMPlexMatSetClosure_Internal(plex, section, globalSection, mesh->useMatClPerm, Jac, cell… in DMPlexComputeJacobianHybridByKey() 6943 …PetscCall(DMPlexMatSetClosure_Internal(plex, section, globalSection, mesh->useMatClPerm, JacP, cel… in DMPlexComputeJacobianHybridByKey()
|
| H A D | plex.c | 8413 PetscErrorCode DMPlexMatSetClosure_Internal(DM dm, PetscSection section, PetscSection globalSection… in DMPlexMatSetClosure_Internal() function 8477 …PetscCall(DMPlexMatSetClosure_Internal(dm, section, globalSection, PETSC_TRUE, A, point, values, m… in DMPlexMatSetClosure()
|
| /petsc/include/petsc/private/ |
| H A D | dmpleximpl.h | 810 PETSC_INTERN PetscErrorCode DMPlexMatSetClosure_Internal(DM, PetscSection, PetscSection, PetscBool,…
|