| /petsc/src/vec/vec/utils/ |
| H A D | vsection.c | 206 if (gdof > 0) PetscCall(PetscSectionGetFieldDof(section, p, field, &fdof)); in PetscSectionGetField_Internal() 220 PetscCall(PetscSectionGetFieldDof(section, p, f2, &fdof)); in PetscSectionGetField_Internal() 223 PetscCall(PetscSectionGetFieldDof(section, p, field, &fdof)); in PetscSectionGetField_Internal()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 1250 PetscCall(PetscSectionGetFieldDof(cSec, p, f, &conDof)); in DMPlexComputeAnchorMatrix_Tree_Direct() 1280 PetscCall(PetscSectionGetFieldDof(section, p, f, &dof)); in DMPlexComputeAnchorMatrix_Tree_Direct() 1292 PetscCall(PetscSectionGetFieldDof(section, p, f, &dof)); in DMPlexComputeAnchorMatrix_Tree_Direct() 1307 PetscCall(PetscSectionGetFieldDof(cSec, p, f, &conDof)); in DMPlexComputeAnchorMatrix_Tree_Direct() 1324 PetscCall(PetscSectionGetFieldDof(section, a, f, &aSecDof)); in DMPlexComputeAnchorMatrix_Tree_Direct() 1428 PetscCall(PetscSectionGetFieldDof(refConSec, p, f, &cDof)); in DMPlexReferenceTreeGetChildrenMatrices() 1445 PetscCall(PetscSectionGetFieldDof(refSection, q, f, &aDof)); in DMPlexReferenceTreeGetChildrenMatrices() 1466 PetscCall(PetscSectionGetFieldDof(refSection, q, f, &aDof)); in DMPlexReferenceTreeGetChildrenMatrices() 1526 PetscCall(PetscSectionGetFieldDof(refConSec, p, f, &cDof)); in DMPlexReferenceTreeRestoreChildrenMatrices() 1644 PetscCall(PetscSectionGetFieldDof(conSec, point, f, &cDof)); in DMPlexComputeAnchorMatrix_Tree_FromReference() [all …]
|
| H A D | plexvtu.c | 297 PetscCall(PetscSectionGetFieldDof(section, cStart, field, &fbs)); in DMPlexVTKWriteAll_VTU() 388 PetscCall(PetscSectionGetFieldDof(section, vStart, field, &fbs)); in DMPlexVTKWriteAll_VTU() 563 PetscCall(PetscSectionGetFieldDof(section, cStart, field, &fbs)); in DMPlexVTKWriteAll_VTU() 658 PetscCall(PetscSectionGetFieldDof(section, vStart, field, &fbs)); in DMPlexVTKWriteAll_VTU() 788 PetscCall(PetscSectionGetFieldDof(section, cStart, field, &fbs)); in DMPlexVTKWriteAll_VTU() 834 PetscCall(PetscSectionGetFieldDof(section, vStart, field, &fbs)); in DMPlexVTKWriteAll_VTU()
|
| H A D | plexsection.c | 222 PetscCall(PetscSectionGetFieldDof(section, p, field, &numConst)); in DMPlexCreateSectionBCDof() 258 PetscCall(PetscSectionGetFieldDof(section, a, f, &dof)); in DMPlexCreateSectionBCDof() 306 PetscCall(PetscSectionGetFieldDof(section, p, field, &fdof)); in DMPlexCreateSectionBCIndicesField() 379 PetscCall(PetscSectionGetFieldDof(section, p, f, &fdof)); in DMPlexCreateSectionBCIndices()
|
| H A D | plex.c | 140 …if ((vStart >= pStart) && (vStart < pEnd)) PetscCall(PetscSectionGetFieldDof(section, vStart, fiel… in DMPlexGetFieldTypes_Internal() 160 …if ((cStart >= pStart) && (cStart < pEnd)) PetscCall(PetscSectionGetFieldDof(section, cStart, fiel… in DMPlexGetFieldTypes_Internal() 230 …if ((vStart >= pStart) && (vStart < pEnd)) PetscCall(PetscSectionGetFieldDof(section, vStart, fiel… in DMPlexGetFieldType_Internal() 231 …if ((cStart >= pStart) && (cStart < pEnd)) PetscCall(PetscSectionGetFieldDof(section, cStart, fiel… in DMPlexGetFieldType_Internal() 2975 PetscCall(PetscSectionGetFieldDof(sectionGlobal, p, field, &dof)); in DMCreateMatrix_Plex() 5938 PetscCall(PetscSectionGetFieldDof(section, line, field, k)); in PetscSectionFieldGetTensorDegree_Private() 6543 PetscCall(PetscSectionGetFieldDof(section, point, f, &fdof)); in DMPlexVecGetClosure_Fields_Static() 7034 PetscCall(PetscSectionGetFieldDof(section, point, f, &fdof)); in updatePointFields_private() 7106 PetscCall(PetscSectionGetFieldDof(section, point, f, &fdof)); in updatePointFieldsBC_private() 7469 PetscCall(PetscSectionGetFieldDof(section, point, f, &fdof)); in CheckPoint_Private() [all …]
|
| H A D | plexfem.c | 630 PetscCall(PetscSectionGetFieldDof(ts, p, f, &dof)); in DMPlexBasisTransformField_Internal() 665 PetscCall(PetscSectionGetFieldDof(s, pf, f, &fpdof)); in DMPlexBasisTransformFieldTensor_Internal() 666 PetscCall(PetscSectionGetFieldDof(s, pg, g, &gpdof)); in DMPlexBasisTransformFieldTensor_Internal() 667 PetscCall(PetscSectionGetFieldDof(ts, pf, f, &fdof)); in DMPlexBasisTransformFieldTensor_Internal() 668 PetscCall(PetscSectionGetFieldDof(ts, pg, g, &gdof)); in DMPlexBasisTransformFieldTensor_Internal() 726 PetscCall(PetscSectionGetFieldDof(s, points[cp], f, &dof)); in DMPlexBasisTransformPoint_Internal() 751 PetscCall(PetscSectionGetFieldDof(s, points[cpf], f, &fdof)); in DMPlexBasisTransformPointTensor_Internal() 754 PetscCall(PetscSectionGetFieldDof(s, points[cpg], g, &gdof)); in DMPlexBasisTransformPointTensor_Internal()
|
| H A D | plexsfc.c | 650 PetscCall(PetscSectionGetFieldDof(csection, cl_point, coords_field_id, &dof)); in DMPlexCorrectOrientationForIsoperiodic()
|
| /petsc/src/ts/impls/mimex/ |
| H A D | mimex.c | 104 PetscCall(PetscSectionGetFieldDof(s, p, f, &fdof)); in SNESTSFormFunction_Mimex() 176 PetscCall(PetscSectionGetFieldDof(s, p, f, &fdof)); in TSStep_Mimex_Split() 198 PetscCall(PetscSectionGetFieldDof(s, p, f, &fdof)); in TSStep_Mimex_Split()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 26 PetscErrorCode PetscSectionGetFieldDof(PetscSection, PetscInt, PetscInt, PetscInt*)
|
| H A D | Section.pyx | 389 setFieldDof, petsc.PetscSectionGetFieldDof 394 CHKERR(PetscSectionGetFieldDof(self.sec, cpoint, cfield, &cnumDof))
|
| /petsc/src/dm/interface/ |
| H A D | dmi.c | 121 PetscCall(PetscSectionGetFieldDof(s, point, fields[f], &fdof)); in PetscSectionSelectFields_Private() 180 PetscCall(PetscSectionGetFieldDof(s, point, f2, &fdof)); in PetscSectionSelectFields_Private() 184 PetscCall(PetscSectionGetFieldDof(s, point, fields[f], &fdof)); in PetscSectionSelectFields_Private()
|
| H A D | dm.c | 1987 PetscCall(PetscSectionGetFieldDof(section, p, f, &fdof)); in DMCreateFieldIS() 2011 PetscCall(PetscSectionGetFieldDof(section, p, f, &fdof)); in DMCreateFieldIS() 2705 PetscCall(PetscSectionGetFieldDof(s, p, f, &dof)); in DMConstructBasisTransform_Internal() 2716 PetscCall(PetscSectionGetFieldDof(ts, p, f, &dof)); in DMConstructBasisTransform_Internal()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 137 PetscCall(PetscSectionGetFieldDof(section, p, f, &dof)); in PetscSectionCopy_Internal() 314 PetscCall(PetscSectionGetFieldDof(s1, p, f, &n1)); in PetscSectionCompare() 315 PetscCall(PetscSectionGetFieldDof(s2, p, f, &n2)); in PetscSectionCompare() 1023 PetscErrorCode PetscSectionGetFieldDof(PetscSection s, PetscInt point, PetscInt field, PetscInt *nu… in PetscSectionGetFieldDof() function 1573 PetscCall(PetscSectionGetFieldDof(s, p, f, &dof)); in PetscSectionCreateGlobalSection() 2062 PetscCall(PetscSectionGetFieldDof(s, p, fields[f], &fdof)); in PetscSectionCreateSubsection() 2095 PetscCall(PetscSectionGetFieldDof(s, p, fields[f], &fdof)); in PetscSectionCreateSubsection() 2243 PetscCall(PetscSectionGetFieldDof(s[i], p, fi, &fdof)); in PetscSectionCreateSupersection() 2275 PetscCall(PetscSectionGetFieldDof(s[i], p, fi, &fdof)); in PetscSectionCreateSupersection() 2351 PetscCall(PetscSectionGetFieldDof(s, p, f, &fdof)); in PetscSectionCreateSubplexSection_Private() [all …]
|
| /petsc/include/ |
| H A D | petscsection.h | 39 PETSC_EXTERN PetscErrorCode PetscSectionGetFieldDof(PetscSection, PetscInt, PetscInt, PetscInt *);
|
| /petsc/include/petsc/private/ |
| H A D | dmimpl.h | 457 PetscCall(PetscSectionGetFieldDof(dm->localSection, point, field, &dof)); in DMGetLocalFieldOffset_Private() 508 PetscCall(PetscSectionGetFieldDof(dm->localSection, point, field, &fdof)); in DMGetGlobalFieldOffset_Private()
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1962 PetscCall(PetscSectionGetFieldDof(local_section, p, field, &dof)); in DMPlexCreateNodeNumbering() 1981 PetscCall(PetscSectionGetFieldDof(local_section, p, field, &dof)); in DMPlexCreateNodeNumbering() 1996 PetscCall(PetscSectionGetFieldDof(local_section, p, field, &dof)); in DMPlexCreateNodeNumbering() 2466 PetscCall(PetscSectionGetFieldDof(section, p, field, &dof)); in VecView_Plex_Local_CGNS()
|
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 802 if (dof) PetscCall(PetscSectionGetFieldDof(dofSection[0], p, f, dof)); in PCPatchGetGlobalDofs() 1648 PetscCall(PetscSectionGetFieldDof(patch->dofSection[0], p, f, &fdof)); in PCPatchCreateCellPatchDiscretisationInfo() 1915 PetscCall(PetscSectionGetFieldDof(patch->patchSection, point, f, &dof)); in PCPatchComputeFunction_DMPlex_Private() 1996 PetscCall(PetscSectionGetFieldDof(patch->patchSection, point, f, &dof)); in PCPatchComputeOperator_DMPlex_Private() 2512 PetscCall(PetscSectionGetFieldDof(s, p, f, &fdof)); in PCSetUp_PATCH()
|
| /petsc/src/snes/utils/ |
| H A D | dmplexsnes.c | 207 PetscCall(PetscSectionGetFieldDof(s, p, f, &fdof)); in SNESMonitorFields()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 592 if (gdof > 0) PetscCall(PetscSectionGetFieldDof(section, p, f, &fdof)); in VecView_Plex_Local_HDF5_Internal() 614 PetscCall(PetscSectionGetFieldDof(section, p, f2, &fdof)); in VecView_Plex_Local_HDF5_Internal() 617 PetscCall(PetscSectionGetFieldDof(section, p, f, &fdof)); in VecView_Plex_Local_HDF5_Internal()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex18.c | 873 PetscCall(PetscSectionGetFieldDof(s, p, f, &dof)); in MonitorFunctionals()
|