Home
last modified time | relevance | path

Searched refs:PetscSectionGetComponentName (Results 1 – 8 of 8) sorted by relevance

/petsc/include/
H A Dpetscsection.h22 PETSC_EXTERN PetscErrorCode PetscSectionGetComponentName(PetscSection, PetscInt, PetscInt, const ch…
/petsc/src/vec/is/section/interface/
H A Dsection.c115 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 Dsectionhdf5.c115 PetscCall(PetscSectionGetComponentName(s, f, c, &componentName)); in PetscSectionView_HDF5_Internal()
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c283 PetscCall(PetscSectionGetComponentName(rootSection, f, c, &name)); in PetscSFDistributeSection()
/petsc/src/dm/impls/plex/
H A Dplexvtu.c410 PetscCall(PetscSectionGetComponentName(section, field, j, &compName)); in DMPlexVTKWriteAll_VTU()
H A Dplexcreate.c340 PetscCall(PetscSectionGetComponentName(cs, 0, c, &compName)); in DMPlexCreateCoordinateSpace()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c2458 PetscCall(PetscSectionGetComponentName(section, field, comp, &comp_name)); in VecView_Plex_Local_CGNS()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c650 PetscCall(PetscSectionGetComponentName(section, f, c, &componentName)); in VecView_Plex_Local_HDF5_Internal()