Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/vec/is/utils/ftn-custom/
H A Dzvsectionisf.c27 *__ierr = PetscSectionGetPointSyms(section,*numPoints,points,(const PetscInt ***)perms,(const Petsc… in petscsectiongetpointsyms_()
/dports/science/PETSc/petsc-3.14.1/include/
H A Dpetscsection.h95 PETSC_EXTERN PetscErrorCode PetscSectionGetPointSyms(PetscSection, PetscInt, const PetscInt *, cons…
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplex.c4670 ierr = PetscSectionGetPointSyms(section,numPoints,points,&perms,&flips);CHKERRQ(ierr); in DMPlexVecGetClosure_Static()
5384 ierr = PetscSectionGetPointSyms(section,numPoints,points,&perms,&flips);CHKERRQ(ierr); in DMPlexVecSetClosure()
6393 …else {ierr = PetscSectionGetPointSyms(section, Ncl, points, &perms[f], &flips[f]);CHKERRQ(ierr)… in DMPlexGetClosureIndices()
6435 …else {ierr = PetscSectionGetPointSyms(section, NclC, pointsC, &perms[f], &flips[f]);CHKERRQ(ier… in DMPlexGetClosureIndices()
6793 ierr = PetscSectionGetPointSyms(fsection,numFPoints,ftotpoints,&permsF,NULL);CHKERRQ(ierr); in DMPlexMatSetClosureRefined()
6794 ierr = PetscSectionGetPointSyms(csection,numCPoints,cpoints,&permsC,NULL);CHKERRQ(ierr); in DMPlexMatSetClosureRefined()
6949 ierr = PetscSectionGetPointSyms(fsection,numFPoints,ftotpoints,&permsF,NULL);CHKERRQ(ierr); in DMPlexMatGetClosureIndicesRefined()
6950 ierr = PetscSectionGetPointSyms(csection,numCPoints,cpoints,&permsC,NULL);CHKERRQ(ierr); in DMPlexMatGetClosureIndicesRefined()
H A Dplextree.c1531 ierr = PetscSectionGetPointSyms(refSection,closureSize,closure,&perms,&flips);CHKERRQ(ierr); in DMPlexReferenceTreeGetChildrenMatrices()
1760 …else {ierr = PetscSectionGetPointSyms(section,closureSize,closure,&perms,&flips);CHKERRQ… in DMPlexComputeAnchorMatrix_Tree_FromReference()
2437 …else {ierr = PetscSectionGetPointSyms(localCoarse,closureSize,closure,&perms[f],&flips[f… in DMPlexComputeInterpolatorTree()
2464 …else {ierr = PetscSectionGetPointSyms(localCoarse,numPoints,points,&perms[f],&flips[f]);… in DMPlexComputeInterpolatorTree()
/dports/science/PETSc/petsc-3.14.1/src/vec/is/section/interface/
H A Dsection.c3385 PetscErrorCode PetscSectionGetPointSyms(PetscSection section, PetscInt numPoints, const PetscInt *p… in PetscSectionGetPointSyms() function
3495 ierr = PetscSectionGetPointSyms(section->field[field],numPoints,points,perms,rots);CHKERRQ(ierr); in PetscSectionGetFieldPointSyms()
/dports/science/PETSc/petsc-3.14.1/docs/manualpages/
H A Dhtmlmap1732 man:+PetscSectionGetPointSyms++PetscSectionGetPointSyms++++man+manualpages/PetscSection/PetscSectio…
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS84112 PetscErrorCode PetscSectionGetPointSyms(3385,118686
H A DCTAGS26821 PetscSectionGetPointSyms src/vec/is/section/interface/section.c /^PetscErrorCode PetscSectionGetPoi…