idefix icon indicating copy to clipboard operation
idefix copied to clipboard

A fast finite volume code designed to run on many architectures, such as GPU, CPU and manycores, using Kokkos.

Results 17 idefix issues
Sort by recently updated
recently updated
newest added

### Question Hi there, the documentation specifies that the reflective BC are identical to the outflow BC, except for the normal component of the velocity field which is systematically reversed....

question

### Question While it's good practice to pin down exact requirements for documentation builds in a requirement file (as we do now), in my experience this tends to not be...

question

Hello there, I noticed a weird line in the AddNonIdealMHDFlux function of the current master branch. https://github.com/idefix-code/idefix/blob/158f2aa3a35148bb2a992ae24bb8f813a5965034/src/fluid/addNonIdealMHDFlux.hpp#L261 I think it should rather be something like: ` localdmax += eta; `...

add self-gravity potential in the restart dump to get a good initial guess upon restarts

enhancement

### Describe the issue: The variable haveInitFlow and haveOutput have been confused in the following line, resulting in the impossible initialisation of the flow with a python function without the...

bug

Historically, Idefix has always required the user to specify the Grid and the boundary conditions in the 3 spatial directions regardless of the DIMENSIONS parameters. This has led to confusions...

enhancement

# Customization feature to choose a directory for dumping of log files Often having a custom directory for dumping of log files is very useful to have the code files...

enhancement

### Describe the issue: I think the inner radial boundary of the VSI setup is not correct (I hope I'm not being stupid again). [This line](https://github.com/idefix-code/idefix/blob/2f15373cb58387d67a91bd1e289416aab4813657/test/HD/VSI/setup.cpp#L48): ``` Vc(VX3,k,j,i) = R*Omega;...

bug

The default `tolerance=0` for Regression test is causing the following error. I guess this is because floating point numbers cannot be exactly compared. Here is the error message on running...