| d66340f5 | 06-Jul-2021 |
Jed Brown <jed@jedbrown.org> |
libCEED 0.9.0 |
| 6781f80d | 06-Jul-2021 |
Jed Brown <jed@jedbrown.org> |
doc: handle CeedPragmaOptimizeOn/Off |
| 03d18186 | 13-May-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
fdm - add CeedPragmaOptimzeOff/On to disable complier optimizations that create floating point errors |
| fe7b5540 | 10-Jun-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #782 from CEED/jeremy/gnu-extension
clang - silence some pedantic warnings, fixes #742 |
| 45f1e315 | 10-Jun-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
clang - silence some pedantic warnings, fixes #742 |
| ed8e2814 | 10-Jun-2021 |
Jed Brown <jed@jedbrown.org> |
Update spelling of Thilina's name |
| 95c53350 | 02-Jun-2021 |
Jed Brown <jed@jedbrown.org> |
Update citations to libCEED 0.8 users manual on Zenodo |
| 72f1784f | 01-Jun-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
doc - update release notes |
| dcefb99b | 28-May-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
doc - use docs.rs over self hosted documentation |
| c4016ce5 | 28-May-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #766 from CEED/jed/rust-crates
rust: split crates into libceed-sys and libceed |
| 24540909 | 24-May-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
doc - update release notes |
| edab6123 | 20-May-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
doc - rename tutorials folder to match use of language name |
| ae047179 | 28-Apr-2021 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Docs: Tiny rewording in Intro
Since this Introduction was mentioned lately in issue #756 , I was re-reading it and realized this sentence could have been improved.
The use of the word `they` was a
Docs: Tiny rewording in Intro
Since this Introduction was mentioned lately in issue #756 , I was re-reading it and realized this sentence could have been improved.
The use of the word `they` was a bit confusing in my opinion.
@jeremylt I just changed this sentence expanding its line, as recommended in #735 , although the original file had the older style (the max 80 char per line), but I wouldn't change the entire file style now. Do you agree?
show more ...
|
| b9f3381a | 17-Apr-2021 |
Jed Brown <jed@jedbrown.org> |
doc releasenotes: switch from :cpp:func: to :c:func: to properly link
The domain mapping for C functions was changed in
"doc: switch to Breathe 4.17 and C domain"
but we continued using :cpp:fun
doc releasenotes: switch from :cpp:func: to :c:func: to properly link
The domain mapping for C functions was changed in
"doc: switch to Breathe 4.17 and C domain"
but we continued using :cpp:func: in these references.
show more ...
|
| 7e780f74 | 17-Apr-2021 |
Jed Brown <jed@jedbrown.org> |
doc: update intersphinx link for Python to squash warning |
| 333d0761 | 09-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
docs - update header file notes with example |
| d1d35e2f | 09-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
style - updating C variable style |
| 707c9c53 | 07-Apr-2021 |
Matthew Knepley <knepley@gmail.com> |
Update intro.rst (#731) |
| e8f23459 | 01-Apr-2021 |
Jed Brown <jed@jedbrown.org> |
libCEED 0.8 |
| f45e5ea1 | 01-Apr-2021 |
Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com> |
update release notes (#723)
* doc: update release notes
Co-authored-by: Jed Brown <jed@jedbrown.org> |
| ec3da8bc | 26-Mar-2021 |
Jed Brown <jed@jedbrown.org> |
Install install backend headers under include/ceed/
This makes it possible to distribute source plugins that provide additional backends. It's also used in MFEM, perhaps temporarily.
Deprecate ceed
Install install backend headers under include/ceed/
This makes it possible to distribute source plugins that provide additional backends. It's also used in MFEM, perhaps temporarily.
Deprecate ceed-backend.h, which was not previously installed, but some users accessed it from an in-place build.
Also install CUDA and HIP headers that allow users to provide CUfunction and hipFunction_t.
Co-authored-by: Jeremy L. Thompson <jeremy.thompson@colorado.edu> Requested-by: Andrew T. Barker <barker29@llnl.gov>
show more ...
|
| 6bb9b12c | 31-Mar-2021 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'euler-vortex-test' (#601)
* euler-vortex-test: (126 commits) examples/fluids/conv_plot.py: clean-up examples/fluids: Some clean-up in the post-processing files examples/fluids: E
Merge branch 'euler-vortex-test' (#601)
* euler-vortex-test: (126 commits) examples/fluids/conv_plot.py: clean-up examples/fluids: Some clean-up in the post-processing files examples/fluids: ETV - the convergence test comparison was failing since P_inlet is now hard-coded for each test and doesn't go through the scaling examples/fluids: ETV - a better conditional statement for incoming T and P examples/fluids: ETV - removed old cl options examples/fluids: ETV - drop stabilization examples/fluids: ETV - more clean-up examples/fluids: ETV - removed unused variables examples/fluids: ETV - removed the support for the forcing terms required for mms ETV: some clean-up ETV: ke -> E_kinetic for consistency examples/fluids: remove T_inlet and P_inlet cl options and hard code them for each case examples/fluids: fix warning about the stab option usage examples/fluids: fix broken advection(2d) problem examples/fluids: removed vortex_strength from SetupContext examples/fluids: remove unused context from SetUpDM() examples/fluids: bring back missing VecView function call examples/fluids: fix typo in comments README: style README: Added in/outflow BCs for ADVECTION ...
show more ...
|
| eccc2849 | 09-Mar-2021 |
Rezgar Shakeri <Rezgar.Shakeri@colorado.edu> |
examples/solids: Add residual and Jacobian in current configuration
There are some benefits to evaluating residuals and/or Jacobians in current configuration. This includes simpler representation of
examples/solids: Add residual and Jacobian in current configuration
There are some benefits to evaluating residuals and/or Jacobians in current configuration. This includes simpler representation of body forces and contact, as well as lower storage and lower arithmetic in the Jacobian action. We add these implementations as well documentation to derive their representations via linearize-then-pushforward and pushforward-then-linearize.
Co-authored-by: Arash Mehraban <arashm81@gmail.com> Co-authored-by: Jed Brown <jed@jedbrown.org> Co-authored-by: Jeremy L. Thompson <jeremy.thompson@colorado.edu>
show more ...
|
| 74c2e4b1 | 25-Mar-2021 |
Jed Brown <jed@jedbrown.org> |
doc: add livehtml target for sphinx-autobuild |
| 7b46028a | 31-Mar-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
doc - improve release notes (#719) |