op - add GetName helper
interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE
restr - check l-vec length for strided rstr creation
basis - add num_comp to basis view output
op - more data in view
op - add optional name for Operators
op/qf - consistent viewing ouput
op - include num_elem and num_qpts in view
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 ...
qf - add function to retreive kernel name, stored path now excludes kernel name
py - refactor tests needing output
test - refactor t304/5 to verify decomposition
tests - move tests to python dir