| fd248ec1 | 06-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
make style |
| e3e3df41 | 06-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - more linear fixes |
| 8c38dfe9 | 05-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - remove redundant code |
| 1c8142b3 | 05-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - fix comment typo |
| 038d0cd7 | 05-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
make style |
| 481a4840 | 05-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
examples/solids: use CP line search by default |
| f892e6d1 | 05-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - partial fix for linear elements |
| 0e0d204c | 05-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
examples/solids: enable -snes_mf_operator |
| 530cf5b0 | 05-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - label field components for viewing |
| 7a3aec2e | 05-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - enable box meshes outside of test mode |
| 2bc797ab | 06-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #502 from CEED/jed/python-autopep8
Python: apply autopep8 and add to CI |
| f6d735e9 | 06-Apr-2020 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Small doc fixes (#499)
* A small shift in notation
* Docs: Clarify ex2-surface mathematical description
* Refactor \boldsymbol -> \bm
* Refactor \mathbf -> \bm
* Sphinx: clear html_stati
Small doc fixes (#499)
* A small shift in notation
* Docs: Clarify ex2-surface mathematical description
* Refactor \boldsymbol -> \bm
* Refactor \mathbf -> \bm
* Sphinx: clear html_static_path
This is needed to avoid the 'html_static_path entry '_static' does not exist' warning
https://github.com/readthedocs/readthedocs.org/issues/1776
* Fix some incosistencies
* Invert inner products (u,v) -> (v,u)
* Add SVG figure for coordinates on the sphere
* doc: use dirhtml on readthedocs
* Improve caption of sphere coords figure
* Add reference to figure in the bps on the cubed-sphere section
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| 3951731e | 05-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - stop load increments early if SNES diverges |
| 5f24f028 | 05-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - log increment in -snes_monitor |
| 788f67f3 | 05-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - add vtu files to make clean |
| 3f7f69d3 | 05-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - fix hyperFS residual and Jacobian |
| 91e042ae | 02-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Travis - move python style testing to python CI job, its easier to manage autopep8 dependency in that job |
| 9dc5cac7 | 02-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Python - add autopep8 to testing requirements |
| 7a7b0fa3 | 02-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
Python: apply autopep8 and add to CI |
| 054e94be | 31-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/fix-CC_VENDOR-ubuntu' [PR #501]
* jed/fix-CC_VENDOR-ubuntu: make: another fix for CC_VENDOR on Ubuntu make: fix CC_VENDOR identification on Ubuntu |
| c7f533e0 | 31-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
make: another fix for CC_VENDOR on Ubuntu |
| fe91e055 | 30-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
make: fix CC_VENDOR identification on Ubuntu
ubuntu$ gcc --version gcc-9 (Ubuntu 9.2.1-9ubuntu2) 9.2.1 20191008 Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the sourc
make: fix CC_VENDOR identification on Ubuntu
ubuntu$ gcc --version gcc-9 (Ubuntu 9.2.1-9ubuntu2) 9.2.1 20191008 Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
versus
arch$ gcc --version gcc (Arch Linux 9.3.0-1) 9.3.0 Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
show more ...
|
| 71755bc7 | 30-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #500 from CEED/jed/fix-magma-path
magma: fix path processing when parent directory contains a '.' |
| a2d78a62 | 30-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
magma: fix path processing when parent directory contains a '.'
Reported-by: Veselin Dobrev <dobrev@llnl.gov> |
| 9e662d0d | 30-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #496 from CEED/v0.6changelog
v0.6: Release notes |