Lines Matching refs:section
7 type(tPetscSection) :: section variable
25 PetscCallA(PetscSectionCreate(PETSC_COMM_WORLD, section, ierr))
27 PetscCallA(PetscSectionSetChart(section, pStart, pEnd, ierr))
30 PetscCallA(PetscSectionSetDof(section, p, one, ierr))
34 PetscCallA(PetscSectionSetDof(section, p, two, ierr))
36 PetscCallA(PetscSectionSetUp(section, ierr))
37 PetscCallA(DMSetLocalSection(dm, section, ierr))
38 PetscCallA(PetscSectionViewFromOptions(section, PETSC_NULL_OBJECT, '-s_view', ierr))
44 PetscCallA(PetscSectionGetDof(section, p, dof, ierr))
49 PetscCallA(VecSetValuesSection(v, section, p, val, INSERT_VALUES, ierr))
55 PetscCallA(PetscSectionGetDof(section, p, dof, ierr))
56 PetscCallA(VecGetValuesSection(v, section, p, x, ierr))
59 PetscCallA(VecRestoreValuesSection(v, section, p, x, ierr))
62 PetscCallA(PetscSectionDestroy(section, ierr))