Home
last modified time | relevance | path

Searched refs:localA (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ksp/pc/impls/amgx/
H A Damgx.cxx137 Mat localA; member
229 PetscCall(MatMPIAIJGetLocalMat(Pmat, MAT_REUSE_MATRIX, &amgx->localA)); in PCSetUp_AMGX()
231 PetscCall(MatMPIAIJGetLocalMat(Pmat, MAT_INITIAL_MATRIX, &amgx->localA)); in PCSetUp_AMGX()
234 …if (is_dev_ptrs) PetscCall(MatConvert(amgx->localA, MATSEQAIJCUSPARSE, MAT_INPLACE_MATRIX, &amgx-> in PCSetUp_AMGX()
236 amgx->localA = Pmat; in PCSetUp_AMGX()
240 PetscCall(MatSeqAIJCUSPARSEGetArrayRead(amgx->localA, &amgx->values)); in PCSetUp_AMGX()
242 PetscCall(MatSeqAIJGetArrayRead(amgx->localA, &amgx->values)); in PCSetUp_AMGX()
265 …PetscCall(MatGetRowIJ(amgx->localA, 0, PETSC_FALSE, PETSC_FALSE, &amgx->nLocalRows, &rowOffsets, &… in PCSetUp_AMGX()
302 …PetscCall(MatRestoreRowIJ(amgx->localA, 0, PETSC_FALSE, PETSC_FALSE, &nlr, &rowOffsets, &colIndice… in PCSetUp_AMGX()
310 PetscCall(MatSeqAIJCUSPARSERestoreArrayRead(amgx->localA, &amgx->values)); in PCSetUp_AMGX()
[all …]
/petsc/src/dm/impls/plex/
H A Dplexproject.c198 …, DMEnclosureType encAux, PetscDS dsAux, PetscReal time, Vec localU, Vec localA, PetscFEGeom *cgeo… in DMProjectPoint_Field_Private() argument
261 PetscCall(DMPlexVecGetClosure(dmAux, sectionAux, localA, subp, NULL, &coefficientsAux)); in DMProjectPoint_Field_Private()
352 …if (dmAux) PetscCall(DMPlexVecRestoreClosure(dmAux, sectionAux, localA, p, NULL, &coefficientsAux)… in DMProjectPoint_Field_Private()
357 …, DMEnclosureType encAux, PetscDS dsAux, PetscReal time, Vec localU, Vec localA, PetscFEGeom *fgeo… in DMProjectPoint_BdField_Private() argument
420 PetscCall(DMPlexVecGetClosure(dmAux, sectionAux, localA, subp, NULL, &coefficientsAux)); in DMProjectPoint_BdField_Private()
528 …if (dmAux) PetscCall(DMPlexVecRestoreClosure(dmAux, sectionAux, localA, p, NULL, &coefficientsAux)… in DMProjectPoint_BdField_Private()
533 …EGeom *fegeom, PetscInt effectiveHeight, PetscReal time, Vec localU, Vec localA, PetscBool hasFE, … in DMProjectPoint_Private() argument
549 …d_Private(dm, ds, dmIn, encIn, dsIn, dmAux, encAux, dsAux, time, localU, localA, fegeom, sp, p, T,… in DMProjectPoint_Private()
552 …d_Private(dm, ds, dmIn, encIn, dsIn, dmAux, encAux, dsAux, time, localU, localA, fegeom, sp, p, T,… in DMProjectPoint_Private()
718 Vec localA = NULL, tv; in DMProjectLocal_Generic_Plex() local
[all …]