Searched refs:bug (Results 1 – 11 of 11) sorted by relevance
| /libCEED/tests/ |
| H A D | t314-basis-f.f90 | 23 integer bxl,bug variable 102 call ceedbasiscreatetensorh1lagrange(ceed,dimn,1,p,q,ceed_gauss,bug,err) 104 call ceedbasisapply(bug,1,ceed_notranspose,ceed_eval_grad,u,uq,err) 105 call ceedbasisapply(bug,1,ceed_transpose,ceed_eval_grad,ones,& 135 call ceedbasisdestroy(bug,err)
|
| H A D | t313-basis-f.f90 | 26 integer bxl,bul,bxg,bug variable 97 call ceedbasiscreatetensorh1lagrange(ceed,dimn,1,q,q,ceed_gauss,bug,err) 100 call ceedbasisapply(bug,1,ceed_notranspose,ceed_eval_interp,u,uq,err) 126 call ceedbasisdestroy(bug,err)
|
| /libCEED/python/tests/ |
| H A D | test-3-basis.py | 124 bug = ceed.BasisTensorH1Lagrange(dim, 1, Q, Q, libceed.GAUSS) 127 bug.apply(1, libceed.EVAL_INTERP, U, Uq) 185 bug = ceed.BasisTensorH1Lagrange(dim, 1, P, Q, libceed.GAUSS) 186 bug.apply(1, libceed.EVAL_GRAD, U, Uq) 187 bug.T.apply(1, libceed.EVAL_GRAD, Ones, Gtposeones)
|
| /libCEED/julia/LibCEED.jl/test/ |
| H A D | Project.toml | 1 # A bug in Julia 1.6.0's Pkg causes Preferences to be dropped during `Pkg.test()`, so we work around
|
| H A D | runtests.jl | 254 # TODO: change this test after bug-fix in libCEED
|
| /libCEED/ |
| H A D | CONTRIBUTING.md | 5 Please use a pull request to the appropriate branch ('stable' for backward-compatible bug fixes for… 17 …quest and for a future developer (maybe you) that bisects and finds that a bug was introduced in y…
|
| H A D | Doxyfile | 726 # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug 727 # list. This list is created by putting \bug commands in the documentation.
|
| /libCEED/doc/sphinx/source/ |
| H A D | CONTRIBUTING.md | 5 Please use a pull request to the appropriate branch ('stable' for backward-compatible bug fixes for… 17 …quest and for a future developer (maybe you) that bisects and finds that a bug was introduced in y…
|
| H A D | releasenotes.md | 50 - Removed `CeedBasisSetNumQuadraturePoints` as redundant and bug-prone interface. 108 - Fix bug in setting device id for GPU backends. 391 This release also included various performance improvements, bug fixes, new examples,
|
| /libCEED/tests/junit-xml/ |
| H A D | README.rst | 16 searches and the Jenkins JUnit XML reader source code. File a bug if
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | index.md | 63 possibly be bug-prone, because the user may forget to restore the array, or may
|