Home
last modified time | relevance | path

Searched refs:PetscSectionSetComponentName (Results 1 – 10 of 10) sorted by relevance

/petsc/src/dm/impls/plex/tutorials/
H A Dex16.c78 PetscCall(PetscSectionSetComponentName(section, 0, 0, "Pressure")); in ReadCGNSDM()
79 PetscCall(PetscSectionSetComponentName(section, 0, 1, "VelocityX")); in ReadCGNSDM()
80 PetscCall(PetscSectionSetComponentName(section, 0, 2, "VelocityY")); in ReadCGNSDM()
81 PetscCall(PetscSectionSetComponentName(section, 0, 3, "VelocityZ")); in ReadCGNSDM()
82 PetscCall(PetscSectionSetComponentName(section, 0, 4, "Temperature")); in ReadCGNSDM()
H A Dex15.c78 PetscCall(PetscSectionSetComponentName(section, 0, 0, "Pressure")); in ReadCGNSDM()
79 PetscCall(PetscSectionSetComponentName(section, 0, 1, "VelocityX")); in ReadCGNSDM()
80 PetscCall(PetscSectionSetComponentName(section, 0, 2, "VelocityY")); in ReadCGNSDM()
81 PetscCall(PetscSectionSetComponentName(section, 0, 3, "VelocityZ")); in ReadCGNSDM()
82 PetscCall(PetscSectionSetComponentName(section, 0, 4, "Temperature")); in ReadCGNSDM()
/petsc/src/dm/impls/plex/tests/
H A Dex103.c80 PetscCall(PetscSectionSetComponentName(section, 0, 0, "Pressure")); in ReadCGNSDM()
81 PetscCall(PetscSectionSetComponentName(section, 0, 1, "VelocityX")); in ReadCGNSDM()
82 PetscCall(PetscSectionSetComponentName(section, 0, 2, "VelocityY")); in ReadCGNSDM()
83 PetscCall(PetscSectionSetComponentName(section, 0, 3, "VelocityZ")); in ReadCGNSDM()
84 PetscCall(PetscSectionSetComponentName(section, 0, 4, "Temperature")); in ReadCGNSDM()
/petsc/include/
H A Dpetscsection.h23 PETSC_EXTERN PetscErrorCode PetscSectionSetComponentName(PetscSection, PetscInt, PetscInt, const ch…
/petsc/src/vec/is/section/interface/
H A Dsection.c116 PetscCall(PetscSectionSetComponentName(newSection, f, c, compName)); in PetscSectionCopy_Internal()
520 PetscErrorCode PetscSectionSetComponentName(PetscSection s, PetscInt field, PetscInt comp, const ch… in PetscSectionSetComponentName() function
2051 PetscCall(PetscSectionSetComponentName(*subs, f, c, name)); in PetscSectionCreateSubsection()
2155 PetscCall(PetscSectionSetComponentName(*subs, 0, c, name)); in PetscSectionCreateComponentSubsection()
2227 PetscCall(PetscSectionSetComponentName(*supers, f, ci, name)); in PetscSectionCreateSupersection()
2317 PetscCall(PetscSectionSetComponentName(*subs, f, c, name)); in PetscSectionCreateSubplexSection_Private()
3113 PetscCall(PetscSectionSetComponentName(sNew, f, c, name)); in PetscSectionPermute()
/petsc/src/vec/is/section/interface/hdf5/
H A Dsectionhdf5.c312 PetscCall(PetscSectionSetComponentName(s, f, c, componentName)); in PetscSectionLoad_HDF5_Internal()
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c284 PetscCall(PetscSectionSetComponentName(leafSection, f, c, name)); in PetscSFDistributeSection()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2949 PetscCall(PetscSectionSetComponentName(sectionA, 0, c, &axis)); in DMPlexSectionLoad_HDF5_Internal()
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c773 PetscCall(PetscSectionSetComponentName(section, i0, 0, buf)); in SetupDS()
/petsc/src/dm/impls/plex/
H A Dplexcreate.c341 PetscCall(PetscSectionSetComponentName(csNew, 0, c, compName)); in DMPlexCreateCoordinateSpace()