| 61dbc9d2 | 27-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
ElemRestriction - make lmode a separate enum |
| a8d32208 | 24-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
ElemRestriction - move lmode to constructor over apply |
| db10e42c | 30-Jan-2020 |
David Medina <dmed256@gmail.com> |
[Tests] Removed testing padded entries since backends might handle padding differently |
| 0436c2ad | 11-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Style - rename files vec->vector for consistency |
| 3bd813ff | 23-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - Add CreateElementFDMInverse |
| fb551037 | 23-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Basis - Update QR to prevent divide by zero |
| cf28ebec | 19-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - remove extra output file |
| 84e209c4 | 19-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - fix eval modes in t40* for clarity |
| 2da88da5 | 18-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator/QFunction - Update view formatting |
| 2ebaca42 | 18-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - add OperatorView |
| 75affc3b | 17-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
QFunction - add QFunctionView |
| 93e877c1 | 13-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - add t106 SyncArray and t107 VectorView |
| 8cce741b | 18-Sep-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - fix t302 for C/Fortran interoperability |
| ea970691 | 18-Sep-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - add t211, blocked restr where libCEED owns pointer |
| 144df584 | 18-Sep-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - add t306, test basis GetNumNodes GetNumQuadraturePoints |
| 5a86f033 | 18-Sep-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - add t210, restriction view |
| b300f92c | 18-Sep-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Tests - Fix colo typo in tests |
| 52bfb9bb | 13-Sep-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Symmetric Schur and Simultaneous Diagonalization (#299)
This PR adds simultaneous diagonalization and reorders the t3* tests.
* Interface: add Schur Decomp and interface for Simultaneous Diagonal
Symmetric Schur and Simultaneous Diagonalization (#299)
This PR adds simultaneous diagonalization and reorders the t3* tests.
* Interface: add Schur Decomp and interface for Simultaneous Diagonalization, implement Schur Decomp
* Tests: add Symmetric Schur Fortran test
* Interface: implement Simult Diag
* Tighten Givens tolerance in symmetric Schur
* Tests: Reorder t3* tests
* Basis - Check bounds for symmetric Schur
* Simult Diag - Add LAPACK function reference
* Typo fix
* Basis - 'static' CeedMatrixMultiply
* Merge - fix small issues
* Basis - typo fix
* Basis - Documentation fixes
show more ...
|
| 288c0443 | 13-Sep-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
QFunction Create by Name (#311)
This PR adds a QFunction gallery to libCEED with 1D, 2D, and 3D mass and Poisson operators.
Closes issue #37, issue #340
* Add QFunction gallery, rename focca
QFunction Create by Name (#311)
This PR adds a QFunction gallery to libCEED with 1D, 2D, and 3D mass and Poisson operators.
Closes issue #37, issue #340
* Add QFunction gallery, rename focca
* Gallery - add initial QFunctions
* Add a test for using the QF gallery
* Modify ex1 to use gallery
* Add multiple test configs to tap
* Move output to test directory
* Update junit
* Add OCCA galley exception
* Add ex2
* Update ex2 for dim->ncompx
* Gallery - modify to work for CUDA as is
* Update Documentation
* Gallery - typo fix
* Gallery - convention change, postappend qfunction family variant
* Gallery - update template with new name checking convention
* Gallery - condense diff3DBuild QFunction
* Gallery - rename diff -> poisson
* Gallery - clarify poisson3DBuild comment
* Gallery - use Pragma SIMD, store Qdata in Voigt convention
* Examples - Convert BP3-6 to Voigt convention
* Examples - add cl option to switch between header and gallery qfs in CEED examples
* Examples - clean up construction of QF name
* Gallery - Switch to PascalCase for gallery names
* Doc - fix function type page
* Interface - Make sure strncpy result is null terminated
* Gallery - Update Poisson 2/3D Apply to new QF body
* make style
* make style - fix worst style problems
* make style - add gallery to make style
* Doc - update documentation errors and inconsistencies
* Examples - test ex1 ex2 with and without gallary
* Examples - reduce testing of ex1/ex2 without gallery, clean up non-gallery qfunctions
* MFEM - revert another make style mistake
* Manual make style updates
* Doc - update function documentation page
* Style updates, document test numbering conventions
* doc: resolve ambiguous image location warning, allow more Dot nodes
* Tests - style and cast cleanup
* Tests - fix README indentation
show more ...
|