Spencer Bryngelson

Results 234 comments of Spencer Bryngelson

@boombiubla I thought I would circle back to this. I have not had a chance to do too much more testing on this problem. My suspicion is that the problem...

@boombiubla we may have found the issue with your configuration. Will update soon.

We are looking into this @boombiubla -- can you comment on what else you tried? We believe the method is "doing its job", so for this problem it may be...

Still more dead code! But going in the right direction.

Lots of good examples out there in the wild. For example: `https://github.com/ComputationalRadiationPhysics/picongpu/blob/master/CONTRIBUTING.md` and `https://github.com/ComputationalRadiationPhysics/picongpu/blob/master/docs/COMMIT.md`, but there are many more.

This above doesn't even mention the fact that this same problem is repeated in the pre-process and post-process codes. So we effectively do EoS independently in like 8 places (or...

The probably is probably best addressed (after discussion with @anandrdbz) by creating pointers, assigned in `initialize_module` that point to specific functions for computing the pressure (associated with the `E_idx`) from...

This has similarities to new issue MFlowCode/MFC-develop#18 Thus - it also should probably not be addressed until GPU branch is merged.

@henryleberre @anandrdbz the code seems to have grown since I opened this last year. ``` 41882 total 5454 ./simulation/m_rhs.f90 4686 ./simulation/m_riemann_solvers.fpp 2754 ./simulation/m_cbc.f90 2473 ./simulation/m_data_output.f90 2432 ./pre_process/m_initial_condition.fpp 2161 ./simulation/m_mpi_proxy.fpp 2118...

Deleting this in favor of other more specific issues