Skip to content

Commit

Permalink
Merge branch 'develop' into 263-move-data-contribution-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
lberti authored Sep 5, 2023
2 parents 021ad25 + 44c5cca commit f141230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/mor/modules/ROOT/pages/thermalbuilding/index.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= Thermal simulation of 3D building
= 3D thermal simulation of a building
:stem: latexmath
:page-tags: case
:page-illustration: thermalbuilding/3d_building.png
:description: We create a reduced order model for the thermal simulation of a 3D building using the stationary heat equation.
:description: We use a reduced order model for the 3D thermal simulation of a building using the stationary heat equation.
:uri-data: https://github.com/feelpp/feelpp/blob/develop/mor/examples/thermalbuilding/
:page-jupyter: true

Expand Down
2 changes: 1 addition & 1 deletion docs/mor/modules/ROOT/partials/girder_fpp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ import requests
r=requests.get(girder_path)
with open(fpp_name,'wb') as f:
f.write(r.content)
----
----

0 comments on commit f141230

Please sign in to comment.