| /libCEED/tests/ |
| H A D | junit.py | 18 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 D | Makefile | 12 help: target 13 @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) 18 .PHONY: help Makefile
|
| /libCEED/examples/python/ |
| H A D | ex_common.py | 35 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 D | README.md | 25 A full list of command-line arguments are shown by adding the command-line argument "--help".
|
| /libCEED/backends/magma/tuning/ |
| H A D | generate_tuning.py | 79 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 D | ex1-volume-f.f90 | 261 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 D | ex2-surface.c | 63 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 D | ex3-volume.c | 62 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 D | ex1-volume.c | 63 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 D | README.md | 18 Optional command-line arguments are shown by adding the command-line argument "--help".
|
| /libCEED/examples/deal.II/ |
| H A D | README.md | 25 Optional command-line arguments are shown by adding the command-line argument "--help".
|
| /libCEED/examples/fluids/ |
| H A D | conv_plot.py | 32 help='Path to the CSV file')
|
| H A D | navierstokes.c | 53 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 D | area.c | 37 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 D | bpssphere.c | 33 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 D | bpsswarm.c | 32 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 D | ex1-volume.c | 64 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 D | CONTRIBUTING.md | 15 …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 | .mailmap | 7 # See 'git help shortlog' for details
|
| /libCEED/doc/sphinx/source/ |
| H A D | CONTRIBUTING.md | 15 …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 D | benchmark.sh | 138 -h|--help)
|
| H A D | README.md | 25 For a short help message, use the option `-h`.
|
| /libCEED/examples/nek/ |
| H A D | nek-examples.sh | 95 -h|-help)
|
| H A D | README.md | 47 -h|-help Print this usage information and exit
|
| /libCEED/doc/ |
| H A D | README.md | 44 make -C doc/sphinx help
|