Computation of the advection term. More...
Functions/Subroutines | |
subroutine | compute_ugradphi_weno5 (phi, velocity, time_step, ugradphi, band) |
Compute the \( \vec{u} \cdot \nabla \phi \) term with a WENO5 scheme. | |
subroutine | interpolate_vector_face_to_cell_order4 (face_field, field_cell) |
Interpolate at the cell centers a vector field defined on faces. Fourth order version. | |
Computation of the advection term.
subroutine mod_lsm_compute_ugradphi::interpolate_vector_face_to_cell_order4 | ( | type(t_face_field), intent(in) | face_field, |
double precision, dimension(:,:,:,:), intent(inout) | field_cell ) |
Interpolate at the cell centers a vector field defined on faces. Fourth order version.
[in] | face_field | The x,y,z components tensor on the faces. |
[in,out] | field_cell | The (x,y,z) component tensor on the cells (nx,ny,nz) |