Home
last modified time | relevance | path

Searched refs:PetscOptionsString (Results 1 – 25 of 94) sorted by relevance

1234

/petsc/src/mat/tests/
H A Dex72.c46 …PetscCall(PetscOptionsString("-fin", "Input Matrix Market file", "", filein, filein, sizeof(filein… in main()
48 …PetscCall(PetscOptionsString("-fout", "Output file in PETSc sparse binary format", "", fileout, fi… in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex10.c154 …PetscCall(PetscOptionsString("-f", "First file to load (small system)", "", file[0], file[0], size… in main()
161 …PetscCall(PetscOptionsString("-f0", "First file to load (small system)", "", file[0], file[0], siz… in main()
163 …PetscCall(PetscOptionsString("-f1", "Second file to load (larger system)", "", file[1], file[1], s… in main()
/petsc/src/dm/impls/plex/tests/
H A Dex96.c26 …PetscCall(PetscOptionsString("-i", "Filename to read", "ex96", ifilename, ifilename, sizeof(ifilen… in main()
27 …PetscCall(PetscOptionsString("-o", "Filename to write", "ex96", ofilename, ofilename, sizeof(ofile… in main()
H A Dex95.c26 …PetscCall(PetscOptionsString("-i", "Filename to read", "ex95", ifilename, ifilename, sizeof(ifilen… in main()
27 …PetscCall(PetscOptionsString("-o", "Filename to write", "ex95", ofilename, ofilename, sizeof(ofile… in main()
H A Dex95f90.F9038 …PetscCallA(PetscOptionsString("-i", "Filename to read", "ex95f90", ifilename, ifilename, flg, ierr…
40 …PetscCallA(PetscOptionsString("-o", "Filename to write", "ex95f90", ofilename, ofilename, flg, ier…
H A Dex97.c16 …PetscCall(PetscOptionsString("-i", "Filename to read", "ex97", ifilename, ifilename, sizeof(ifilen… in main()
H A Dex24.c33 …PetscCall(PetscOptionsString("-partitioning", "The mat partitioning type to test", "None", options… in ProcessOptions()
37 …PetscCall(PetscOptionsString("-repartitioning", "The mat partitioning type to test (second partiti… in ProcessOptions()
H A Dex51.c18 …PetscCall(PetscOptionsString("-fname", "The output mesh file", "ex51.c", options->fname, options->… in ProcessOptions()
H A Dex37.c22 …PetscCall(PetscOptionsString("-filename", "The CAD file", "ex37.c", options->filename, options->fi… in ProcessOptions()
H A Dex98.c19 …PetscCall(PetscOptionsString("-i", "Filename to read", "ex98", ifilename, ifilename, sizeof(ifilen… in main()
H A Dex44.c34 …PetscCall(PetscOptionsString("-label", "The boundary label name", "ex44.c", options->bdLabel, opti… in ProcessOptions()
/petsc/src/dm/impls/plex/tutorials/
H A Dex5.c28 …PetscCall(PetscOptionsString("-infile", "The input mesh file", EX, options->infile, options->infil… in ProcessOptions()
30 …PetscCall(PetscOptionsString("-outfile", "The output mesh file (by default it's the same as infile… in ProcessOptions()
H A Dex15.c25 …PetscCall(PetscOptionsString("-infile", "The input CGNS file", EX, options->infile, options->infil… in ProcessOptions()
26 …PetscCall(PetscOptionsString("-outfile", "The output CGNS file", EX, options->outfile, options->ou… in ProcessOptions()
/petsc/src/sys/classes/draw/interface/
H A Ddrawreg.c415 …PetscCall(PetscOptionsString("-draw_save", "Save graphics to image file", "PetscDrawSetSave", file… in PetscDrawSetFromOptions()
416 …PetscCall(PetscOptionsString("-draw_save_movie", "Make a movie from saved images", "PetscDrawSetSa… in PetscDrawSetFromOptions()
421 …PetscCall(PetscOptionsString("-draw_save_final_image", "Save final graphics to image file", "Petsc… in PetscDrawSetFromOptions()
/petsc/src/dm/impls/moab/tests/
H A Dex1.cxx33 …PetscCall(PetscOptionsString("-filename", "The file containing the mesh", "ex1.cxx", options->file… in ProcessOptions()
34 …PetscCall(PetscOptionsString("-tagname", "The tag name from which to create a vector", "ex1.cxx", … in ProcessOptions()
H A Dex2.cxx42 …PetscCall(PetscOptionsString("-meshfile", "The input mesh file", "ex2.cxx", options->input_file, o… in ProcessOptions()
43 …PetscCall(PetscOptionsString("-io", "Write out the mesh and solution that is defined on it (Defaul… in ProcessOptions()
H A Dex3.cxx43 …PetscCall(PetscOptionsString("-input", "The input mesh file", "ex3.cxx", options->input_file, opti… in ProcessOptions()
44 …PetscCall(PetscOptionsString("-io", "Write out the mesh and solution that is defined on it (Defaul… in ProcessOptions()
/petsc/src/dm/impls/forest/tutorials/
H A Dex1.c19 …PetscCall(PetscOptionsString("-dm_type", "The type of the dm", NULL, DMFOREST, typeString, sizeof(… in main()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5xdmf.c79 …PetscCall(PetscOptionsString("-dm_plex_hdf5_topology_path", "HDF5 path of topology dataset", NULL,… in DMPlexLoad_HDF5_Xdmf_Internal()
80 …PetscCall(PetscOptionsString("-dm_plex_hdf5_geometry_path", "HDF5 path to geometry dataset", NULL,… in DMPlexLoad_HDF5_Xdmf_Internal()
/petsc/src/sys/tests/
H A Dex61.c17 …PetscCall(PetscOptionsString("-env_vars_def", "Environment variables set", NULL, env_vars, env_var… in main()
/petsc/src/ksp/pc/impls/amgx/
H A Damgx.cxx447 …PetscCall(PetscOptionsString("-pc_amgx_amg_method", "AmgX AMG Method", "", option, option, MAX_PAR… in PCSetFromOptions_AMGX()
455 …PetscCall(PetscOptionsString("-pc_amgx_amg_cycle", "AmgX AMG Cycle", "", option, option, MAX_PARAM… in PCSetFromOptions_AMGX()
463 …PetscCall(PetscOptionsString("-pc_amgx_smoother", "AmgX Smoother", "", option, option, MAX_PARAM_L… in PCSetFromOptions_AMGX()
479 …PetscCall(PetscOptionsString("-pc_amgx_selector", "AmgX Selector", "", option, option, MAX_PARAM_L… in PCSetFromOptions_AMGX()
519 …PetscCall(PetscOptionsString("-pc_amgx_coarse_solver", "AmgX CoarseSolver", "", option, option, MA… in PCSetFromOptions_AMGX()
/petsc/src/vec/pf/impls/matlab/
H A Dcmatlab.c55 …PetscCall(PetscOptionsString("-pf_matlab", "Matlab function", "None", "", value, sizeof(value), &f… in PFSetFromOptions_Matlab()
/petsc/src/sys/tutorials/
H A Dex9f.F9090 …PetscCallA(PetscOptionsString('-string', 'Get an application string', 'Man page', stdefault, stval…
/petsc/src/vec/pf/impls/string/
H A Dcstring.c32 …PetscCall(PetscOptionsString("-pf_string", "Enter the function", "PFStringCreateFunction", "", val… in PFSetFromOptions_String()
/petsc/src/mat/graphops/partition/impls/party/
H A Dparty.c349 …PetscCall(PetscOptionsString("-mat_partitioning_party_global", "Global method", "MatPartitioningPa… in MatPartitioningSetFromOptions_Party()
351 …PetscCall(PetscOptionsString("-mat_partitioning_party_local", "Local method", "MatPartitioningPart… in MatPartitioningSetFromOptions_Party()

1234