Searched refs:MatMFFDSetBase_MFFD (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/mf/ |
| H A D | snesmfj.c | 48 PETSC_SINGLE_LIBRARY_VISIBILITY_INTERNAL PetscErrorCode MatMFFDSetBase_MFFD(Mat, Vec, Vec); 98 PetscCall(MatMFFDSetBase_MFFD(J, u, f)); in MatAssemblyEnd_SNESMF() 101 PetscCall(MatMFFDSetBase_MFFD(J, u, NULL)); in MatAssemblyEnd_SNESMF() 124 PetscCall(MatMFFDSetBase_MFFD(J, u, f)); in MatAssemblyEnd_SNESMF_UseBase() 135 PetscCall(MatMFFDSetBase_MFFD(J, U, F)); in MatMFFDSetBase_SNESMF()
|
| /petsc/src/mat/impls/mffd/ |
| H A D | mffd.c | 426 PETSC_SINGLE_LIBRARY_VISIBILITY_INTERNAL PetscErrorCode MatMFFDSetBase_MFFD(Mat J, Vec U, Vec F) in MatMFFDSetBase_MFFD() function 628 PetscCall(PetscObjectComposeFunction((PetscObject)A, "MatMFFDSetBase_C", MatMFFDSetBase_MFFD)); in MatCreate_MFFD()
|