| #
6a6b797f
|
| 13-Nov-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1904 from CEED/jeremy/view-tab
view - add Ceed*[Get/Set]ViewTabs for all objects
|
| #
13a7d540
|
| 11-Nov-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fortran - add tab view fns
|
| #
ba7b2a00
|
| 01-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1268 from CEED/jeremy/basis-view-ncomp
Add num_comp to basis view output
|
| #
edf04919
|
| 28-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - add num_comp to basis view output
|
| #
50c301a5
|
| 01-Feb-2022 |
Rezgar Shakeri <42816410+rezgarshakeri@users.noreply.github.com> |
H(div) basis constructor (#878)
* backends/interface: added H(div) basis constructor
* tests: CEED_EVAL_INTERP/DIV tested for H(div) basis.
* Update interface/ceed-basis.c
Co-authored-by:
H(div) basis constructor (#878)
* backends/interface: added H(div) basis constructor
* tests: CEED_EVAL_INTERP/DIV tested for H(div) basis.
* Update interface/ceed-basis.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
* Update interface/ceed-basis.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
* Update interface/ceed-basis.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
* Update interface/ceed-basis.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
* Update interface/ceed-basis.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
* interface/ceed-basis.c: delete [-1,1] for non-tensor basis constructor
* Update interface/ceed-basis.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
* include/ceed: added CEEDFESpace enum and used it at ceed-basis.c
* tests: added t330-basis.out and changed xhat-->x_hat
* Changed name convention for CeedElemTopology and CeedFESpace enum.
* make style
* interface/ceed-basis.c: Added FE space/topology of the basis to CeedBasisView function
* tests/output: update ...basis.out file
* Changed CEED_FE_TOPO_ ==> CEED_TOPOLOGY_
* backends/ref: delete CeedBasisApplyHdiv_Ref
* Update interface/ceed-basis.c
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
* Update interface/ceed-basis.c
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
* Update include/ceed-impl.h
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
* interface/ceed-bassi.c: update CeedBasisView
* deleted L2 and H(curl) FE spaces
* minor - update output file
* minor - update output file
* style - consistency with main
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
show more ...
|
| #
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 ...
|