Searched refs:PetscSectionGetFieldName (Results 1 – 13 of 13) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 15 PetscErrorCode PetscSectionGetFieldName(PetscSection, PetscInt, const char*[])
|
| H A D | Section.pyx | 168 setFieldName, petsc.PetscSectionGetFieldName 173 CHKERR(PetscSectionGetFieldName(self.sec, cfield, &fieldName))
|
| /petsc/include/ |
| H A D | petscsection.h | 20 PETSC_EXTERN PetscErrorCode PetscSectionGetFieldName(PetscSection, PetscInt, const char *[]);
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 110 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 D | sectionhdf5.c | 105 PetscCall(PetscSectionGetFieldName(s, f, &fieldName)); in PetscSectionView_HDF5_Internal()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexvtu.c | 298 PetscCall(PetscSectionGetFieldName(section, field, &fieldname)); in DMPlexVTKWriteAll_VTU() 389 PetscCall(PetscSectionGetFieldName(section, field, &fieldname)); in DMPlexVTKWriteAll_VTU()
|
| H A D | plexglvis.c | 103 PetscCall(PetscSectionGetFieldName(s, f, &fname)); in DMSetUpGLVisViewer_Plex()
|
| H A D | plex.c | 198 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 D | plexcreate.c | 335 PetscCall(PetscSectionGetFieldName(cs, 0, &fieldName)); in DMPlexCreateCoordinateSpace()
|
| /petsc/src/vec/is/sf/utils/ |
| H A D | sfutils.c | 275 PetscCall(PetscSectionGetFieldName(rootSection, f, &name)); in PetscSFDistributeSection()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 2023 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 D | plexcgns2.c | 2451 PetscCall(PetscSectionGetFieldName(section, field, &field_name)); in VecView_Plex_Local_CGNS()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 569 PetscCall(PetscSectionGetFieldName(section, f, &fname)); in VecView_Plex_Local_HDF5_Internal()
|