Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

xcompact3d/Incompact3d

fangjian19 created a review on a pull request on xcompact3d/Incompact3d

View on GitHub

fangjian19 created a review on a pull request on xcompact3d/Incompact3d

View on GitHub

fangjian19 created a review comment on a pull request on xcompact3d/Incompact3d
particle_active added

View on GitHub

fangjian19 created a review on a pull request on xcompact3d/Incompact3d

View on GitHub

fangjian19 created a comment on a pull request on xcompact3d/Incompact3d
> I have suggested some modifications. I have not yet looked at `particle.f90`. I have an error with the following build command : > > ``` > rm -rf ./build/ && FC=mpif90 cmake -S ./ -B ./build ...

View on GitHub

mathrack created a comment on a pull request on xcompact3d/Incompact3d
There are plenty of unresolved comments, I think there is no need for a new review right now

View on GitHub

fangjian19 created a review comment on a pull request on xcompact3d/Incompact3d
done.

View on GitHub

fangjian19 created a review on a pull request on xcompact3d/Incompact3d

View on GitHub

fangjian19 created a review comment on a pull request on xcompact3d/Incompact3d
not sure where this comes from. I copied and paster the original case-TGV file without any changes. I will try to overwrite the file with orginial.

View on GitHub

fangjian19 created a review on a pull request on xcompact3d/Incompact3d

View on GitHub

fangjian19 created a review comment on a pull request on xcompact3d/Incompact3d
remove Particle-Tracking from test_full.

View on GitHub

fangjian19 created a review on a pull request on xcompact3d/Incompact3d

View on GitHub

mathrack created a review on a pull request on xcompact3d/Incompact3d
I have suggested some modifications. I have not yet looked at `particle.f90`. I have an error with the following build command : ``` rm -rf ./build/ && FC=mpif90 cmake -S ./ -B ./build -DBUILD_T...

View on GitHub

mathrack created a review comment on a pull request on xcompact3d/Incompact3d
Please add a comment describing the objective of the function and the limitations (`yy1` and `yy2` must be 3D arrays with the same size)

View on GitHub

mathrack created a review comment on a pull request on xcompact3d/Incompact3d
I think the variable `var1` is not really needed

View on GitHub

mathrack created a review comment on a pull request on xcompact3d/Incompact3d
Replace `1e-16_mytype` with `epsilon(xx)` ?

View on GitHub

mathrack created a review comment on a pull request on xcompact3d/Incompact3d
This is looking like a duplicate of `psum`

View on GitHub

mathrack created a review comment on a pull request on xcompact3d/Incompact3d
Please add a comment explaining why the printed data size is limited to the second dimension of the array

View on GitHub

mathrack created a review comment on a pull request on xcompact3d/Incompact3d
The code below is duplicated. Please refactor or use a dedicated subroutine.

View on GitHub

mathrack created a review comment on a pull request on xcompact3d/Incompact3d
The code below is duplicated. Please refactor or use a dedicated subroutine.

View on GitHub

mathrack created a review comment on a pull request on xcompact3d/Incompact3d
Are we sure this statement based on the value of `mytype` is portable ?

View on GitHub

mathrack created a review comment on a pull request on xcompact3d/Incompact3d
The temporary variable `vta` seems useless. Is ti possible to use directly `table` ?

View on GitHub

mathrack created a review comment on a pull request on xcompact3d/Incompact3d
Unused variable

View on GitHub

mathrack created a review comment on a pull request on xcompact3d/Incompact3d
Return statement is not needed at the end of a function / subroutine

View on GitHub

mathrack created a review comment on a pull request on xcompact3d/Incompact3d
Unused variable `nvar` currently.

View on GitHub

mathrack created a review comment on a pull request on xcompact3d/Incompact3d
Please make the size of the output explicit so that it is easier to read / understand the function

View on GitHub

mathrack created a review comment on a pull request on xcompact3d/Incompact3d
Please make the size of the output explicit so that it is easier to read / understand the function

View on GitHub

mathrack created a review comment on a pull request on xcompact3d/Incompact3d
Please use similar names, the current naming convention is not looking consistent compared with the other interfaces.

View on GitHub

mathrack created a review on a pull request on xcompact3d/Incompact3d
I have suggested some modifications. I have not yet looked at `particle.f90`. I can not test the code. I am using the following build command : ``` rm -rf ./build/ && FC=mpif90 cmake -S ./ -B ./...

View on GitHub

mathrack created a review on a pull request on xcompact3d/Incompact3d
I have suggested some modifications. I have not yet looked at `particle.f90`. I can not test the code. I am using the following build command : ``` rm -rf ./build/ && FC=mpif90 cmake -S ./ -B ./...

View on GitHub

Load more