Home
last modified time | relevance | path

Searched refs:PetscSectionGetFieldDof (Results 1 – 20 of 20) sorted by relevance

/petsc/src/vec/vec/utils/
H A Dvsection.c206 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 Dplextree.c1250 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 Dplexvtu.c297 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 Dplexsection.c222 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 Dplex.c140 …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 Dplexfem.c630 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 Dplexsfc.c650 PetscCall(PetscSectionGetFieldDof(csection, cl_point, coords_field_id, &dof)); in DMPlexCorrectOrientationForIsoperiodic()
/petsc/src/ts/impls/mimex/
H A Dmimex.c104 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 Dpetscsec.pxi26 PetscErrorCode PetscSectionGetFieldDof(PetscSection, PetscInt, PetscInt, PetscInt*)
H A DSection.pyx389 setFieldDof, petsc.PetscSectionGetFieldDof
394 CHKERR(PetscSectionGetFieldDof(self.sec, cpoint, cfield, &cnumDof))
/petsc/src/dm/interface/
H A Ddmi.c121 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 Ddm.c1987 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 Dsection.c137 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 Dpetscsection.h39 PETSC_EXTERN PetscErrorCode PetscSectionGetFieldDof(PetscSection, PetscInt, PetscInt, PetscInt *);
/petsc/include/petsc/private/
H A Ddmimpl.h457 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 Dplexcgns2.c1962 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 Dpcpatch.c802 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 Ddmplexsnes.c207 PetscCall(PetscSectionGetFieldDof(s, p, f, &fdof)); in SNESMonitorFields()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c592 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 Dex18.c873 PetscCall(PetscSectionGetFieldDof(s, p, f, &dof)); in MonitorFunctionals()