Home
last modified time | relevance | path

Searched refs:PetscFVGetComponentName (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscfv.h77 PETSC_EXTERN PetscErrorCode PetscFVGetComponentName(PetscFV, PetscInt, const char *[]);
/petsc/src/dm/impls/plex/
H A Dplexvtu.c312 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 Dfv.c1317 PetscErrorCode PetscFVGetComponentName(PetscFV fvm, PetscInt comp, const char *name[]) in PetscFVGetComponentName() function