You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Terms3D need to implement 3 important functions:
compute_convective_flux( state , normal )
compute_riemann_flux( left_state, right_state, normal )
compute_diffusive_flux( state, normal )
A few other functions to be implemented involve more
setting the correct things in the states and gradients of states.
Look at the 2D implementation. There I used some premade functions from the kernel library. However, you can just implement things immediately in the 3 above mentioned important functions.
Of course I will be available for help.
The text was updated successfully, but these errors were encountered: