FVENS icon indicating copy to clipboard operation
FVENS copied to clipboard

Finite volume Euler / Navier-Stokes solver

Results 4 FVENS issues
Sort by recently updated
recently updated
newest added

Currently, for getting multi-process performance, the cells in the mesh need to pre-ordered by partition index. An interface with Scotch is envisaged to remove this requirement and partition the mesh...

enhancement

In implicit solves, reordering does not work with multi-process runs. The solver diverges with NaN/Inf in the first iteration. This is related to the fact that only "serial" or local...

enhancement

When any case is run with implicit time-stepping using more than one MPI rank, using the BAIJ matrix type for the Jacobian matrices results in a runtime error by PETSc....

bug

Fix needless copies in * Weighted least-squares reconstruction: final assignment of gradients to output variables * ~~viscous flux computation: before passing for conversion to primitve-2~~ * ~~MUSCL Van-Albada reconstruction~~

performance-bug