Home
last modified time | relevance | path

Searched refs:accumulate (Results 1 – 5 of 5) sorted by relevance

/petsc/doc/developers/contributing/
H A Ddevelopingmr.md143 Extra commits from bug-fixes or tiny improvements may accumulate. One commit may contain multiple o…
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx507 PetscLogDouble accumulate[2]{}, nnz1 = 1.0, m1 = 1.0; in PCHPDDMGetComplexities() local
526 accumulate[0] += m; in PCHPDDMGetComplexities()
537 …if (!A && flg) accumulate[1] += m * m; /* assumption that a MATSCHURCOMPLEMENT is dense if stored … in PCHPDDMGetComplexities()
540 accumulate[1] += info.nz_used; in PCHPDDMGetComplexities()
551 PetscCallMPI(MPI_Bcast(accumulate, 2, MPIU_PETSCLOGDOUBLE, 0, PetscObjectComm((PetscObject)pc))); in PCHPDDMGetComplexities()
552 if (gc) *gc = static_cast<PetscReal>(accumulate[0] / m1); in PCHPDDMGetComplexities()
553 if (oc) *oc = static_cast<PetscReal>(accumulate[1] / nnz1); in PCHPDDMGetComplexities()
/petsc/doc/developers/
H A Dstyle.md497 accumulate flops and then call `PetscLogFlops();` *always* just
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DVec.pyx3362 To accumulate ghost region values onto owning processes:
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas2490 (dpm/accumulate-rates? #f)
8460 (recon/nbg-sym-node-accumulate? #f)