| #
b4e8f366
|
| 26-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1792 from CEED/jed/runtime-config
Add run-time interface for build-time configuration
|
| #
fd27ce53
|
| 22-Mar-2025 |
Jed Brown <jed@jedbrown.org> |
doc: upgrade Python packages
|
| #
2f258684
|
| 15-May-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1215 from CEED/jed/altair-sphinxext
doc: update to altair-5.0 and sphinext-altair
|
| #
c70a677f
|
| 13-May-2023 |
Jed Brown <jed@jedbrown.org> |
doc: update to altair-5.0 and sphinext-altair
https://github.com/altair-viz/altair/issues/3051#issuecomment-1546730887
|
| #
b12f0bf8
|
| 11-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1214 from CEED/jeremy/pin-altair
Temporary Altair doc fix
|
| #
60582ab9
|
| 11-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - pin Altair <5.0 until Sphinx updates
|
| #
05b44d1b
|
| 21-Feb-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1162 from CEED/jed/doc-update-packages
doc: update packages
|
| #
c5d0f995
|
| 21-Feb-2023 |
Jed Brown <jed@jedbrown.org> |
doc: upgrade versions and fix @param variables
|
| #
dd75fd25
|
| 21-Feb-2023 |
Jed Brown <jed@jedbrown.org> |
doc: switch from sphinx-panels (deprecated) to sphinx-design (#1161)
|
| #
1c427b21
|
| 23-Aug-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1045 from CEED/jed/fix-docs
fix docs
|
| #
0d627ac1
|
| 23-Aug-2022 |
Jed Brown <jed@jedbrown.org> |
doc: pin sphinxcontrib-bibtex==2.4.2
We can update to 2.5 when we upgrade to docutils-0.18 (which I think needs sphinx-5).
|
| #
b36f2af8
|
| 18-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #871 from CEED/jeremy/operator-ctx
op - add ctx setting interface for operators
|
| #
b81cffb3
|
| 18-Jan-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rtd - pin docutils==0.16 for now, see https://github.com/mcmtroffaes/sphinxcontrib-bibtex
|
| #
73bb2039
|
| 14-Jan-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #865 from CEED/leila/fluid-stab
Fluids - Fix bug in Stabilization (SU/SUPG)
|
| #
c38440ba
|
| 01-Jan-2022 |
Jed Brown <jed@jedbrown.org> |
doc: upgrade sphinx to support python-3.10; fix {c:struct} reference
|
| #
cd300322
|
| 13-Aug-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #703 from CEED/jed/doc-myst-nb
doc: replace recommonmark with MyST
|
| #
bcb2dfae
|
| 04-Feb-2021 |
Jed Brown <jed@jedbrown.org> |
doc: replace recommonmark with MyST and migrate ReST to MyST
This offers more familiar syntax for most writing, as well as natural $\pi$ math (versus :math:`\pi`) and markdown syntax for all ReST fe
doc: replace recommonmark with MyST and migrate ReST to MyST
This offers more familiar syntax for most writing, as well as natural $\pi$ math (versus :math:`\pi`) and markdown syntax for all ReST features.
The API doc stubs remain in ReST as recommended for autodoc.
https://myst-parser.readthedocs.io/en/latest/sphinx/use.html#use-sphinx-ext-autodoc-in-markdown-files
The change was largely implemented using https://github.com/executablebooks/rst-to-myst/ with some manual fix-ups. Tables (both ReST built-in tables and list-table) remain under eval-rst until they can be manually updated.
show more ...
|
| #
8355605f
|
| 30-Jul-2021 |
Karen (Ren) Stengel <karenlstengel@gmail.com> |
Mooney-Rivlin model (#794)
* refactored MR to work with current version of main. Updated doc with dS for MR
* fixed documentation formatting
* update dS for MR in documentation
* cleaning u
Mooney-Rivlin model (#794)
* refactored MR to work with current version of main. Updated doc with dS for MR
* fixed documentation formatting
* update dS for MR in documentation
* cleaning up MR dS equations and wording
* minor changes in doc
* MR dS draft 1"
* MR coded, jacobian diverging
* added FSInitial-MR1.h
* fixed call option
* NH no longer needs mu_1 option
* processphysics and upated naming scheme
* WIP: Notes on using finite differencing for dS
* added print strain at every increment cl option
* MR cleaned. started CSV file but not quite there
* examples/solids: write csv file
can be read using pandas:
In [2]: pd.read_csv('test.csv')
Out[2]:
increment energy
0 0.000000 0.000000
1 0.066667 0.002402
[...]
* examples/solids: add targets for CSV logging and Altair chart
The MR data is currently hacked because it isn't converging as I'd expect.
* fixed style
* solids/doc: added derivation of dS for MR
* added analytical dS in Jacobian evaluation
* fixed style
* updated doc and energy plot for MR
* MR almost done
* started removing integer division
* got rid of all integer divisions
* missed some 1/3
* remove extra print statement
* added coulped MR FSInitial-MRc qfunction
* MR coupled version doc update
* refactored MR to work with current version of main. Updated doc with dS for MR
* fixed documentation formatting
* update dS for MR in documentation
* cleaning up MR dS equations and wording
* minor changes in doc
* MR dS draft 1"
* MR coded, jacobian diverging
* added FSInitial-MR1.h
* fixed call option
* NH no longer needs mu_1 option
* processphysics and upated naming scheme
* added print strain at every increment cl option
* MR cleaned. started CSV file but not quite there
* examples/solids: write csv file
can be read using pandas:
In [2]: pd.read_csv('test.csv')
Out[2]:
increment energy
0 0.000000 0.000000
1 0.066667 0.002402
[...]
* examples/solids: add targets for CSV logging and Altair chart
The MR data is currently hacked because it isn't converging as I'd expect.
* fixed style
* solids/doc: added derivation of dS for MR
* added analytical dS in Jacobian evaluation
* fixed style
* updated doc and energy plot for MR
* MR almost done
* started removing integer division
* got rid of all integer divisions
* missed some 1/3
* fixed some typo
* rerunning plot files
* Mooney-Rivlin coupled model
* some minor changes
* Mooney-Rivlin coupled model
* some clean-up and update
* clean-up, rebased
* examples/solids: revise docs/derivation and fix Newton
The (fixed) Newton linearization yields an indefinite operator causing
Newton to fail (so output/MR-strain1.csv is broken). This can be handled
by switching to minres, but a better solution would be nice.
* format: added newlines and removed unused/commented code blocks
* doc: removed GP model dropdown.
* examples/solids: Mooney-Rivlin docs/notation
* examples/solids: Mooney-Rivlin notation and experimental configuration
* examples/solids: process -dm_plex_box_faces with PETSc main
* make style
* examples/solids: syntax fix and minor cleanup
* make style
* doc: fixing Holzapfel ref in Mooney-Rivlin
* added TESTARGS for Mooney-Rivlin
* fixed TESTARGS for MR
* tests/tap.sh: make test for solids examples with names
* WIP: adding test option. added -expect_final_strain_energy and RegressionTests_solids function but not sure how to actually pull the reference strain energy from the reference file
* examples/solids: add regression tests using expected strain energy
* examples/solids: error on MMS with model that does not provide manufactured solutions
* examples/solids: fix HIP via CEED_QFUNCTION_HELPER
* update in-line comments
* changed as Jeremy suggested
* examples/solids: make style
Co-authored-by: Rezgar Shakeri <Rezgar.Shakeri@colorado.edu>
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| #
3d27b5be
|
| 31-Mar-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #708 from CEED/Add_ftr_cur_config
examples/solids: add current configuration for residual and Jacobian
* Add_ftr_cur_config: examples/solids: Add residual and Jacobian in curre
Merge pull request #708 from CEED/Add_ftr_cur_config
examples/solids: add current configuration for residual and Jacobian
* Add_ftr_cur_config: examples/solids: Add residual and Jacobian in current configuration Stricter field checking and better error messages
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 ...
|
| #
027bf2ba
|
| 30-Dec-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #681 from CEED/jed/doc-fixes
doc fixes
|
| #
022df0ce
|
| 29-Dec-2020 |
Jed Brown <jed@jedbrown.org> |
doc: sphinxcontrib-bitex 2.1.1 for latexpdf bug fix
|
| #
8e1e4076
|
| 28-Dec-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #680 from CEED/jed/sphinxcontrib-bibtex-2.1
doc: update to sphinxcontrib-bibtex 2.1
|
| #
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.
|
| #
3bc9cee3
|
| 15-Dec-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #671 from CEED/origin/jed/ci-github-ubuntu-20.04
CI: move GitHub Actions to ubuntu 20.04
|