nekRS icon indicating copy to clipboard operation
nekRS copied to clipboard

our next generation fast and scalable CFD code

Results 31 nekRS issues
Sort by recently updated
recently updated
newest added

When building the multigrid levels, I saw some negative jacobian. ``` Nq: 8 cubNq: 11 J in range [2.15238e-06,0.204362] and max Skew = 292.403 ... =============BUILDING MULTIGRID LEVEL OF DEGREE...

nekRS currently requires that the boundary IDs be ordered sequentially beginning with 1. However, many mesh generation tools do not impose such a requirement, necessitating extra care from the user...

enhancement

- [ ] Replace cds->gsh by cds->gsh[] + eliminate cds->gshT - [ ] For cds kernels using p_Nq or p_subNq we have to use an array of kernel pointers! -...

Requires https://github.com/Nek5000/nekRS/issues/186

NekRS currently writes the total flops for the simulation (presumably skipping the setup phase). It would be nice to also have "flops per rank" written out so that grep -iIR...

This fixes two minor compiler warnings.

This is a working in progress draft PR preparing for the next release. Original code is from Victor Mateevitsi (@mvictoras) ## Feature Enable on-the-fly visualization directly rendered on device without...