Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscfv.h76 PETSC_EXTERN PetscErrorCode PetscFVSetComponentName(PetscFV, PetscInt, const char[]);
/petsc/src/ts/tutorials/
H A Dex11.c1411 PetscCall(PetscFVSetComponentName(fvm, dof, phys->field_desc[f].name)); in main()
1419 PetscCall(PetscFVSetComponentName(fvm, dof + j, compName)); in main()
/petsc/src/dm/dt/fv/interface/
H A Dfv.c1293 PetscErrorCode PetscFVSetComponentName(PetscFV fvm, PetscInt comp, const char *name) in PetscFVSetComponentName() function