File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
version : 8
15
15
- uses : actions/setup-node@v4
16
16
with :
17
- node-version : 20
17
+ node-version : 22
18
18
cache : " pnpm"
19
19
- run : pnpm install
20
20
- run : pnpm run build
Original file line number Diff line number Diff line change 8
8
- " @prettier/plugin-pug"
9
9
10
10
- repo : https://github.com/pre-commit/pre-commit-hooks
11
- rev : v4.5 .0
11
+ rev : v4.6 .0
12
12
hooks :
13
13
- id : check-yaml
14
14
- id : end-of-file-fixer
15
15
- id : trailing-whitespace
16
16
- id : mixed-line-ending
17
17
18
18
- repo : https://github.com/python-jsonschema/check-jsonschema
19
- rev : 0.28.1
19
+ rev : 0.28.4
20
20
hooks :
21
21
- id : check-github-workflows
22
22
ci :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ features:
22
22
title : DuneCopasi FEM Solver
23
23
description : >
24
24
The <a href="https://dune-copasi.netlify.app">dune-copasi</a> solver is used to simulate models.
25
- This solves the PDE on a triangular mesh using finite element discretization methods.
25
+ This solves the PDE on a tetrahedral mesh using finite element discretization methods.
26
26
See the <a href="https://spatial-model-editor.readthedocs.io/en/stable/reference/dune.html">simulator documentation</a>
27
27
for more information on the available options when using it in the GUI.
28
28
For more technical information about the DuneCopasi solver itself,
Original file line number Diff line number Diff line change 13
13
url : " https://spatial-model-editor.readthedocs.io"
14
14
links :
15
15
" Spatial Model Editor " : https://spatial-model-editor.readthedocs.io/en/stable/quickstart/get-started.html
16
- " Python interface: sme " : https://spatial-model-editor.readthedocs.io/en/stable/sme/sme.html
17
- " Python extras: sme-contrib" : https://sme-contrib.readthedocs.io
16
+ " sme ( Python interface) " : https://spatial-model-editor.readthedocs.io/en/stable/sme/sme.html
17
+ " sme-contrib (Python extras) " : https://sme-contrib.readthedocs.io
18
18
- title : Python interface
19
19
icon : bi-braces
20
20
url : " https://pypi.org/project/sme"
You can’t perform that action at this time.
0 commit comments