G. P. Müller

Results 69 issues of G. P. Müller

Your library works very nicely for a spatial distribution of 1D (i.e. scalar) data! However, the transformation of 3D (i.e. vector) data can be more tricky, if the data is...

So far, nested namespaces are the only feature I'm missing in ChaiScript (previously suggested as an improvement here: https://github.com/ChaiScript/ChaiScript/issues/113#issuecomment-253235451). I wasn't yet able to find any "nice" way to substitute...

- [x] add C++ format linting and clang-tidy reporting for the core library - [x] add C++ format linting and clang-tidy reporting for the ImGUI - [x] add Python format...

core
ui-cpp
ui-python
CI
core-python-api

**Note: this API requires Python3** A set of classes to provide a more pythonic API. This class-based API should not be used in parallel with the functional API, as it...

enhancement
refactoring
core-python-api

The assign and reduce parallelisation functions can now handle arbitrary numbers of function arguments, which are forwarded to the lambda. Therefore, the lambda is now placed before the variadic arguments....

core
refactoring

Originally posted by **Sid281216** February 8, 2022 in discussion #612 Hi, Equations in the documentation does not appear : in .mk files after build on windows, and on the readthedocs...

question
documentation

Maybe this is not so doable currently. The C++17 Filesystem TS might be a possibility...

bug
enhancement
core

General --------------------------------------- - [ ] save the GUI layout and settings and read it back in on startup - [x] dockable and floatable windows Visualisation --------------------------------------- - [x] take a...

ui-cpp
feature-request

The [`IO_System_From_Config`](https://github.com/spirit-code/spirit/blob/master/core/src/Spirit/IO.cpp#L34-L81) API function should be improved by either logging cases that are not supported or by adding support for them: - `if (chain->images[i]->nos != system->nos) return 0;` should change...

core-c-api

See https://eigen.tuxfamily.org/dox/group__TutorialGeometry.html

enhancement
core
core-cuda