Searched refs:PetscFVGetComponentName (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petscfv.h | 77 PETSC_EXTERN PetscErrorCode PetscFVGetComponentName(PetscFV, PetscInt, const char *[]);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexvtu.c | 312 PetscCall(PetscFVGetComponentName(fv, j, &compName)); in DMPlexVTKWriteAll_VTU() 333 if (fv) PetscCall(PetscFVGetComponentName(fv, j, &compName)); in DMPlexVTKWriteAll_VTU() 572 PetscCall(PetscFVGetComponentName(fv, j, &compName)); in DMPlexVTKWriteAll_VTU() 797 PetscCall(PetscFVGetComponentName(fv, j, &compName)); in DMPlexVTKWriteAll_VTU()
|
| /petsc/src/dm/dt/fv/interface/ |
| H A D | fv.c | 1317 PetscErrorCode PetscFVGetComponentName(PetscFV fvm, PetscInt comp, const char *name[]) in PetscFVGetComponentName() function
|