-
OpenTURNS is compiled with libceres support on Ubuntu. Unfortunately this lib depends on google glog and hence clashes with Feel++ google glog. However Feel++ google glog has been adapted to enable lo…
-
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…
-
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…
-
**Is your feature request related to a problem ? Please describe.**
Would it be possible to have C++ or Python codes as inputs for Feel++ apps in MSO4SC
**Describe the solution you'd like**
Inste…
-
Hi @Mogztter
is it already possible to embed an image in a jupyter notebook using this extension ?
that would be great!
I use already env-github and env-vscode to detect github or vscode and pro…
-
```
It would be nice to add these functionalities
1- sequential assembly even though the mesh is parallel (ie do only the local matrix assembly and no communication to create the full matrix
2- Fusio…
-
with converting antora page have `include::example$` or `include::partial$` the path are not properly resolved and the inclusion fails in the jupyter notebook.
an example is here https://docs.feelp…
-
```
What steps will reproduce the problem?
1. compile feel_doc_laplacian or feel_doc_myfunctionspace
2. execute
It seems that with g++ 4.7 something is fishy with the code generation of
Cst. Somehow…
-
**Is your feature request related to a problem ? Please describe.**
Currently the way we get to output from Feel++ apps is cumbersome and not very user friendly
We should be able to retrieve the dat…
-
If the number of materials is too high, and we use generic symbols in the model part (ex: materials_sigma), the performance suffers a lot and parallel computing does not scale. We found this problem o…