Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfem.c226 *useClPerm = mesh->useMatClPerm; in DMPlexGetUseMatClosurePermutation()
250 mesh->useMatClPerm = useClPerm; in DMPlexSetUseMatClosurePermutation()
4783 …scCall(DMPlexMatSetClosure_Internal(dm, section, globalSection, mesh->useMatClPerm, Jac, cell, &el… 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()
[all …]
/petsc/include/petsc/private/
H A Ddmpleximpl.h241 PetscBool useMatClPerm; /* Use the closure permutation when assembling matrices */ member