| a3d26002 | 10-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Jupyter-notebook tutorials: Replace QFunctionSketch.svg file
This SVG file was created from a PDF using Inkscape
Apparently Inkscape's built-in conversion produces an SVG format that is more compat
Jupyter-notebook tutorials: Replace QFunctionSketch.svg file
This SVG file was created from a PDF using Inkscape
Apparently Inkscape's built-in conversion produces an SVG format that is more compatible with multiple readers and browser renderes than the converter package that was used previously to produce the SVG file directly from the LaTeX TikZ figure
show more ...
|
| 98240d3d | 10-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Jupyter-notebook tutorials: Typo fix reported-by @LeilaGhaffari |
| e0dd07dc | 10-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Include ceed.h in examples/solids header files
This avoid 'unknown type' warnings and is safe under the double inclusion guard |
| 36d2312c | 10-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Add double inclusion guard in examples/nek header file |
| a57ca787 | 10-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Add double inclusion guard in examples/mfem header files |
| 88c612bc | 10-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Include ceed.h in examples/fluids header files
This avoid 'unknown type' warnings and is safe under the double inclusion guard |
| e3bad73b | 10-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Add double inclusion guard in examples/ceed header files |
| f6b55d2c | 10-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Add double inclusion guard in examples/petsc header files |
| cb3e2689 | 09-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Add support for level of refinements for viz
Now -viz_refine is not a PetscBool anymore, but a PetscInt |
| 6489aa1c | 08-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
doc: disable hoverxref until upgrade + sphinx-3.0 support is ready |
| d22f9ef9 | 08-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #510 from CEED/jed/sphinx-3.0
doc: upgrade to sphinx-3.0 |
| 21d92382 | 08-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
doc: add Sphinx build to make distclean
Suggested-by: Jeremy L. Thompson <jeremy.thompson@colorado.edu> |
| 9c6151e5 | 08-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
doc: disable epub because it does not render math |
| 5a6e2571 | 08-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
doc: use python3.8 |
| c55e9a30 | 08-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
doc: upgrade to sphinx-3.0 |
| 59c48985 | 08-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #509 from CEED/jed/pin-breathe-4.14.2
Pin breathe==4.14.2 |
| 7bebbda2 | 08-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
Pin breathe==4.14.2
Workaround https://github.com/michaeljones/breathe/issues/495
Reported-by: Jeremy L. Thompson <jeremy.thompson@colorado.edu> |
| fe1c098d | 07-Apr-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #508 from CEED/jeremy/codecov-reduce
Travis - only run lcov for linux + gcc + amd64 |
| 95841642 | 07-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Travis - explicitly add osx_image/dist, required in using 'include' or default will be used |
| 0618b322 | 07-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Travis - name each job |
| d041d69e | 07-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Travis - only run make-tidy and make-style on one build |
| 56207612 | 07-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Travis - only run lcov for linux + gcc + amd64, multiple codecov commits creates non-deterministic results |
| c7e67134 | 06-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #507 from CEED/jed/doc-hoverxref
doc: use hoverxref master |
| 77032034 | 06-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
doc: use hoverxref master |
| 8350d2ba | 06-Apr-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #505 from CEED/jeremy/solids-fixes
Solids fixes |