Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bleyerj committed Sep 12, 2024
1 parent ea469da commit c811259
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 15 deletions.
44 changes: 32 additions & 12 deletions _downloads/31a9e294e673fb32f9b65e25ced74980/bound_constrained.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ $\newcommand{\bsig}{\boldsymbol{\sigma}}

```{seealso}
For more details about JAX-based implementation of constitutive equations, we refer to Andrey's Latyshev work at https://github.com/a-latyshev/dolfinx-external-operator.
For more details about JAX-based implementation of constitutive equations, we refer to:
- the `dolfinx_materials` library:
* [Online documentation](https://bleyerj.github.io/dolfinx_materials)
* Repository https://github.com/bleyerj/dolfinx_materials
- Andrey's Latyshev work at https://github.com/a-latyshev/dolfinx-external-operator.
```

## Nonlinear constitutive models in FEniCS
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,16 @@ <h1>Linear viscoelasticity with JAX <span class="far fa-star"></span><span class
</div>
<div class="admonition seealso">
<p class="admonition-title">See also</p>
<p>For more details about JAX-based implementation of constitutive equations, we refer to Andrey’s Latyshev work at <a class="github reference external" href="https://github.com/a-latyshev/dolfinx-external-operator">a-latyshev/dolfinx-external-operator</a>.</p>
<p>For more details about JAX-based implementation of constitutive equations, we refer to:</p>
<ul class="simple">
<li><p>the <code class="docutils literal notranslate"><span class="pre">dolfinx_materials</span></code> library:</p>
<ul>
<li><p><a class="reference external" href="https://bleyerj.github.io/dolfinx_materials">Online documentation</a></p></li>
<li><p>Repository <a class="github reference external" href="https://github.com/bleyerj/dolfinx_materials">bleyerj/dolfinx_materials</a></p></li>
</ul>
</li>
<li><p>Andrey’s Latyshev work at <a class="github reference external" href="https://github.com/a-latyshev/dolfinx-external-operator">a-latyshev/dolfinx-external-operator</a>.</p></li>
</ul>
</div>
<section id="nonlinear-constitutive-models-in-fenics">
<h2>Nonlinear constitutive models in FEniCS<a class="headerlink" href="#nonlinear-constitutive-models-in-fenics" title="Link to this heading">#</a></h2>
Expand Down

0 comments on commit c811259

Please sign in to comment.