Home
last modified time | relevance | path

Searched refs:ProcessCommandLineOptions (Results 1 – 6 of 6) sorted by relevance

/libCEED/examples/solids/include/
H A Dcl-options.h14 PetscErrorCode ProcessCommandLineOptions(MPI_Comm comm, AppCtx app_ctx);
/libCEED/examples/fluids/src/
H A Dcloptions.c34 PetscErrorCode ProcessCommandLineOptions(MPI_Comm comm, AppCtx app_ctx, SimpleBC bc) { in ProcessCommandLineOptions() function
/libCEED/examples/solids/src/
H A Dcl-options.c20 PetscErrorCode ProcessCommandLineOptions(MPI_Comm comm, AppCtx app_ctx) { in ProcessCommandLineOptions() function
/libCEED/examples/fluids/
H A Dnavierstokes.c108 PetscCall(ProcessCommandLineOptions(comm, app_ctx, bc)); in main()
H A Dnavierstokes.h342 PetscErrorCode ProcessCommandLineOptions(MPI_Comm comm, AppCtx app_ctx, SimpleBC bc);
/libCEED/examples/solids/
H A Delasticity.c85 PetscCall(ProcessCommandLineOptions(comm, app_ctx)); in main()