| /libCEED/examples/rust/ex1-volume/src/ |
| H A D | main.rs | 32 let options = opt::Opt::parse(); in main() localVariable 33 example_1(options) in main() 38 fn example_1(options: opt::Opt) -> libceed::Result<()> { in example_1() 50 } = options; in example_1() 290 let options = opt::Opt { in example_1_1d() localVariable 301 assert!(example_1(options).is_ok()); in example_1_1d() 306 let options = opt::Opt { in example_1_2d() localVariable 317 assert!(example_1(options).is_ok()); in example_1_2d() 322 let options = opt::Opt { in example_1_3d() localVariable 333 assert!(example_1(options).is_ok()); in example_1_3d() [all …]
|
| /libCEED/examples/rust/ex1-volume-vector/src/ |
| H A D | main.rs | 33 let options = opt::Opt::parse(); in main() localVariable 34 example_1_vector(options) in main() 39 fn example_1_vector(options: opt::Opt) -> libceed::Result<()> { in example_1_vector() 51 } = options; in example_1_vector() 308 let options = opt::Opt { in example_1_vector_1d() localVariable 319 assert!(example_1_vector(options).is_ok()); in example_1_vector_1d() 324 let options = opt::Opt { in example_1_vector_2d() localVariable 335 assert!(example_1_vector(options).is_ok()); in example_1_vector_2d() 340 let options = opt::Opt { in example_1_vector_3d() localVariable 351 assert!(example_1_vector(options).is_ok()); in example_1_vector_3d() [all …]
|
| /libCEED/julia/LibCEED.jl/gen/ |
| H A D | generator.jl | 9 # load options from generator TOML file 10 options = load_options(joinpath(@__DIR__, "generator.toml")) 17 ctx = create_context(headers, args, options) 23 outfile = options["general"]["output_file_path"]
|
| /libCEED/examples/rust/ex2-surface/src/ |
| H A D | main.rs | 33 let options = opt::Opt::parse(); in main() localVariable 34 example_2(options) in main() 39 fn example_2(options: opt::Opt) -> libceed::Result<()> { in example_2() 51 } = options; in example_2() 368 let options = opt::Opt { in example_2_1d() localVariable 379 assert!(example_2(options).is_ok()); in example_2_1d() 384 let options = opt::Opt { in example_2_2d() localVariable 395 assert!(example_2(options).is_ok()); in example_2_2d() 400 let options = opt::Opt { in example_2_3d() localVariable 411 assert!(example_2(options).is_ok()); in example_2_3d() [all …]
|
| /libCEED/examples/rust/ex2-surface-vector/src/ |
| H A D | main.rs | 34 let options = opt::Opt::parse(); in main() localVariable 35 example_2_vector(options) in main() 40 fn example_2_vector(options: opt::Opt) -> libceed::Result<()> { in example_2_vector() 52 } = options; in example_2_vector() 399 let options = opt::Opt { in example_2_vector_1d() localVariable 410 assert!(example_2_vector(options).is_ok()); in example_2_vector_1d() 415 let options = opt::Opt { in example_2_vector_2d() localVariable 426 assert!(example_2_vector(options).is_ok()); in example_2_vector_2d() 431 let options = opt::Opt { in example_2_vector_3d() localVariable 442 assert!(example_2_vector(options).is_ok()); in example_2_vector_3d() [all …]
|
| /libCEED/examples/rust/ex3-volume/src/ |
| H A D | main.rs | 32 let options = opt::Opt::parse(); in main() localVariable 33 example_3(options) in main() 38 fn example_3(options: opt::Opt) -> libceed::Result<()> { in example_3() 49 } = options; in example_3() 371 let options = opt::Opt { in example_3_1d() localVariable 381 assert!(example_3(options).is_ok()); in example_3_1d() 386 let options = opt::Opt { in example_3_2d() localVariable 396 assert!(example_3(options).is_ok()); in example_3_2d() 401 let options = opt::Opt { in example_3_3d() localVariable 411 assert!(example_3(options).is_ok()); in example_3_3d()
|
| /libCEED/examples/rust/ex3-volume-vector/src/ |
| H A D | main.rs | 33 let options = opt::Opt::parse(); in main() localVariable 34 example_3_vector(options) in main() 39 fn example_3_vector(options: opt::Opt) -> libceed::Result<()> { in example_3_vector() 50 } = options; in example_3_vector() 394 let options = opt::Opt { in example_3_vector_1d() localVariable 404 assert!(example_3_vector(options).is_ok()); in example_3_vector_1d() 409 let options = opt::Opt { in example_3_vector_2d() localVariable 419 assert!(example_3_vector(options).is_ok()); in example_3_vector_2d() 424 let options = opt::Opt { in example_3_vector_vector_3d() localVariable 434 assert!(example_3_vector(options).is_ok()); in example_3_vector_vector_3d()
|
| /libCEED/examples/solids/ |
| H A D | README.md | 20 ./elasticity -mesh [.exo file] -degree [degree] -nu [nu] -E [E] [boundary options] -problem [proble… 23 ## Runtime options 27 The elasticity mini-app is controlled via command-line options, the following of which are mandator… 62 …idesets defined in the figure, we provide here an example of a minimal set of command line options: 85 The command line options just shown are the minimum requirements to run the mini-app, but additiona… 151 - View comprehensive information about run-time options 174 Many related solvers can be implemented by composing PETSc command-line options. 181 :::{list-table} (Non)dimensionalization options 224 Diagnostic quantities for viewing are provided when the command line options for visualization outp…
|
| /libCEED/examples/fluids/ |
| H A D | README.md | 24 ## Runtime options 28 The Navier-Stokes mini-app is controlled via command-line options. 29 The following options are common among all problem types: 183 - View comprehensive information about run-time options 304 The following additional command-line options are available: 424 For the Isentropic Vortex problem, the following additional command-line options are available: 473 For the Shock Tube problem, the following additional command-line options are available: 512 For the Density Current, Channel, and Blasius problems, the following common command-line options a… 675 …sian wave problem has the following command-line options in addition to the Newtonian Ideal Gas op… 734 … cylinder problem has the following command-line options in addition to the Newtonian Ideal Gas op… [all …]
|
| /libCEED/backends/sycl/ |
| H A D | online_compiler.hpp | 195 …urce_language::opencl_c>::compile(const std::string &src, const std::vector<std::string> &options); 211 …ler<source_language::cm>::compile(const std::string &src, const std::vector<std::string> &options);
|
| /libCEED/examples/nek/ |
| H A D | README.md | 44 The different options that can be used for the script are listed below: 46 options:
|
| /libCEED/examples/python/ |
| H A D | ex2_surface.py | 30 def example_2(options): argument 40 args = options
|
| H A D | tutorial-6-shell.ipynb | 179 "Selected options: [command line option] : <current value>\n", 270 "Selected options: [command line option] : <current value>\n",
|
| /libCEED/benchmarks/ |
| H A D | README.md | 42 The plot ranges and some other options can be adjusted by editing the values
|
| /libCEED/doc/sphinx/source/ |
| H A D | precision.md | 3 Currently, libCEED supports two options for {code}`CeedScalar` : double and single.
|
| H A D | libCEEDapi.md | 161 While these options are natural for low-order discretizations, they are not a good fit for high-ord…
|
| H A D | releasenotes.md | 27 - Allow user to set additional compiler options for CUDA and HIP JiT.
|
| /libCEED/ |
| H A D | README.md | 49 …matically detect support for the AVX instruction set using gcc-style compiler options for the host. 62 if your compiler does not support gcc-style options, if you are cross compiling, etc. 228 … capable of generating reproducible results, with the proper compilation options, are highlighted … 379 with the desired setuptools options, such as `--user`.
|
| H A D | Doxyfile | 27 # Project related configuration options 492 # Build related configuration options 812 # Configuration options related to warning and progress messages 903 # Configuration options related to the input files 1142 # Configuration options related to source browsing 1228 # Configuration options related to the alphabetical class index 1247 # Configuration options related to the HTML output 1275 # that doxygen needs, which is dependent on the configuration options used (e.g. 1337 # enables light output unless the user preference is dark output. Other options 1799 # the search. The filter options can be selected when the cursor is inside the [all …]
|