Home
last modified time | relevance | path

Searched defs:MatSetUp (Results 1 – 2 of 2) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/misc/petsc/
H A Dpetsccommon.hh260 inline static void MatSetUp( Mat mat ) in MatSetUp() function
264 inline static void MatSetUp( Mat mat, PetscInt bs, PetscInt nz ) in MatSetUp() function
283 … inline static void MatSetUp( Mat mat, PetscInt bs, const PetscInt *d_nnz, const PetscInt *o_nnz ) in MatSetUp() function
/dports/science/PETSc/petsc-3.14.1/src/mat/interface/
H A Dmatrix.c846 PetscErrorCode MatSetUp(Mat A) in MatSetUp() function