Home
last modified time | relevance | path

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

/petsc/src/dm/dt/dualspace/impls/sum/
H A Ddualspacesum.c875 PetscCall(PetscCalloc1(Ns, &sum->all_rows)); in PetscDualSpaceSetUp_Sum()
937 …PetscCall(PetscDualSpaceSumCreateMappings(sp, PETSC_FALSE, uniform_all, sum->all_rows, sum->all_co… in PetscDualSpaceSetUp_Sum()
939 …if (sp->allNodes) PetscCall(PetscDualSpaceSumCreateMatrix(sp, all_mats, sum->all_rows, sum->all_co… in PetscDualSpaceSetUp_Sum()
1004 if (sum->all_rows) PetscCall(ISLocalToGlobalMappingDestroy(&sum->all_rows[i])); in PetscDualSpaceDestroy_Sum()
1010 PetscCall(PetscFree(sum->all_rows)); in PetscDualSpaceDestroy_Sum()
/petsc/src/dm/dt/fe/impls/vector/
H A Dfevector.c91 PetscCall(ISLocalToGlobalMappingApply(sum->all_rows[c], scalar_n, d, d_mapped)); in PetscFESetUp_Vector()
/petsc/include/petsc/private/
H A Dpetscfeimpl.h185 ISLocalToGlobalMapping *all_rows; member