On the google group there have been a few questions asking about calculating the minimum or maximum of a field to use in some model.
This is possible, but kinda a pain for a user to implement (have to look at active lanes in vectorized array, communicate between MPI processes, and do it within solveIncrement.cc).
On the google group there have been a few questions asking about calculating the minimum or maximum of a field to use in some model.
This is possible, but kinda a pain for a user to implement (have to look at active lanes in vectorized array, communicate between MPI processes, and do it within
solveIncrement.cc
).