| 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) |
| 763fed04 | 05-Aug-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: added doc for euler traveling vortex test case |
| e24eaa76 | 20-Mar-2021 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/ceed-version' [PR #698]
* jed/ceed-version: Add version macros and CeedGetVersion() [fix #697] |
| 1070991d | 24-Jan-2021 |
Jed Brown <jed@jedbrown.org> |
Add version macros and CeedGetVersion() [fix #697]
Requested-by: Freddie Witherden <freddie@witherden.org> |
| 3d576824 | 29-Jan-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
headers - clearify includes to not rely on transitive includes (#701)
* headers - clearify includes to not rely on transitive includes
* style - add header recommendations from 'include-what-you-
headers - clearify includes to not rely on transitive includes (#701)
* headers - clearify includes to not rely on transitive includes
* style - add header recommendations from 'include-what-you-use'
* style - apply 'include-what-you-use' changes to CUDA backends
* style - 'include-what-you-use' for hip backends
* style - drop ceed.h includes in gallery qf source
* docs - add dev notes for header files
* style - header style and alphabetize
show more ...
|
| 30e7c925 | 30-Dec-2020 |
Jed Brown <jed@jedbrown.org> |
doc: use pre-release KaTeX with amscd (commutative diagrams)
This (newly-merged feature) gets us nicer formatting for the commutative diagram in examples/solids and will likely come in handy elsewhe
doc: use pre-release KaTeX with amscd (commutative diagrams)
This (newly-merged feature) gets us nicer formatting for the commutative diagram in examples/solids and will likely come in handy elsewhere.
https://github.com/KaTeX/KaTeX/pull/2396
show more ...
|
| 8c5d743a | 29-Dec-2020 |
Jed Brown <jed@jedbrown.org> |
doc: use KaTeX recommended way to consolidate macros
https://github.com/hagenw/sphinxcontrib-katex#latex-macros |
| 022df0ce | 29-Dec-2020 |
Jed Brown <jed@jedbrown.org> |
doc: sphinxcontrib-bitex 2.1.1 for latexpdf bug fix |
| 8718afe1 | 28-Dec-2020 |
Jed Brown <jed@jedbrown.org> |
doc: add missing DOIs |
| 60bb3a48 | 28-Dec-2020 |
Jed Brown <jed@jedbrown.org> |
doc: update to sphinxcontrib-bibtex 2.1
Now the source files are declared in bibtex_bibfiles in conf.py and the .. bibliography directive does not need the path. |