Skip to content

Commit

Permalink
rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Nov 7, 2022
1 parent 6578fdf commit 6e26658
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ directory=toolboxes/solid/sensor/P1
case.discretization=P1 #P1,P2

[solid]
filename=$cfgdir/capteur.json
filename=$cfgdir/sensor.json


material_law=StVenantKirchhoff# StVenantKirchhoff, NeoHookean
Expand Down
14 changes: 7 additions & 7 deletions examples/modules/csm/pages/sensor/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Next we download the study configuration and simulate it
[source,python]
----
sensorcfg=feelpp.download("github:{repo:toolbox,path:examples/modules/csm/examples/sensor/}", worldComm=app.worldCommPtr())[0] # <1>
sensorcfg+='/capteur.cfg' # <2>
sensorcfg+='/sensor.cfg' # <2>
if os.path.exists(sensorcfg): # <3>
app.setConfigFile(sensorcfg) # <4>
s = solid(dim=3) # <5>
Expand All @@ -94,11 +94,11 @@ if os.path.exists(sensorcfg): # <3>
[ Starting Feel++ ] application feelpp_toolbox_solid version 0.1 date 2022-Nov-07
. feelpp_toolbox_solid files are stored in /scratch/jupyter/feelppdb/np_1
.. logfiles :/scratch/jupyter/feelppdb/np_1/logs
Reading /scratch/jupyter/feelppdb/downloads/sensor/capteur.cfg...
Reading /scratch/jupyter/feelppdb/downloads/sensor/sensor.cfg...
solid(3,1)
[modelProperties] Loading Model Properties : "/scratch/jupyter/feelppdb/downloads/sensor/capteur.json"
[loadMesh] Loading Gmsh compatible mesh: "/scratch/jupyter/feelppdb/downloads/solid/meshes/capteur.msh"
[loadMesh] Loading Gmsh compatible mesh: "/scratch/jupyter/feelppdb/downloads/solid/meshes/capteur.msh" done
[modelProperties] Loading Model Properties : "/scratch/jupyter/feelppdb/downloads/sensor/sensor.json"
[loadMesh] Loading Gmsh compatible mesh: "/scratch/jupyter/feelppdb/downloads/solid/meshes/sensor.msh"
[loadMesh] Loading Gmsh compatible mesh: "/scratch/jupyter/feelppdb/downloads/solid/meshes/sensor.msh" done
============================================================

time simulation: 0.05s/0.61s with step: 0.05
Expand Down Expand Up @@ -146,8 +146,8 @@ time simulation: 0.44999999999999996s/0.61s with step: 0.05

The case data files are available in Github link:{uri-data}/sensor/[here]

* link:{uri-data}/sensor/capteur.cfg[CFG file] - [link:{uri-data-edit}/sensor/capteur.cfg[Edit the file]]
* link:{uri-data}/sensor/capteur.json[JSON file] - [link:{uri-data-edit}/sensor/capteur.json[Edit the file]]
* link:{uri-data}/sensor/sensor.cfg[CFG file] - [link:{uri-data-edit}/sensor/sensor.cfg[Edit the file]]
* link:{uri-data}/sensor/sensor.json[JSON file] - [link:{uri-data-edit}/sensor/sensor.json[Edit the file]]

== Model/Geometry

Expand Down

0 comments on commit 6e26658

Please sign in to comment.