Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/tutorials/ !
H A Dex4.c166 …ary_indices_size, am, an, bm, bn, condensed_am, astart, aend, Dstart, Dend, num_local_bnd_dofs = 0; in main() local
217 if ((bnd_dof >= astart) && (bnd_dof < aend)) boundary_indices[num_local_bnd_dofs++] = bnd_dof; in main()
224 if ((bnd_dof >= astart) && (bnd_dof < aend)) boundary_indices[num_local_bnd_dofs++] = bnd_dof; in main()
229 …PetscCall(ISCreateGeneral(PETSC_COMM_WORLD, num_local_bnd_dofs, boundary_indices, PETSC_USE_POINTE… in main()