-
Here's a more structured approach to describe and manage these datasets:
### Dataset Structure
1. **Dataset Naming Convention:**
- Each dataset should be named uniquely.
- The dataset na…
-
I do not success on installing this plugin on my mac.
My book compile well on [gitbook](http://book.feelpp.org/content/) and on an ubuntu.
I have followed [this tuto](https://www.npmjs.com/package/git…
-
```
When using
mesh = createGMSHMesh ( _mesh = new mesh_type,
_desc = MyGeo( ),
_update=MESH_RENUMBER|MESH_UPDATE_EDGES|MESH_UPDATE_FACES|ME…
-
We would like to remove the scaling of the spring example. The `unit` defined at the first line of `docs/modules/centerlines/examples/spring/spring.geo` should be `0.1` instead of `10`.
This would …
-
```
The MatrixShell is not supported by the PETSc solvers. We need to make the link
with the PETSc MATSHELL
data structure.
```
Original issue reported on code.google.com by `christop...@feelpp.org`…
-
```
For domain decomposition, we need to be able to manipulate the dof with respect
to the topological entities of the domain:
* interior dof
* face dof
* edge dof
* vertex dof
this is required…
-
We have this error when use for example clang7 compiler and the stdlib of gcc84 :
```
Linking CXX shared library libfeelpp_fmi4cpp.so
/usr/bin/ld: cannot find -lc++fs
clang-7: error: linker comma…
-
```
OneLab is a lightweight framework for co-simulation
have .ol file generated automatically for each application
This would enable feel++ for
- R&D departments
- Teaching
```
Original issue rep…
-
```
Openturns 0.1 cannot be build with python 3.2
It has been build with python 2.7.
(for Debian see: https://github.com/dbarbier/deb-ot
and Bug#670066)
On machines with python 3.xx installed it wou…
-
```
What steps will reproduce the problem?
1. destroy and re-create the backend at each time iteration
memory grows after each delete/construct
VD: create a testcase to reproduce
```
Original issue…