Home
last modified time | relevance | path

Searched refs:MatSTRUMPACKSetGeometricNxyz (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex52.c315 PetscCall(MatSTRUMPACKSetGeometricNxyz(F, n, m, PETSC_DECIDE)); in main()
/petsc/src/mat/impls/aij/mpi/strumpack/
H A Dstrumpack.c582 PetscErrorCode MatSTRUMPACKSetGeometricNxyz(Mat F, PetscInt nx, PetscInt ny, PetscInt nz) in MatSTRUMPACKSetGeometricNxyz() function
1209 PetscCall(MatSTRUMPACKSetGeometricNxyz(B, (int)nxyz[0], (int)nxyz[1], (int)nxyz[2])); in MatGetFactor_aij_strumpack()
/petsc/doc/changes/
H A D320.md150 - Add `MatSTRUMPACKGetReordering()`, `MatSTRUMPACKSetGeometricNxyz()`, `MatSTRUMPACKSetGeometricCom…
/petsc/include/
H A Dpetscmat.h2442 PETSC_EXTERN PetscErrorCode MatSTRUMPACKSetGeometricNxyz(Mat, PetscInt, PetscInt, PetscInt);