Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/dm/dt/dualspace/interface/
H A Ddualspace.c387 ierr = PetscSectionDestroy(&(sp->pointSection));CHKERRQ(ierr); in PetscDualSpaceClearDMData_Internal()
943 if (!sp->pointSection) { in PetscDualSpaceGetSection()
945 ierr = PetscDualSpaceSectionCreate_Internal(sp, &(sp->pointSection));CHKERRQ(ierr); in PetscDualSpaceGetSection()
955 ierr = PetscSectionSetDof(sp->pointSection,p,dof);CHKERRQ(ierr); in PetscDualSpaceGetSection()
958 ierr = PetscDualSpaceSectionSetUp_Internal(sp,sp->pointSection);CHKERRQ(ierr); in PetscDualSpaceGetSection()
960 *section = sp->pointSection; in PetscDualSpaceGetSection()
/dports/science/PETSc/petsc-3.14.1/src/dm/dt/dualspace/impls/simple/
H A Ddspacesimple.c19 sp->pointSection = section; in PetscDualSpaceSetUp_Simple()
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Dpetscfeimpl.h112 PetscSection pointSection; member
/dports/science/PETSc/petsc-3.14.1/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c2046 sp->pointSection = section; in PetscDualSpaceSetUp_Lagrange()
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS11970 PetscSection pointSection;112,5065
H A DCTAGS75745 pointSection include/petsc/private/petscfeimpl.h /^ PetscSection pointSection;$/;" m language:…