| /libCEED/tests/ |
| H A D | README.md | 3 This page provides a brief description of the tests for the libCEED library. 5 The tests are organized by API object, and some tests are further organized, as required. 9 0. CeedVector general tests\ 10 1. CeedVector error tests 13 0. CeedBasis utility tests\ 14 1. CeedBasis tensor basis tests\ 15 2. CeedBasis simplex basis tests\ 16 3. CeedBasis non-tensor H(div) basis tests\ 17 4. CeedBasis non-tensor H(curl) basis tests\ 18 5. CeedBasis evaluation at arbitrary points tests\ [all …]
|
| /libCEED/examples/solids/ |
| H A D | Makefile | 74 tests-output/NH-strain.csv: args = -problem FSInitial-NH1 -E 2.8 -nu 0.4 75 tests-output/MR-strain.csv: args = -problem FSInitial-MR1 -mu_1 1 -mu_2 0.0 -nu .4 76 tests-output/MR-strain1.csv: args = -problem FSInitial-MR1 -mu_1 .5 -mu_2 0.5 -nu .4 78 tests-output/%.csv: elasticity
|
| /libCEED/ |
| H A D | Makefile | 332 tests.c := $(sort $(wildcard tests/t[0-9][0-9][0-9]-*.c)) 333 tests.f := $(if $(FC),$(sort $(wildcard tests/t[0-9][0-9][0-9]-*.f90))) 334 tests := $(tests.c:tests/%.c=$(OBJDIR)/%$(EXE_SUFFIX)) macro 335 ctests := $(tests) 336 tests += $(tests.f:tests/%.f90=$(OBJDIR)/%$(EXE_SUFFIX)) 637 …$(examples) $(tests) : CEED_LDFLAGS += $(EM_LDFLAGS) $(_pkg_ldflags) $(if $(STATIC),,$(_pkg_ldflag… 638 $(examples) $(tests) : CEED_LDLIBS += $(_pkg_ldlibs) 645 $(examples) $(tests) : CEED_LDLIBS += $(LIBCXX) 686 $(OBJDIR)/%$(EXE_SUFFIX) : tests/%.c | $$(@D)/.DIR 687 …c) $(CEED_LDFLAGS) -o $@ $(abspath $<) $(CEED_LIBS) $(CEED_LDLIBS) $(LDLIBS) -I./tests/test-include [all …]
|
| H A D | RELEASING.md | 129 ### Moving development tests to release tests 131 LibCEED.jl has both _development_ and _release_ unit tests. 132 The _release_ tests are run both with the current build of libCEED, and with the most recent releas… 133 The _development_ tests may use features which were not available in the most recent release, and s… 135 Upon release, the development tests may be moved to the release tests, so that these features will … 136 The release tests are found in the file `julia/LibCEED.jl/test/runtests.jl` and the development tes… 142 1. CI builds and tests wheels when a pull request has the `release preparation` label. One can also… 143 2. CI publishes wheels on `v**` tags, assuming tests pass.
|
| H A D | .gitignore | 31 tests/test_dir
|
| H A D | CONTRIBUTING.md | 8 Check that tests (including "examples") pass using `make prove-all`. 11 …typical development, every commit should compile, be covered by the test suite, and pass all tests.
|
| /libCEED/rust/libceed-sys/c-src/ |
| H A D | Makefile | 332 tests.c := $(sort $(wildcard tests/t[0-9][0-9][0-9]-*.c)) 333 tests.f := $(if $(FC),$(sort $(wildcard tests/t[0-9][0-9][0-9]-*.f90))) 334 tests := $(tests.c:tests/%.c=$(OBJDIR)/%$(EXE_SUFFIX)) macro 335 ctests := $(tests) 336 tests += $(tests.f:tests/%.f90=$(OBJDIR)/%$(EXE_SUFFIX)) 637 …$(examples) $(tests) : CEED_LDFLAGS += $(EM_LDFLAGS) $(_pkg_ldflags) $(if $(STATIC),,$(_pkg_ldflag… 638 $(examples) $(tests) : CEED_LDLIBS += $(_pkg_ldlibs) 645 $(examples) $(tests) : CEED_LDLIBS += $(LIBCXX) 686 $(OBJDIR)/%$(EXE_SUFFIX) : tests/%.c | $$(@D)/.DIR 687 …c) $(CEED_LDFLAGS) -o $@ $(abspath $<) $(CEED_LIBS) $(CEED_LDLIBS) $(LDLIBS) -I./tests/test-include [all …]
|
| /libCEED/python/tests/ |
| H A D | README.md | 3 These files provide libCEED for Python tests. Full examples of finite element 8 To run the tests, first build the user QFunctions file by running
|
| /libCEED/examples/fluids/ |
| H A D | conv_test.sh | 60 count=$(diff conv_test_result.csv tests-output/fluids-navierstokes-conv-euler.csv | grep "^>" | wc … 63 diff -q conv_test_result.csv tests-output/fluids-navierstokes-conv-euler.csv
|
| /libCEED/python/ |
| H A D | test-wheel.sh | 8 pushd ${ceed_dir}/python/tests
|
| /libCEED/tests/junit-xml/ |
| H A D | README.rst | 58 <testsuite errors="0" failures="0" name="my test suite" tests="1"> 78 See the docs and unit tests for more examples. 83 Running the tests
|
| /libCEED/examples/deal.II/ |
| H A D | .clang-format | 135 # make sure that "../tests.h" appears before all other local include files 136 # such that replacing Assert in tests also applies to the testing header files. 137 - Regex: "\\.\\./tests\\.h"
|
| /libCEED/benchmarks/ |
| H A D | README.md | 27 When running the tests `petsc-bpsraw.sh`, the following 32 tests will be run (the lowest degree is 1); the default value is 8.
|
| H A D | postprocess_plot.py | 44 tests = list(sel_runs.test.unique()) variable 45 test = tests[0]
|
| /libCEED/doc/sphinx/source/ |
| H A D | precision.md | 14 Tests can be run using `make test FC=` because the Fortran tests do not support single precision at… 18 …used for compile-time checking of {code}`CeedScalar`'s type; see, e.g., {code}`tests/t314-basis.c`.
|
| H A D | libCEEDapi.md | 219 … action of a simple 1D mass matrix (cf. [tests/t500-operator.c](https://github.com/CEED/libCEED/bl… 221 ```{literalinclude} ../../../tests/t500-operator.c 237 ```{literalinclude} ../../../tests/t500-operator.c 250 ```{literalinclude} ../../../tests/t500-operator.c 292 ```{literalinclude} ../../../tests/t500-operator.c 304 ```{literalinclude} ../../../tests/t500-operator.c 310 ```{literalinclude} ../../../tests/t500-operator.c 334 ```{literalinclude} ../../../tests/t500-operator.c 340 ```{literalinclude} ../../../tests/t500-operator.c 346 ```{literalinclude} ../../../tests/t500-operator.c [all …]
|
| H A D | CONTRIBUTING.md | 8 Check that tests (including "examples") pass using `make prove-all`. 11 …typical development, every commit should compile, be covered by the test suite, and pass all tests.
|
| H A D | libCEEDdev.md | 20 Once the user facing API and the default implementation are in place and verified correct via tests… 91 …ully forming these vectors) so long as the backend passes the `t5**` series tests and all examples. 103 …If possible, backends should use {c:func}`CeedElemRestrictionSetELayout()` to use the `t2**` tests. 105 …strided E-vector layout; however, the `t2**` tests will not function correctly in this case and th… 260 10. External functions, i.e. those used in tests or examples, must have their *declarations* prefix…
|
| /libCEED/examples/rust/ex1-volume/src/ |
| H A D | main.rs | 285 mod tests { module
|
| /libCEED/examples/rust/ex1-volume-vector/src/ |
| H A D | main.rs | 303 mod tests { module
|
| /libCEED/julia/LibCEED.jl/test/ |
| H A D | runtests.jl | 23 const run_dev_tests = !isrelease() || ("--run-dev-tests" in ARGS) 30 @warn "Skipping tests because of incompatible libCEED versions."
|
| /libCEED/examples/rust/ex3-volume/src/ |
| H A D | main.rs | 366 mod tests { module
|
| /libCEED/examples/rust/ex2-surface/src/ |
| H A D | main.rs | 363 mod tests { module
|
| /libCEED/examples/rust/ex3-volume-vector/src/ |
| H A D | main.rs | 389 mod tests { module
|
| /libCEED/examples/rust/ex2-surface-vector/src/ |
| H A D | main.rs | 394 mod tests { module
|