Home
last modified time | relevance | path

Searched refs:bug (Results 1 – 11 of 11) sorted by relevance

/libCEED/tests/
H A Dt314-basis-f.f9023 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 Dt313-basis-f.f9026 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 Dtest-3-basis.py124 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 DProject.toml1 # A bug in Julia 1.6.0's Pkg causes Preferences to be dropped during `Pkg.test()`, so we work around
H A Druntests.jl254 # TODO: change this test after bug-fix in libCEED
/libCEED/
H A DCONTRIBUTING.md5 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 DDoxyfile726 # 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 DCONTRIBUTING.md5 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 Dreleasenotes.md50 - 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 DREADME.rst16 searches and the Jenkins JUnit XML reader source code. File a bug if
/libCEED/julia/LibCEED.jl/docs/src/
H A Dindex.md63 possibly be bug-prone, because the user may forget to restore the array, or may