Home
last modified time | relevance | path

Searched refs:PetscSectionGetFieldComponents (Results 1 – 21 of 21) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi17 PetscErrorCode PetscSectionGetFieldComponents(PetscSection, PetscInt, PetscInt*)
H A DSection.pyx210 setFieldComponents, petsc.PetscSectionGetFieldComponents
214 CHKERR(PetscSectionGetFieldComponents(self.sec, cfield, &cnumComp))
/petsc/src/dm/interface/
H A Ddmi.c95 PetscCall(PetscSectionGetFieldComponents(s, f, &Nc)); in PetscSectionSelectFields_Private()
104 PetscCall(PetscSectionGetFieldComponents(s, fields[f], &Nc)); in PetscSectionSelectFields_Private()
120 PetscCall(PetscSectionGetFieldComponents(s, f, &Nc)); in PetscSectionSelectFields_Private()
H A Ddmperiodicity.c378 PetscCall(PetscSectionGetFieldComponents(cs, 0, &Nc)); in DMLocalizeCoordinates()
H A Ddm.c1977 PetscCall(PetscSectionGetFieldComponents(section, f, &fieldNc[f])); in DMCreateFieldIS()
2701 PetscCall(PetscSectionGetFieldComponents(s, f, &Nc)); in DMConstructBasisTransform_Internal()
/petsc/include/
H A Dpetscsection.h24 PETSC_EXTERN PetscErrorCode PetscSectionGetFieldComponents(PetscSection, PetscInt, PetscInt *);
/petsc/src/vec/is/section/interface/
H A Dsection.c112 PetscCall(PetscSectionGetFieldComponents(section, f, &numComp)); in PetscSectionCopy_Internal()
305 PetscCall(PetscSectionGetFieldComponents(s1, f, &n1)); in PetscSectionCompare()
306 PetscCall(PetscSectionGetFieldComponents(s2, f, &n2)); in PetscSectionCompare()
552 PetscErrorCode PetscSectionGetFieldComponents(PetscSection s, PetscInt field, PetscInt *numComp) in PetscSectionGetFieldComponents() function
1563 PetscCall(PetscSectionGetFieldComponents(s, f, &numComponents)); in PetscSectionCreateGlobalSection()
2047 PetscCall(PetscSectionGetFieldComponents(s, fields[f], &numComp)); in PetscSectionCreateSubsection()
2223 PetscCall(PetscSectionGetFieldComponents(s[i], fi, &numComp)); in PetscSectionCreateSupersection()
2313 PetscCall(PetscSectionGetFieldComponents(s, f, &numComp)); in PetscSectionCreateSubplexSection_Private()
3109 PetscCall(PetscSectionGetFieldComponents(s, f, &numComp)); in PetscSectionPermute()
/petsc/src/vec/vec/utils/
H A Dvsection.c201 PetscCall(PetscSectionGetFieldComponents(section, field, &Nc)); in PetscSectionGetField_Internal()
/petsc/src/dm/impls/plex/
H A Dplexsection.c210 PetscCall(PetscSectionGetFieldComponents(section, field, &Nc)); in DMPlexCreateSectionBCDof()
295 PetscCall(PetscSectionGetFieldComponents(section, field, &Nc)); in DMPlexCreateSectionBCIndicesField()
H A Dplexglvis.c89 PetscCall(PetscSectionGetFieldComponents(s, f, &bs)); in DMSetUpGLVisViewer_Plex()
H A Dplexsubmesh.c3245 PetscCall(PetscSectionGetFieldComponents(coordSection, 0, &numComp)); in DMPlexCreateSubmesh_Uninterpolated()
3627 PetscCall(PetscSectionGetFieldComponents(coordSection, 0, &numComp)); in DMPlexCreateSubmeshGeneric_Interpolated()
4047 PetscCall(PetscSectionGetFieldComponents(coordSection, 0, &numComp)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
H A Dplex.c456 PetscCall(PetscSectionGetFieldComponents(s, f, &Nc)); in VecView_Plex_Local_Draw_2D()
1074 PetscCall(PetscSectionGetFieldComponents(coordSection, 0, &Nc)); in DMPlexView_Ascii()
2974 PetscCall(PetscSectionGetFieldComponents(sectionGlobal, field, &num_comp)); in DMCreateMatrix_Plex()
5930 PetscCall(PetscSectionGetFieldComponents(section, field, Nc)); in PetscSectionFieldGetTensorDegree_Private()
7105 PetscCall(PetscSectionGetFieldComponents(section, f, &Nc)); in updatePointFieldsBC_private()
10687 PetscCall(PetscSectionGetFieldComponents(section, f, &numComp)); in DMPlexCreateConstraintSection_Anchors()
H A Dplexinterpolate.c1736 PetscCall(PetscSectionGetFieldComponents(coordSectionA, 0, &spaceDim)); in DMPlexCopyCoordinates()
H A Dplexfem.c4167 PetscCall(PetscSectionGetFieldComponents(section, f, &comp)); in DMPlexGetFaceFields()
4189 PetscCall(PetscSectionGetFieldComponents(section, f, &comp)); in DMPlexGetFaceFields()
H A Dplexcreate.c337 PetscCall(PetscSectionGetFieldComponents(cs, 0, &Nc)); in DMPlexCreateCoordinateSpace()
/petsc/src/vec/is/section/interface/hdf5/
H A Dsectionhdf5.c107 PetscCall(PetscSectionGetFieldComponents(s, f, &fieldComponents)); in PetscSectionView_HDF5_Internal()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1670 PetscCall(PetscSectionGetFieldComponents(local_section, 0, &num_comp)); in DMPlexCreateCGNS_Internal_Parallel()
1957 PetscCall(PetscSectionGetFieldComponents(local_section, field, &ncomp)); in DMPlexCreateNodeNumbering()
2452 PetscCall(PetscSectionGetFieldComponents(section, field, &ncomp)); in VecView_Plex_Local_CGNS()
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c274 PetscCall(PetscSectionGetFieldComponents(rootSection, f, &numComp)); in PetscSFDistributeSection()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c587 PetscCall(PetscSectionGetFieldComponents(section, f, &Nc)); in VecView_Plex_Local_HDF5_Internal()
647 PetscCall(PetscSectionGetFieldComponents(section, f, &Nc)); in VecView_Plex_Local_HDF5_Internal()
/petsc/src/dm/field/impls/ds/
H A Ddmfieldds.c1169 PetscCall(PetscSectionGetFieldComponents(section, fieldNum, &numComponents)); in DMFieldCreateDSWithDG()
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c2188 PetscCall(PetscSectionGetFieldComponents(coordSection, 0, &dEo)); in DMPlexTransformSetCoordinates()