Home
last modified time | relevance | path

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

1234

/dports/science/PETSc/petsc-3.14.1/src/dm/impls/moab/tests/
H A Dex1.cxx27 …ierr = PetscOptionsString("-filename", "The file containing the mesh", "ex1.cxx", options->filenam… in ProcessOptions()
28 …ierr = PetscOptionsString("-tagname", "The tag name from which to create a vector", "ex1.cxx", opt… in ProcessOptions()
H A Dex2.cxx43 …ierr = PetscOptionsString("-meshfile", "The input mesh file", "ex2.cxx", options->input_file, opti… in ProcessOptions()
44 …ierr = PetscOptionsString("-io", "Write out the mesh and solution that is defined on it (Default H… in ProcessOptions()
H A Dex3.cxx45 …ierr = PetscOptionsString("-input", "The input mesh file", "ex3.cxx", options->input_file, options… in ProcessOptions()
46 …ierr = PetscOptionsString("-io", "Write out the mesh and solution that is defined on it (Default H… in ProcessOptions()
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/draw/interface/
H A Ddrawreg.c431 …ierr = PetscOptionsString("-draw_save","Save graphics to image file","PetscDrawSetSave",filename,f… in PetscDrawSetFromOptions()
432 …ierr = PetscOptionsString("-draw_save_movie","Make a movie from saved images","PetscDrawSetSaveMov… in PetscDrawSetFromOptions()
437 …ierr = PetscOptionsString("-draw_save_final_image","Save final graphics to image file","PetscDrawS… in PetscDrawSetFromOptions()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/forest/tutorials/
H A Dex1.c19 …ierr = PetscOptionsString("-dm_type","The type of the dm",NULL,DMFOREST,typeString,sizeof(typeStri… in main()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplexhdf5xdmf.c75 …ierr = PetscOptionsString("-dm_plex_hdf5_topology_path","HDF5 path of topology dataset",NULL,topo_… in DMPlexLoad_HDF5_Xdmf_Internal()
76 …ierr = PetscOptionsString("-dm_plex_hdf5_geometry_path","HDF5 path to geometry dataset",NULL,geom_… in DMPlexLoad_HDF5_Xdmf_Internal()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/tests/
H A Dex24.c45 …ierr = PetscOptionsString("-filename", "The mesh file", FILENAME, options->filename, options->file… in ProcessOptions()
51 …ierr = PetscOptionsString("-partitioning","The mat partitioning type to test","None",options->part… in ProcessOptions()
55 …ierr = PetscOptionsString("-repartitioning","The mat partitioning type to test (second partitionin… in ProcessOptions()
H A Dex14.c29 …ierr = PetscOptionsString("-f", "Filename to read", "ex14.c", options->filename, options->filename… in ProcessOptions()
H A Dex1.c101 …ierr = PetscOptionsString("-filename", "The mesh file", "ex1.c", options->filename, options->filen… in ProcessOptions()
102 …ierr = PetscOptionsString("-bd_filename", "The mesh boundary file", "ex1.c", options->bdfilename, … in ProcessOptions()
103 …ierr = PetscOptionsString("-ext_filename", "The 2D mesh file to be extruded", "ex1.c", options->ex… in ProcessOptions()
H A Dex29.c35 …ierr = PetscOptionsString("-filename", "The mesh file", "", options->filename, options->filename, … in ProcessOptions()
H A Dex13.c28 …ierr = PetscOptionsString("-filename", "The mesh file", "ex13.c", options->filename, options->file… in ProcessOptions()
H A Dex19.c35 …ierr = PetscOptionsString("-msh", "Name of the mesh filename if any", "ex19.c", options->mshNam, o… in ProcessOptions()
37 …ierr = PetscOptionsString("-bdLabel", "Name of the label marking boundary facets", "ex19.c", optio… in ProcessOptions()
H A Dex32.c38 …ierr = PetscOptionsString("-filename", "The mesh file", "ex32.c", options->filename, options->file… in ProcessOptions()
H A Dex17.c29 …ierr = PetscOptionsString("-filename", "The mesh file", "ex13.c", options->filename, options->file… in ProcessOptions()
H A Dex34.c21 …ierr = PetscOptionsString("-filename", "The mesh file", "ex8.c", options->filename, options->filen… in ProcessOptions()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/tutorials/
H A Dex9.c22 …ierr = PetscOptionsString("-filename", "The mesh file", "ex9.c", options->filename, options->filen… in ProcessOptions()
H A Dex2.c38 …ierr = PetscOptionsString("-filename", "The mesh file", "ex2.c", options->filename, options->filen… in ProcessOptions()
H A Dex5.c32 …ierr = PetscOptionsString("-filename", "The mesh file", "ex5.c", options->filename, options->filen… in ProcessOptions()
/dports/science/PETSc/petsc-3.14.1/src/vec/pf/impls/matlab/
H A Dcmatlab.c62 …ierr = PetscOptionsString("-pf_matlab","Matlab function","None","",value,sizeof(value),&flag);CHKE… in PFSetFromOptions_Matlab()
/dports/science/PETSc/petsc-3.14.1/src/tao/interface/
H A Dtaosolver.c449 …ierr = PetscOptionsString("-tao_view_solution","view solution vector after each evaluation","TaoSe… in TaoSetFromOptions()
456 …ierr = PetscOptionsString("-tao_view_gradient","view gradient vector after each evaluation","TaoSe… in TaoSetFromOptions()
462 …ierr = PetscOptionsString("-tao_view_stepdirection","view step direction vector after each iterati… in TaoSetFromOptions()
468 …ierr = PetscOptionsString("-tao_view_residual","view least-squares residual vector after each eval… in TaoSetFromOptions()
474 …ierr = PetscOptionsString("-tao_monitor","Use the default convergence monitor","TaoSetMonitor","st… in TaoSetFromOptions()
480 …ierr = PetscOptionsString("-tao_gmonitor","Use the convergence monitor with extra globalization in… in TaoSetFromOptions()
486 …ierr = PetscOptionsString("-tao_smonitor","Use the short convergence monitor","TaoSetMonitor","std… in TaoSetFromOptions()
492 …ierr = PetscOptionsString("-tao_cmonitor","Use the default convergence monitor with constraint nor… in TaoSetFromOptions()
/dports/science/PETSc/petsc-3.14.1/src/vec/pf/impls/string/
H A Dcstring.c105 …ierr = PetscOptionsString("-pf_string","Enter the function","PFStringCreateFunction","",value,size… in PFSetFromOptions_String()
/dports/science/PETSc/petsc-3.14.1/src/mat/partition/impls/party/
H A Dparty.c365 …ierr = PetscOptionsString("-mat_partitioning_party_global","Global method","MatPartitioningPartySe… in MatPartitioningSetFromOptions_Party()
367 …ierr = PetscOptionsString("-mat_partitioning_party_local","Local method","MatPartitioningPartySetL… in MatPartitioningSetFromOptions_Party()
/dports/science/PETSc/petsc-3.14.1/src/mat/tests/
H A Dex152.c50 …ierr = PetscOptionsString("-prefix","Path and prefix of test file","",prefix,prefix,sizeof(prefix)… in main()
/dports/science/PETSc/petsc-3.14.1/src/dm/label/tutorials/
H A Dex1.c51 …ierr = PetscOptionsString("-i", "filename to read", "ex1.c", filename, filename, sizeof(filename),… in main()
/dports/science/PETSc/petsc-3.14.1/src/ts/tutorials/
H A Dextchem.c87 …ierr = PetscOptionsString("-chem","CHEMKIN input file","",chemfile,chemfile,sizeof(chemfile),NULL)… in main()
90 …ierr = PetscOptionsString("-thermo","NASA thermo input file","",thermofile,thermofile,sizeof(therm… in main()

1234