| b7c563b6 | 01-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - better namespacing of petsc ex headers |
| f163c87f | 01-Feb-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #885 from CEED/jeremy/min-petsc
PETSc - set minimum version for examples |
| 8b2a2486 | 01-Feb-2022 |
Jed Brown <jed@jedbrown.org> |
examples/petsc: avoid namespace collision in convenience headers |
| 36e4def4 | 01-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #807 from CEED/jed/petsc-assemble-coo
PETSc examples: assemble matrix analytically instead of coloring |
| 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 ...
|
| cffe6a52 | 01-Feb-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
petsc - drop mat assembly by coloring |
| 05b9c820 | 04-Nov-2021 |
Jed Brown <jed@jedbrown.org> |
examples/petsc/multigrid: add event for assembly |
| caae6498 | 14-Sep-2021 |
Jed Brown <jed@jedbrown.org> |
build/solids: fix order/uninitialized variable |
| 17f0843f | 14-Sep-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
solids - add libCEED coarse level assembly |
| 53b04fa6 | 09-Sep-2021 |
Jed Brown <jed@jedbrown.org> |
examples/petsc/multigrid: assemble matrix analytically instead of coloring
This currently requires development PETSc to correctly handle negative indices through the LocalToGlobalMapping. |
| b8962995 | 31-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
petsc - set minimum version for examples |
| b3e1519b | 31-Jan-2022 |
nbeams <246972+nbeams@users.noreply.github.com> |
Add launch bounds to hip-gen operator kernel |
| 3c6176c9 | 28-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #883 from CEED/jeremy/safer-basis-copy
basis - handle null pointers to basis matrices |
| ff3a0f91 | 28-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - handle null pointers to basis matrices |
| dde41789 | 26-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #882 from CEED/jeremy/xsmm-1.17
CI - update to xsmm 1.17 |
| 318af0d1 | 26-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
xsmm - add compatibility for xsmm > 1.17 |
| 369fc691 | 26-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - update to xsmm 1.17 |
| 9477ba7d | 25-Jan-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #879 from CEED/jed/doxygen-cleanup
Doxygen cleanup |
| 7e6360b6 | 25-Jan-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #880 from CEED/jrwrigh/doc-fluids
doc(fluids): Correct vector name in Tau dropdown |
| d4f43295 | 25-Jan-2022 |
James Wright <james@jameswright.xyz> |
doc(fluids): Correct vector name in Tau dropdown
Otherwise $$\hat{\bm{n}}$$ is never defined. |
| 63be1c69 | 21-Jan-2022 |
Jed Brown <jed@jedbrown.org> |
Makefile: quiet Doxygen output so warnings are more noticeable |
| 8ff2c270 | 21-Jan-2022 |
Jed Brown <jed@jedbrown.org> |
Doxygen: don't attempt to generate DOT graphs |
| 7dfc1a7d | 21-Jan-2022 |
Jed Brown <jed@jedbrown.org> |
Doxygen: doxygen -u Doxyfile to version 1.9.3
Deprecations and skip Python source. |
| 23236162 | 21-Jan-2022 |
Jed Brown <jed@jedbrown.org> |
Doxygen: skip tests and examples
Doxygen is only used for the public C API, not for markdown (we use Sphinx markdown) or examples, etc. |
| 390967d5 | 21-Jan-2022 |
Jed Brown <jed@jedbrown.org> |
doc: no @return for void |