feltor icon indicating copy to clipboard operation
feltor copied to clipboard

Numerical methods for edge and scrape-off layer blob and turbulence simulations. Homepage:

Results 4 feltor issues
Sort by recently updated
recently updated
newest added

Adds a CMake build system that may be used to build the `feltor` executable and all `dg` benchmarks and tests. The project can be built with first a 'configure' step:...

Using HIP (AMD's answer to CUDA) https://github.com/ROCm/hip https://rocm.docs.amd.com/projects/HIP/en/latest/what_is_hip.html we should be able to write a backend for AMD GPUs This is because the existing CUDA code-base should be easily convertible...

With clang++-19 we can compile on linux but on macos we get errors due to - a clash of libc++ with libcudacxx - missing `cyl_bessel_i` functions We cannot fix the...

wontfix
compiler-issue

Currently, the dg library and its components have to be used using `FetchContent` or CPM by downstream users in their cmake files because we do not provide install rules. If...

enhancement
feature-request