Searched refs:PetscFEViewFromOptions (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/dm/dt/tests/ |
| H A D | ex5.c | 59 PetscCall(PetscFEViewFromOptions(traceFE, NULL, "-trace_fe_view")); in main()
|
| /petsc/include/ |
| H A D | petscfe.h | 105 PETSC_EXTERN PetscErrorCode PetscFEViewFromOptions(PetscFE, PetscObject, const char[]);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexgmsh.c | 1979 PetscCall(PetscFEViewFromOptions(fe, NULL, "-dm_plex_gmsh_fe_view")); in DMPlexCreateGmsh() 2182 PetscCall(PetscFEViewFromOptions(fe, NULL, "-dm_plex_gmsh_project_fe_view")); in DMPlexCreateGmsh()
|
| /petsc/src/dm/dt/fe/interface/ |
| H A D | fe.c | 173 PetscErrorCode PetscFEViewFromOptions(PetscFE A, PeOp PetscObject obj, const char name[]) in PetscFEViewFromOptions() function 252 PetscCall(PetscFEViewFromOptions(fem, NULL, "-petscfe_view")); in PetscFESetFromOptions()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex30.c | 1586 PetscCall(PetscFEViewFromOptions(feP, NULL, "-view_fe")); in SetupDiscretization() 1587 PetscCall(PetscFEViewFromOptions(feC, NULL, "-view_fe")); in SetupDiscretization()
|
| /petsc/src/dm/field/impls/ds/ |
| H A D | dmfieldds.c | 1192 PetscCall(PetscFEViewFromOptions(fe, NULL, "-field_fe_view")); in DMFieldCreateDSWithDG()
|