github-actions[bot] on gh-pages
Deploying to gh-pages from @ fe… (compare)
vincentchabannes on develop
up Toolbox json Meshes up Toolox fluid add example and 3 more (compare)
vincentchabannes on toolboxes
up doc fix docker tag show how to reinstall and 4 more (compare)
dependabot[bot] on github_actions
Bump JamesIves/github-pages-dep… (compare)
github-actions[bot] on gh-pages
Deploying to gh-pages from @ fe… (compare)
github-actions[bot] on gh-pages
Deploying to gh-pages from @ fe… (compare)
prudhomm on npm_and_yarn
prudhomm on develop
Bump convict from 6.2.2 to 6.2.… (compare)
prudhomm on npm_and_yarn
prudhomm on develop
Bump asciidoctor-emoji from 0.3… (compare)
vhuber@pc9-ubuntu-16:~% docker run -it -v feel:/feel feelpp/feelpp-toolboxes
# Feel++ applications -*- mode: markdown -*-
This image provides the Feel++ applications in
. advection
. fluid mechanics
. solid mechanics
. fluid-structure interaction
. thermodynamics
. thermoelectric
The testcases are in $HOME/Testcases/ and the results will be stored in
/feel.
Follow the steps described in
https://book.feelpp.org/content/en/03-modeling/
to use our toolboxes.
feelpp@2f832b98b7b2:~$ feelpp_toolbox_fsi_3d
[ Starting Feel++ ] application application_fsi version 0.102.00 date 2017-Mar-21
terminate called after throwing an instance of 'boost::filesystem::filesystem_error'
what(): boost::filesystem::create_directory: Permission denied: "/feel/application_fsi"
ls -ld feel
says ?
docker run -it -v $HOME/feel:/feel feelpp/feelpp-toolboxes
fixes that
chown user:agroup
to chown user:user
to make it work
http://book.feelpp.org/07-quickref/spaces.adoc