Python / FEM / fc_vfemP1_surface package
The fc_vfemp1_surface Python package is an experimental add-on to the fc_vfemp1 package dedicated
to solve surface BVP.
Snapshots
Current development release
|
|
|
|
|
Version | date | archives | User’s Guide |
|
|
|
|
0.0.1 | August 18, 2017 | (12 Ko)
| (8028 Ko)
|
|
|
|
|
|
This package was tested under Ubuntu 14.04 LTS with Python 3.6.0.
Installation under Linux
Installation from archive under Linux
Save the required archive in a folder.
- For an installation which isolated to the current user, one can do :
$ pip install <PATH_TO_FOLDER>/fc_vfemp1_surface-<VERSION>.tar.gz --user
where <PATH_TO_FOLDER> will be replaced by the path to the saved archive and <VERSION> by the
version of the archive.
- For an installation for all users, one can do :
$ sudo pip install <PATH_TO_FOLDER>/fc_vfemp1_surface-<VERSION>.tar.gz
Version history
- 0.0.1 (August 18, 2017) : first published version.