Searched refs:PetscSectionSetComponentName (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex16.c | 78 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 D | ex15.c | 78 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 D | ex103.c | 80 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 D | petscsection.h | 23 PETSC_EXTERN PetscErrorCode PetscSectionSetComponentName(PetscSection, PetscInt, PetscInt, const ch…
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 116 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 D | sectionhdf5.c | 312 PetscCall(PetscSectionSetComponentName(s, f, c, componentName)); in PetscSectionLoad_HDF5_Internal()
|
| /petsc/src/vec/is/sf/utils/ |
| H A D | sfutils.c | 284 PetscCall(PetscSectionSetComponentName(leafSection, f, c, name)); in PetscSFDistributeSection()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 2949 PetscCall(PetscSectionSetComponentName(sectionA, 0, c, &axis)); in DMPlexSectionLoad_HDF5_Internal()
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 773 PetscCall(PetscSectionSetComponentName(section, i0, 0, buf)); in SetupDS()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 341 PetscCall(PetscSectionSetComponentName(csNew, 0, c, compName)); in DMPlexCreateCoordinateSpace()
|