Home
last modified time | relevance | path

Searched refs:help (Results 1 – 25 of 37) sorted by relevance

12

/libCEED/tests/
H A Djunit.py18 help='libCEED backend to use with convergence tests')
24 help='Output mode, junit or tap',
26 parser.add_argument('-n', '--nproc', type=int, default=1, help='number of MPI processes')
27 …parser.add_argument('-b', '--junit-batch', type=str, default='', help='Name of JUnit batch for out…
28 …parser.add_argument('-np', '--pool-size', type=int, default=1, help='Number of test cases to run i…
30 help='Search string to filter tests, using `re` package format')
32 help='print details for all runs, not just failures')
33 parser.add_argument('test', help='Test executable', nargs='?')
/libCEED/doc/sphinx/
H A DMakefile12 help: target
13 @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
18 .PHONY: help Makefile
/libCEED/examples/python/
H A Dex_common.py35 help="libCEED resource specifier (default: /cpu/self)")
37 help="Problem dimension (1-3) (default: 3)")
39 help="Mesh polynomial degree (default: 4)")
41 help="Solution polynomial degree (default: 4)")
43 help="Number of quadrature points (default: 6)")
45 help="Approximate problem size (default: ~256k)")
47 help="Test mode (reduced problem size)")
49 help="Suppress output")
51 help="Use gallery QFunctions")
H A DREADME.md25 A full list of command-line arguments are shown by adding the command-line argument "--help".
/libCEED/backends/magma/tuning/
H A Dgenerate_tuning.py79 help="Device architecture name for tuning data",
83 help="Maximum block size NB to consider for autotuning",
88 help="Command used to build libCEED from the source root directory",
92 help="Ceed resource specifier",
/libCEED/examples/ceed/
H A Dex1-volume-f.f90261 integer help, test, gallery, benchmark variable
289 help = 0
303 help = 1
351 if ((test /= 1) .OR. (help == 1)) then
365 if (help == 1) then
H A Dex2-surface.c63 CeedInt help = 0, test = 0, gallery = 0, benchmark = 0; in main() local
70 help = 1; in main()
104 if (!test || help) { in main()
114 if (help) { in main()
H A Dex3-volume.c62 CeedInt help = 0, test = 0, benchmark = 0; in main() local
69 help = 1; in main()
97 if (!test || help) { in main()
107 if (help) { in main()
H A Dex1-volume.c63 CeedInt help = 0, test = 0, gallery = 0, benchmark = 0; in main() local
70 help = 1; in main()
100 if (!test || help) { in main()
110 if (help) { in main()
/libCEED/examples/mfem/
H A DREADME.md18 Optional command-line arguments are shown by adding the command-line argument "--help".
/libCEED/examples/deal.II/
H A DREADME.md25 Optional command-line arguments are shown by adding the command-line argument "--help".
/libCEED/examples/fluids/
H A Dconv_plot.py32 help='Path to the CSV file')
H A Dnavierstokes.c53 const char help[] = "Solve Navier-Stokes using PETSc and libCEED\n"; variable
66 PetscCall(PetscInitialize(&argc, &argv, NULL, help)); in main()
/libCEED/examples/petsc/
H A Darea.c37 static const char help[] = "Compute surface area of a cube or a cubed-sphere using DMPlex in PETSc\… variable
77 PetscCall(PetscInitialize(&argc, &argv, NULL, help)); in main()
H A Dbpssphere.c33 static const char help[] = "Solve CEED BPs on a sphere using DMPlex in PETSc\n"; variable
70 PetscCall(PetscInitialize(&argc, &argv, NULL, help)); in main()
H A Dbpsswarm.c32 static const char help[] = "Solve CEED BPs on a particle swarm using DMPlex and DMSwar… variable
73 PetscCall(PetscInitialize(&argc, &argv, NULL, help)); in main()
/libCEED/examples/rust-qfunctions/
H A Dex1-volume.c64 CeedInt help = 0, test = 0, gallery = 0, benchmark = 0; in main() local
71 help = 1; in main()
101 if (!test || help) { in main()
111 if (help) { in main()
/libCEED/
H A DCONTRIBUTING.md15 …any long-running development so that others can be aware of your work and help to avoid creating m…
20 …com>` or [`Co-authored-by: Snippet Mentor <code.by@comment.com>`](https://help.github.com/en/githu…
31 You can use `make format` to help conform to coding conventions of the project, but try to avoid mi…
H A D.mailmap7 # See 'git help shortlog' for details
/libCEED/doc/sphinx/source/
H A DCONTRIBUTING.md15 …any long-running development so that others can be aware of your work and help to avoid creating m…
20 …com>` or [`Co-authored-by: Snippet Mentor <code.by@comment.com>`](https://help.github.com/en/githu…
31 You can use `make format` to help conform to coding conventions of the project, but try to avoid mi…
/libCEED/benchmarks/
H A Dbenchmark.sh138 -h|--help)
H A DREADME.md25 For a short help message, use the option `-h`.
/libCEED/examples/nek/
H A Dnek-examples.sh95 -h|-help)
H A DREADME.md47 -h|-help Print this usage information and exit
/libCEED/doc/
H A DREADME.md44 make -C doc/sphinx help

12