Home
last modified time | relevance | path

Searched refs:PetscSectionGetFieldName (Results 1 – 13 of 13) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi15 PetscErrorCode PetscSectionGetFieldName(PetscSection, PetscInt, const char*[])
H A DSection.pyx168 setFieldName, petsc.PetscSectionGetFieldName
173 CHKERR(PetscSectionGetFieldName(self.sec, cfield, &fieldName))
/petsc/include/
H A Dpetscsection.h20 PETSC_EXTERN PetscErrorCode PetscSectionGetFieldName(PetscSection, PetscInt, const char *[]);
/petsc/src/vec/is/section/interface/
H A Dsection.c110 PetscCall(PetscSectionGetFieldName(section, f, &fieldName)); in PetscSectionCopy_Internal()
425 PetscErrorCode PetscSectionGetFieldName(PetscSection s, PetscInt field, const char *fieldName[]) in PetscSectionGetFieldName() function
1565 PetscCall(PetscSectionGetFieldName(s, f, &name)); in PetscSectionCreateGlobalSection()
2045 PetscCall(PetscSectionGetFieldName(s, fields[f], &name)); in PetscSectionCreateSubsection()
2148 PetscCall(PetscSectionGetFieldName(s, 0, &name)); in PetscSectionCreateComponentSubsection()
2221 PetscCall(PetscSectionGetFieldName(s[i], fi, &name)); in PetscSectionCreateSupersection()
2311 PetscCall(PetscSectionGetFieldName(s, f, &name)); in PetscSectionCreateSubplexSection_Private()
3107 PetscCall(PetscSectionGetFieldName(s, f, &name)); in PetscSectionPermute()
/petsc/src/vec/is/section/interface/hdf5/
H A Dsectionhdf5.c105 PetscCall(PetscSectionGetFieldName(s, f, &fieldName)); in PetscSectionView_HDF5_Internal()
/petsc/src/dm/impls/plex/
H A Dplexvtu.c298 PetscCall(PetscSectionGetFieldName(section, field, &fieldname)); in DMPlexVTKWriteAll_VTU()
389 PetscCall(PetscSectionGetFieldName(section, field, &fieldname)); in DMPlexVTKWriteAll_VTU()
H A Dplexglvis.c103 PetscCall(PetscSectionGetFieldName(s, f, &fname)); in DMSetUpGLVisViewer_Plex()
H A Dplex.c198 PetscCall(PetscSectionGetFieldName(section, field, &fieldname)); in DMPlexGetFieldTypes_Internal()
251 PetscCall(PetscSectionGetFieldName(section, field, &fieldname)); in DMPlexGetFieldType_Internal()
457 PetscCall(PetscSectionGetFieldName(s, f, &fname)); in VecView_Plex_Local_Draw_2D()
H A Dplexcreate.c335 PetscCall(PetscSectionGetFieldName(cs, 0, &fieldName)); in DMPlexCreateCoordinateSpace()
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c275 PetscCall(PetscSectionGetFieldName(rootSection, f, &name)); in PetscSFDistributeSection()
/petsc/src/dm/interface/
H A Ddm.c2023 PetscCall(PetscSectionGetFieldName(section, f, &fieldName)); in DMCreateFieldIS()
2134 PetscCall(PetscSectionGetFieldName(section, f, &fieldName)); in DMCreateFieldDecomposition()
4416 PetscCall(PetscSectionGetFieldName(dm->localSection, f, &name)); in DMSetLocalSection()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c2451 PetscCall(PetscSectionGetFieldName(section, field, &field_name)); in VecView_Plex_Local_CGNS()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c569 PetscCall(PetscSectionGetFieldName(section, f, &fname)); in VecView_Plex_Local_HDF5_Internal()