Luca Bertagna
Luca Bertagna
Not sure if this option was there from the beginning, but I found out that using ```let g:NERDSpaceDelims = 1``` solves the issue, so I'm going to close this.
I think we need both filters, space and time. The two are however orthogonal: filtering the tests by input files size is useful to segregate large files in a different...
The L1L2 tests are not run, but the full Stokes tests are technically still running. Is there any value in keeping them? I guess not having developed anything in the...
We already have a Navier Stokes test in the demo PDE library. Is this similar (except for the nonlinear diffusion)? If the overlap is large, then we don't really need...
Can we at least make the compilation of stokes stuff conditional to some cmake var (e.g., LANDICE_ENABLE_LEGACY_CODE)? This way we keep the code (and can enable it in some nightlies),...
@bartgol and @ikalash are going to start on this, as soon as #356 goes in master. If you have opinions/concerns/suggestions, please, share them here soon. If we don't hear anything,...
Closing, and moving discussion on action items to #680.
I was thinking about this for a coupled 2D-3D problem in FELIX. I have never used teko (should look into that), so my tentative solution would have been to build...
So, in another project (it is public, so you can check it out: E3SM-Project/scream), they have successfully added Kokkos as a dependency in their travic CI build. This makes me...
In my understanding, the MultiSTKFieldContainer is used to split the solution into different components, and save them individually. It is, I think, I useful tool. In a Stokes solver, e.g.,...