Aditya Pandare
Aditya Pandare
This parser issue will be eliminated with https://github.com/quinoacomputing/quinoa/issues/555
This will also involve using the refined `elemblockid` to re-initialize solutions in `Refiner::writeMesh()` and `Refiner::nodeinit()`. Currently these functions are not using the updated `elemblockid` for post-AMR initialization. - `nodeinit()` is...
See https://github.com/quinoacomputing/quinoa/pull/576
Suggestion by @ZwFink and @ericjbohm to set `MPI_POST_RECV 1` [here](https://github.com/UIUC-PPL/charm/blob/main/src/arch/mpi/machine.C#L146) did not help.
@airaudofacundo, considering that the initial density for each solid is uniform (for now at least), would storing a single value for each material be sufficient? i.e. is my understanding correct,...
Done in https://github.com/quinoacomputing/quinoa/commit/bc0df3aedaedc79aaa109e0d2314db500a593b26. Initial density of material specified as a solid eos-parameter inside the material block as ``` rho0 = { 1234.56, 67.8, ... } ``` The number of entries...
It would be better to compute `rho0` based on the initial state and store it, rather than accept it as a user input.
Done in https://github.com/quinoacomputing/quinoa/commit/9763cfeb9a4a05abf49f4fec29ea66418f3d1fb0.
Halfway there after https://github.com/quinoacomputing/quinoa/pull/605 was merged.