Searched refs:PetscSectionGetComponentName (Results 1 – 8 of 8) sorted by relevance
| /petsc/include/ |
| H A D | petscsection.h | 22 PETSC_EXTERN PetscErrorCode PetscSectionGetComponentName(PetscSection, PetscInt, PetscInt, const ch…
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 115 PetscCall(PetscSectionGetComponentName(section, f, c, &compName)); in PetscSectionCopy_Internal() 487 PetscErrorCode PetscSectionGetComponentName(PetscSection s, PetscInt field, PetscInt comp, const ch… in PetscSectionGetComponentName() function 2050 PetscCall(PetscSectionGetComponentName(s, fields[f], c, &name)); in PetscSectionCreateSubsection() 2154 PetscCall(PetscSectionGetComponentName(s, 0, comps[c], &name)); in PetscSectionCreateComponentSubsection() 2226 PetscCall(PetscSectionGetComponentName(s[i], fi, ci, &name)); in PetscSectionCreateSupersection() 2316 PetscCall(PetscSectionGetComponentName(s, f, c, &name)); in PetscSectionCreateSubplexSection_Private() 3112 PetscCall(PetscSectionGetComponentName(s, f, c, &name)); in PetscSectionPermute()
|
| /petsc/src/vec/is/section/interface/hdf5/ |
| H A D | sectionhdf5.c | 115 PetscCall(PetscSectionGetComponentName(s, f, c, &componentName)); in PetscSectionView_HDF5_Internal()
|
| /petsc/src/vec/is/sf/utils/ |
| H A D | sfutils.c | 283 PetscCall(PetscSectionGetComponentName(rootSection, f, c, &name)); in PetscSFDistributeSection()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexvtu.c | 410 PetscCall(PetscSectionGetComponentName(section, field, j, &compName)); in DMPlexVTKWriteAll_VTU()
|
| H A D | plexcreate.c | 340 PetscCall(PetscSectionGetComponentName(cs, 0, c, &compName)); in DMPlexCreateCoordinateSpace()
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 2458 PetscCall(PetscSectionGetComponentName(section, field, comp, &comp_name)); in VecView_Plex_Local_CGNS()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 650 PetscCall(PetscSectionGetComponentName(section, f, c, &componentName)); in VecView_Plex_Local_HDF5_Internal()
|