Closed anshchaube closed 5 months ago
Is your feature request related to a problem? Please describe. We are looking to use dsavg on the host side in Cardinal.
dsavg
Describe the solution you'd like The addition of a handle for dsavg in nekInterfaceAdapter.cpp
nekInterfaceAdapter.cpp
Additional context This will allow us to have a clean way to do a dsavg (nek::dsavg(u);) on the host and avoid code duplication at our end.
nek::dsavg(u);
cc @aprilnovak @yslan
Is your feature request related to a problem? Please describe. We are looking to use
dsavg
on the host side in Cardinal.Describe the solution you'd like The addition of a handle for
dsavg
innekInterfaceAdapter.cpp
Additional context This will allow us to have a clean way to do a dsavg (
nek::dsavg(u);
) on the host and avoid code duplication at our end.cc @aprilnovak @yslan