Andre Nogueira Souza
Andre Nogueira Souza
is this still an issue?
is this still an issue?
Definitely one of the many interesting things about 3D turbulence is how quickly the small scales show up as compared to the 2D one! I am still working on getting...
Tentative to-do list - Surface Buoyancy Relaxation - Quadratic Drag - Check output in simple case
For the explicit terms I mean something like the low storage runge kutta schemes. For the implicit terms, in addition to direct solvers, it would be good to have iterative...
Something like what is on pages 62-64 of the Nodal Discontinuous Galerkin Methods book by Jan S. Hesthaven and Tim Warburton. See, for example, line 424 of https://github.com/sandreza/NodalDiscontinuousGalerkin/blob/master/src/utils.jl
O.o The zero confuses me
@leios Oh wait, found it: https://github.com/CliMA/Impero.jl/blob/master/src/abstract_core.jl#L64 I think there was a reason for adding the zero previously right?
Cool idea! previously it was called @wrapper because it literally created a struct called Wrapper that plays nice with the syntax tree. I wonder if the struct needs to be...
Definitely food for thought