Yvan Fournier
Yvan Fournier
##### Describe the issue I would be interested in using gdbgui to debug multiple processes started with MPI. This is similar to closed issue #183, to which I added the...
Currently, for Large Eddy Simulations, subgrid flux of scalars are obtained using a constant subgrid Prandtl number (default value is 1). It would be interesting to have more options as...
Postprocessing output of boundary fields is quite limited. The GUI should allow selecting boundary fields in a more consistent manner with volume fields. Preliminary work on this has been done...
On "axysymmetric" cases (where the mesh uses a radially extruded slice, with symmetry on the sides), the wall distance approximated by a diffusion equation (in ``distpr``) can be imprecise, with...
Currently, the cell->vertices to face->cells and face->vertices connectivity conversion is done in the proprocessor. Migrating this to the solver requires modifying the preprocessor reader, but would have several advantages: -...
Hello, I am trying to use AMGX_config_add_parameters to modify the solver tolerance (which I need to do in my code to adjust the tolerance to the right-hand side normalization), with...
**Describe the issue** Using a matrix loaded with the `AMGX_matrix_upload_distributed` function, I obtain the following message on each MPI rank : ``` Caught amgx exception: Vector size too small: not...
When compiling with CUDA 13, I get the following error ``` Umpire/src/umpire/op/CudaAdviseOperation.cpp:24:66: error: could not convert 'device' from 'int' to 'cudaMemLocation' 24 | cudaError_t error = ::cudaMemAdvise(src_ptr, length, m_advice, device);...