Home
last modified time | relevance | path

Searched refs:MatCreateDenseFromVecType (Results 1 – 13 of 13) sorted by relevance

/petsc/src/mat/tutorials/
H A Dex19.c29 …PetscCall(MatCreateDenseFromVecType(PETSC_COMM_WORLD, vtype, n, n, PETSC_DECIDE, PETSC_DECIDE, lda… in main()
/petsc/src/ksp/ksp/tests/
H A Dex87.c128 …PetscCall(MatCreateDenseFromVecType(PETSC_COMM_WORLD, type, n, PETSC_DECIDE, PETSC_DECIDE, M, -1, … in main()
129 …PetscCall(MatCreateDenseFromVecType(PETSC_COMM_WORLD, type, n, PETSC_DECIDE, PETSC_DECIDE, M, -1, … in main()
/petsc/src/mat/utils/
H A Dveccreatematdense.c25 PetscErrorCode MatCreateDenseFromVecType(MPI_Comm comm, VecType vtype, PetscInt m, PetscInt n, Pets… in MatCreateDenseFromVecType() function
/petsc/src/tao/unconstrained/impls/lmvm/tests/
H A Dex1.c44 …PetscCall(MatCreateDenseFromVecType(comm, vec_type, M, N, PETSC_DECIDE, PETSC_DECIDE, -1, NULL, &c… in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex76.c170 …PetscCall(MatCreateDenseFromVecType(PETSC_COMM_WORLD, vt, m, PETSC_DECIDE, PETSC_DECIDE, N, PETSC_… in main()
171 …PetscCall(MatCreateDenseFromVecType(PETSC_COMM_WORLD, vt, m, PETSC_DECIDE, PETSC_DECIDE, N, PETSC_… in main()
/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Ddenseqn.c167 PetscCall(MatCreateDenseFromVecType(comm, vec_type, m, m, M, M, -1, NULL, &lqn->StY_triu)); in MatAllocate_LMVMDQN_Internal()
168 PetscCall(MatCreateDenseFromVecType(comm, vec_type, m, m, M, M, -1, NULL, &lqn->YtS_triu)); in MatAllocate_LMVMDQN_Internal()
172 PetscCall(MatCreateDenseFromVecType(comm, vec_type, m, m, M, M, -1, NULL, &lqn->YtS_triu)); in MatAllocate_LMVMDQN_Internal()
177 PetscCall(MatCreateDenseFromVecType(comm, vec_type, m, m, M, M, -1, NULL, &lqn->StY_triu)); in MatAllocate_LMVMDQN_Internal()
/petsc/doc/changes/
H A D320.md130 - Add `MatCreateDenseFromVecType()`
/petsc/src/ksp/ksp/utils/schurm/
H A Dschurm.c518 …PetscCall(MatCreateDenseFromVecType(PetscObjectComm((PetscObject)A), vtype, m, n, M, N, -1, NULL, … in MatSchurComplementComputeExplicitOperator()
559 …PetscCall(MatCreateDenseFromVecType(PetscObjectComm((PetscObject)A), vtype, m, n, M, N, -1, NULL, … in MatSchurComplementComputeExplicitOperator()
/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmbasis.c23 …PetscCall(MatCreateDenseFromVecType(PetscObjectComm((PetscObject)v), type, n, rank == 0 ? m : 0, N… in LMBasisCreate()
H A Dlmproducts.c37 …PetscCall(MatCreateDenseFromVecType(PetscObjectComm((PetscObject)basis->vecs), vec_type, m_local, … in LMProductsCreate()
/petsc/src/tao/unconstrained/tutorials/
H A Drosenbrock4.h229 …PetscCall(MatCreateDenseFromVecType(PETSC_COMM_SELF, vec_type, warmup_size, warmup_size, warmup_si… in CreateHessian()
/petsc/src/ksp/pc/impls/fieldsplit/
H A Dfieldsplit.c1154 …PetscCall(MatCreateDenseFromVecType(PetscObjectComm((PetscObject)jac->schur), vtype, m, PETSC_DECI… in PCSetUpOnBlocks_FieldSplit_Schur()
1384 …PetscCall(MatCreateDenseFromVecType(PetscObjectComm((PetscObject)pc), xtype, mx, X->cmap->n, Mx, X… in PCFieldSplitCreateWorkMats_Private()
1385 …PetscCall(MatCreateDenseFromVecType(PetscObjectComm((PetscObject)pc), ytype, my, X->cmap->n, My, X… in PCFieldSplitCreateWorkMats_Private()
/petsc/include/
H A Dpetscmat.h2703 PETSC_EXTERN PetscErrorCode MatCreateDenseFromVecType(MPI_Comm, VecType, PetscInt, PetscInt, PetscI…