Frédéric Simonis

Results 137 issues of Frédéric Simonis

_This is supposed to be primarily a place to discuss this_ **Please describe the problem you are trying to solve.** The preCICE configuration uses an attribute-heavy XML style, while XML...

usability
maintainability
breaking change

**Describe your setup** preCICE Version: 2.2.0 **Describe the problem** Using a `` requires to define `read-data`-tags for the `source-data`. If the `read-data` tags are not present, preCICE will crash with...

bug
configuration

**Please describe the problem you are trying to solve.** Currently, the configuration of preCICE is directly tied into the parsing of the XML file. This consists out of: * libxml2...

maintainability
configuration

**Describe your setup** preCICE Version: 2.3.0 **Describe the problem** The C++ API allows multiple instances of the `precice::SolverInterface`. While not supported in the back-end yet #655, this is possible use-case...

bug
good first issue
breaking change

**STATUS Nov 2018: Not able to compile due to a compiler bug.** I am currently trying to build precice natively on Windows 10 using Visual Studio 2017 Community Edition. I...

help wanted
building
usability
documentation

**Describe the problem** Some serial tests directly used `resetMesh`, which is not supported. I disabled these tests in #1099. We should investigate and salvage these tests.

maintainability

**Question** How do I cite boost.geometry as a project? **Potential Solution** Include a bibtex reference item in your readme, wiki, or as a separate file. **Background** I would like to...

Using the caching functionality of the action various times using different working-directories leads to incorrectly restored caches. First workflow runs and caches `website/vendor/bundle` ```yml - uses: ruby/setup-ruby@v1 with: bundler-cache: true...

Fortran may sound a bit outdated but it is still widely used in simulation software as it is often a more natural fit for the application experts. I personally came...

I am working with a boost test suite, which needs to run under some conditions. There is currently no way of checking these conditions and exiting early, while keeping the...

discussion