|
Neko 1.99.3
A portable framework for high-order spectral element flow simulations
|
User callback for overset-interface morphing and boundary-value updates. More...
Public Member Functions | |
| subroutine | morph_overset_interface (interface_dof, interface_field, interface_mask, time, bc_name, find_interface) |
Implementations may update interface coordinates and/or prescribed interface field values before interpolation is evaluated.
| [in,out] | interface_dof | Interface coordinates as a vector list (x, y, z). To be updated in the routine |
| [in,out] | interface_field | Interface boundary field values |
| [in] | interface_mask | Mask describing active interface degrees of freedom. |
| [in] | time | Current simulation time state. |
| [in] | bc_name | Name of the boundary condition invoking the callback. |
| [in,out] | find_interface | Set to .true. when interpolation points must be rediscovered after coordinate changes. |
Definition at line 135 of file overset_interface.f90.
|
virtual |
Definition at line 135 of file overset_interface.f90.