Andre Nogueira Souza

Results 11 issues of Andre Nogueira Souza

Currently there is work in progress for adding surface wave effects with the LESbrary; this issue is orthogonal to that. The idea is to enhance the (simple) 2-day etc. suites...

This PR adds idealized mesoscale resolving zonally re-entrant channels to the library. The first stage is to define a function whose input is a few control parameters and whose output...

Currently the examples still use plots. We should replace it with Makie instead

At some point, it would be good to think critically about how to obtain a higher-order time-stepping scheme for nonlinear diffusivities as well as finding methods for testing such ideas....

We should do some quantitative comparisons with other implementations of KPP! Anything currently being planned?

Here is a sketch of a struct that preallocates all scratch arrays for intermediate representations of functions ```julia import Base: + using BenchmarkTools, Test, LinearAlgebra struct Add{S,T,V} term1::S term2::T scratch::V...

It would be useful to highlight some of the features of tensor product domains such as how to define a domain, how to use the info function, and how to...

It would be fun to automatically compute the Jacobian of a system. See, https://www.youtube.com/watch?v=Jd55bul1VHo&list=LLgZNqOTjfpe0ZLhZTMcrZag&index=6&ab_channel=Computerphile for inspiration

We need to have a way of specifying annotations for things like operator splitting and implicit timestepping for particular terms of an equation

This would include more examples both in the repo and the docs