Lines Matching refs:section
13 type(tPetscSection) :: section
43 PetscCallA(PetscSectionCreate(comm, section, ierr))
44 PetscCallA(PetscSectionSetNumFields(section, 1_kPI, ierr))
45 PetscCallA(PetscSectionSetFieldName(section, 0_kPI, 'U', ierr))
46 PetscCallA(PetscSectionSetFieldComponents(section, 0_kPI, sdim, ierr))
48 PetscCallA(PetscSectionSetChart(section, pStart, pEnd, ierr))
53 PetscCallA(PetscSectionSetDof(section, p, sdim, ierr))
54 PetscCallA(PetscSectionSetFieldDof(section, p, 0_kPI, sdim, ierr))
73 PetscCallA(PetscSectionSetConstraintDof(section, pointID(p), 1_kPI, ierr))
74 PetscCallA(PetscSectionSetFieldConstraintDof(section, pointID(p), 0_kPI, 1_kPI, ierr))
80 PetscCallA(PetscSectionSetUp(section, ierr))
91 PetscCallA(PetscSectionSetConstraintIndices(section, pointID(p), constraints, ierr))
92 … PetscCallA(PetscSectionSetFieldConstraintIndices(section, pointID(p), 0_kPI, constraints, ierr))
100 PetscCallA(PetscObjectViewFromOptions(section, PETSC_NULL_OBJECT, '-dm_section_view', ierr))
102 PetscCallA(PetscSectionDestroy(section, ierr))