| 25118b5f | 22-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
doc: update instructions for Python |
| 61130325 | 23-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
python: switch from manylinux2014 to manylinux2010 (for older pip/machines) |
| dabe13fc | 22-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
python: use default MARCHFLAG for build; set -march=generic for wheels
Suggested-by: Lisandro Dalcin <dalcinl@gmail.com> |
| 37c134ea | 21-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
python: install libceed.so and headers with Python; make wheels
* Install libceed.so and obtain at run-time via $ORIGIN * Updates some nonconforming package metadata * Use Docker with cache for buil
python: install libceed.so and headers with Python; make wheels
* Install libceed.so and obtain at run-time via $ORIGIN * Updates some nonconforming package metadata * Use Docker with cache for building manylinux2014 wheels * qfunction extensions don't call libceed.so directly; can get include path from libceed module
show more ...
|
| 8589846e | 22-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
python tests: replace hard-coded 1E-14 with TOL based on machine epsilon |
| 71254f85 | 20-Mar-2020 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Merge pull request #486 from CEED/jeremy/ceed-view
Ceed - add CeedView() |
| 0a0da059 | 20-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Ceed - add CeedView() |
| 37c6c863 | 18-Mar-2020 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Merge pull request #484 from CEED/valeria/doc-fixes
Doc fixes |
| 78236269 | 18-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
User manual: Small wording changes |
| d6bc2cc9 | 18-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Merge branch 'valeria/doc-fixes' of github.com:CEED/libCEED into valeria/doc-fixes |
| b4d76956 | 18-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
AUTHORS: trim by significance and explain rationale |
| 9a055e7b | 18-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
User manual: Update Contributing authorship roles |
| df830959 | 18-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
doc: aligned environment not needed for one-line eq |
| a97e6838 | 18-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
User manual: Add weak formulations of Mass and Laplace problems |
| 3b401c5c | 18-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
User manual: Add Gallery of QFunctions and small consistency improvements |
| 803b220e | 18-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
User manual: style |
| a81eb923 | 18-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
User manual: Fix aligned equation in BPs on the cubed-sphere. Reported-by @LeilaGhaffari
This fix was necessary after the Mathjax -> KaTeX change |
| f1a371b2 | 18-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
User manual: style |
| 567e5a20 | 18-Mar-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #483 from CEED/jeremy/cuda-gen-multi-emode-out
CUDA - enable multiple output modes for cuda/gen |
| 3b2939fe | 17-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
CUDA - enable multiple output modes for cuda/gen |
| 1da99368 | 17-Mar-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Add VLA support for CUDA backends (#481)
* CUDA - add VLA support for CUDA backends
* Navier-Stokes - guard #include math.h for CUDA
* Navier-Stokes - fix struct definitions for code generatio
Add VLA support for CUDA backends (#481)
* CUDA - add VLA support for CUDA backends
* Navier-Stokes - guard #include math.h for CUDA
* Navier-Stokes - fix struct definitions for code generation
* Navier-Stokes - fix file location of mass QFunction
* Navier-Stokes - minor style consistency
* Navier-Stokes - more context sturct fixing
* Navier-Stokes - cast context to stop CUDA errors
* Navier-Stokes - change helper functions to inline to silence CUDA errors
* CUDA - clean up CEED_Q_VLA definition for cuda/gen
* Navier-Stokes - populate TODOs for undocumenced functions
* Doc - document libCEED macros
* CUDA - use -default-device for NVRTC
* Tests - add t507 to test VLA support
* CUDA - fix my bug in dim, Q1d for cuda/gen
* Tests - update tap/junit to reflect current CUDA capabilities
* make style
* CUDA - check output bases for dim, Q1d as well (this fixes multigrid example support)
* CUDA - fix readSliceQuads, not all arguments were defined
* Navier-Stokes - document all functions in Navier-Stokes QFunction files
* make style
show more ...
|
| f2bff5a8 | 17-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #482 from CEED/leila/doc_NS
Leila/doc ns |
| 5828bd71 | 17-Mar-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
doc: note about double and single dot contraction added to FEMtheory |
| 2d0b3788 | 17-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
doc: explain implicit time integration for NS |
| fc536d1d | 16-Mar-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
doc: few spelling errors fixed |