virtual_test_bed icon indicating copy to clipboard operation
virtual_test_bed copied to clipboard

Use general field transfers more often

Open GiudGiud opened this issue 1 year ago • 0 comments

Reason

The legacy transfers (geometricInterpolation, simple NN, etc) do not support distributed mesh. When doing HPC testing, we use very processors and cannot replicate the mesh. The simple solution is to use the general field transfers

Design

Modify inputs to use the general field transfers. One benefit that arises is that the old transfers do not have integrated diagnostics, so we find issues with the models in this transition.

Impact

Faster and lower memory

GiudGiud avatar Jan 10 '25 13:01 GiudGiud