Home
last modified time | relevance | path

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

/petsc/src/snes/mf/
H A Dsnesmfj.c47 PETSC_SINGLE_LIBRARY_VISIBILITY_INTERNAL PetscErrorCode MatAssemblyEnd_MFFD(Mat, MatAssemblyType);
91 PetscCall(MatAssemblyEnd_MFFD(J, mt)); in MatAssemblyEnd_SNESMF()
119 PetscCall(MatAssemblyEnd_MFFD(J, mt)); in MatAssemblyEnd_SNESMF_UseBase()
136 J->ops->assemblyend = MatAssemblyEnd_MFFD; in MatMFFDSetBase_SNESMF()
/petsc/src/mat/impls/mffd/
H A Dmffd.c285 PETSC_SINGLE_LIBRARY_VISIBILITY_INTERNAL PetscErrorCode MatAssemblyEnd_MFFD(Mat J, MatAssemblyType … in MatAssemblyEnd_MFFD() function
622 PetscCall(MatShellSetOperation(A, MATOP_ASSEMBLY_END, (PetscErrorCodeFn *)MatAssemblyEnd_MFFD)); in MatCreate_MFFD()