Home
last modified time | relevance | path

Searched refs:MATOP_ASSEMBLY_END (Results 1 – 6 of 6) sorted by relevance

/petsc/src/mat/impls/shell/ftn-custom/
H A Dzshellf.c301 case MATOP_ASSEMBLY_END: in matshellsetoperation_()
/petsc/src/snes/tests/
H A Dex69.c111 …PetscCall(MatShellSetOperation(J, MATOP_ASSEMBLY_END, (PetscErrorCodeFn *)MatAssemblyEnd_MyShell)); in main()
/petsc/src/mat/impls/mffd/
H A Dmffd.c622 PetscCall(MatShellSetOperation(A, MATOP_ASSEMBLY_END, (PetscErrorCodeFn *)MatAssemblyEnd_MFFD)); in MatCreate_MFFD()
/petsc/src/mat/impls/composite/
H A Dmcomposite.c895 …PetscCall(MatShellSetOperation(A, MATOP_ASSEMBLY_END, (PetscErrorCodeFn *)MatAssemblyEnd_Composite… in MatCreate_Composite()
/petsc/src/mat/impls/htool/
H A Dhtool.cxx1153 PetscCall(MatShellSetOperation(A, MATOP_ASSEMBLY_END, (PetscErrorCodeFn *)MatAssemblyEnd_Htool)); in MatCreate_Htool()
/petsc/include/
H A Dpetscmat.h1919 MATOP_ASSEMBLY_END = 21, enumerator