Victor Baconnet

Results 7 issues of Victor Baconnet

This PR gets rid of the internal BCs from the re2/rea formats. The idea is that the "classic" labels w,v,o,on,sym,shl (and its variations) are transformed into labeled zones with indices...

It would be nice to extend makeneko to compile e.g. `.cu` or `.hip` files to allow users to use their own device code without having to add it to the...

GPU

Adds some functionalities outlined in #1283 for using fields as an initial condition. Basically allows to initialize the simulation from `fld` or `chkp` files with the keyword `case..initial_condition.type = field`....

documentation
enhancement
don't merge

Added a log that shows which parameters were used with genmeshbox, to have a trace.

enhancement

Overloading some operators for the `vector_t` and `matrix_t` classes, and add some additional math routines like `cadd2`, `device_cadd2` (a(i) = b(i) + c) and `device_add3` (a(i) = b(i) + c(i))....

enhancement
GPU
NVIDIA
AMD
OpenCL

As the title says, I have encountered issues running with probes on Dardel (GPU and CPU) and LUMI-G. # Observed behaviour Simulation freezes and segfaults at `fgslib_findpts_setup` in [`global_interpolator`](https://github.com/ExtremeFLOW/neko/blob/f59f150912fae613eb29995b2bbea2b5d81014b6/src/common/global_interpolation.F90#L134). Only...

bug
Cray
AMD

With #1279 in preparation I thought it would be nice to be able to use a field file as an initial condition. A suggested plan for this would be (for...

enhancement