Matthias Möller

Results 21 issues of Matthias Möller

Dear Ole, I like remark very much and use it for lecturing since about half a year. Would it be possible to insert a drawable canvas in a slide so...

feature
waiting-for-input
doc-wiki

I very much like the underlying concepts of `units` and investigate the possibilities to integrate it into our simulation codes, which make heavy use of expression template libraries like `Eigen`,...

bug
ready to close

I succeeded in compiling LIKWID (latest checkout of the master branch) on my Tegra TK1 (``uname -a`` reports ``Linux tegra3 3.10.40 #1 SMP PREEMPT Thu Nov 13 11:48:25 UTC 2014...

When running the following code with the official binary `cling_2020-11-05_ROOT-centos7` ```cpp #include #include std::future f2 = std::async(std::launch::async, []{ return 8; }); ``` I am receiving the following error ``` IncrementalExecutor::executeFunction:...

I will be using INGInious for a C++ programming course as web-based code development platform (see #371). Are there any plans to integrate - JavaScript based slideshow tools like **Remark**...

The `fixpnt` type lacks a file `math/complex.hpp` (as it is available for posits and cfloats) with the functionality to create complex numbers, e.g., by providing real and imaginary parts. Thanks...

bug

XBraid extension added This extension implements a multigrid-reduction-in-time (MGRIT) algorithm for solving transient problems efficiently. It provides a G+Smo wrapper for XBraid (https://github.com/XBraid/xbraid) and an example application for the heat...

Compiling G+Smo with ```GISMO_BUILD_PCH=ON``` fails with the following error: ``` make gsView VERBOSE=1 /usr/bin/cmake -H/home/gismo/gismo -B/home/gismo/gismo/build-2 --check-build-system CMakeFiles/Makefile.cmake 0 make -f CMakeFiles/Makefile2 gsView make[1]: Entering directory '/home/gismo/gismo/build-2' /usr/bin/cmake -H/home/gismo/gismo -B/home/gismo/gismo/build-2...

bug

Dear all, there seems to be a bug in the poisson2_example.cpp file which only shows when compiled in `Debug` mode. The code compiles fine but give the following error when...

bug