History log of /libCEED/tests/output/t300-basis.out (Results 1 – 6 of 6)
Revision Date Author Comments
# 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


# 62e2d410 11-Nov-2025 Jeremy L Thompson <jeremy@jeremylt.org>

view - update tests for Ceed*SetNumViewTabs


# 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 ...


# 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 ...