History log of /libCEED/ (Results 2576 – 2600 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b7c563b601-Feb-2022 Jeremy L Thompson <jeremy@jeremylt.org>

ex - better namespacing of petsc ex headers

f163c87f01-Feb-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #885 from CEED/jeremy/min-petsc

PETSc - set minimum version for examples

8b2a248601-Feb-2022 Jed Brown <jed@jedbrown.org>

examples/petsc: avoid namespace collision in convenience headers

36e4def401-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

50c301a501-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 ...

cffe6a5201-Feb-2022 Jeremy L Thompson <jeremy@jeremylt.org>

petsc - drop mat assembly by coloring

05b9c82004-Nov-2021 Jed Brown <jed@jedbrown.org>

examples/petsc/multigrid: add event for assembly

caae649814-Sep-2021 Jed Brown <jed@jedbrown.org>

build/solids: fix order/uninitialized variable

17f0843f14-Sep-2021 Jeremy L Thompson <jeremy@jeremylt.org>

solids - add libCEED coarse level assembly

53b04fa609-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.

b896299531-Jan-2022 Jeremy L Thompson <jeremy@jeremylt.org>

petsc - set minimum version for examples

b3e1519b31-Jan-2022 nbeams <246972+nbeams@users.noreply.github.com>

Add launch bounds to hip-gen operator kernel

3c6176c928-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

ff3a0f9128-Jan-2022 Jeremy L Thompson <jeremy@jeremylt.org>

basis - handle null pointers to basis matrices

dde4178926-Jan-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #882 from CEED/jeremy/xsmm-1.17

CI - update to xsmm 1.17

318af0d126-Jan-2022 Jeremy L Thompson <jeremy@jeremylt.org>

xsmm - add compatibility for xsmm > 1.17

369fc69126-Jan-2022 Jeremy L Thompson <jeremy@jeremylt.org>

ci - update to xsmm 1.17

9477ba7d25-Jan-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #879 from CEED/jed/doxygen-cleanup

Doxygen cleanup

7e6360b625-Jan-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #880 from CEED/jrwrigh/doc-fluids

doc(fluids): Correct vector name in Tau dropdown

d4f4329525-Jan-2022 James Wright <james@jameswright.xyz>

doc(fluids): Correct vector name in Tau dropdown

Otherwise $$\hat{\bm{n}}$$ is never defined.

63be1c6921-Jan-2022 Jed Brown <jed@jedbrown.org>

Makefile: quiet Doxygen output so warnings are more noticeable

8ff2c27021-Jan-2022 Jed Brown <jed@jedbrown.org>

Doxygen: don't attempt to generate DOT graphs

7dfc1a7d21-Jan-2022 Jed Brown <jed@jedbrown.org>

Doxygen: doxygen -u Doxyfile to version 1.9.3

Deprecations and skip Python source.

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

390967d521-Jan-2022 Jed Brown <jed@jedbrown.org>

doc: no @return for void

1...<<101102103104105106107108109110>>...226