Home
last modified time | relevance | path

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

/petsc/src/mat/impls/elemental/
H A Dmatelem.cxx1076 El::mpi::Comm cxxcomm(PetscObjectComm((PetscObject)A)); in MatDestroy_Elemental() local
1077 PetscCall(PetscCommDuplicate(cxxcomm.comm, &icomm, nullptr)); in MatDestroy_Elemental()
1351 El::mpi::Comm cxxcomm(PetscObjectComm((PetscObject)A)); in MatCreate_Elemental() local
1358 PetscCall(PetscCommDuplicate(cxxcomm.comm, &icomm, NULL)); in MatCreate_Elemental()
1365 …onsInt("-mat_elemental_grid_height", "Grid Height", "None", El::mpi::Size(cxxcomm), &optv1, &flg)); in MatCreate_Elemental()
1367cxxcomm) % optv1) == 0, PetscObjectComm((PetscObject)A), PETSC_ERR_ARG_INCOMP, "Grid Height %" Pet… in MatCreate_Elemental()
1368 commgrid->grid = new El::Grid(cxxcomm, optv1); /* use user-provided grid height */ in MatCreate_Elemental()
1370 commgrid->grid = new El::Grid(cxxcomm); /* use Elemental default grid sizes */ in MatCreate_Elemental()