| 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 |
| 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 |
| 9e662d0d | 30-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #496 from CEED/v0.6changelog
v0.6: Release notes |
| 46defcf3 | 30-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
ex2-surface: fix documentation |
| d15c6d9e | 29-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
examples/petsc: remove redundant VecZeroEntries |
| debcf919 | 29-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
examples/petsc: give KSPSetFromOptions precedence over -benchmark |
| ad916340 | 29-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
User manual style: alphabetize refs |
| 49ef0654 | 29-Mar-2020 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Merge pull request #494 from CEED/valeria/update-README
Update READMEs |
| 6551e950 | 29-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Update examples/README.rst
Part of the Bakeoff Problems description in examples/bps.rst which was simple enough (i.e., did not include complex math) is now included from the examples/README.rst |
| d608fda8 | 29-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
READMEs and docs: Some small inconsistency fixes and improvements |
| 644d7c3f | 29-Mar-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #294 from CEED/cuda_petsc_bps
Adapt PETSc BPs to use CUDA |
| 8e87e98b | 29-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
petsc/bpsraw: use same reporting code as bps |
| 4a5da23a | 29-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
petsc/bpsraw: fix Vec creation |