MFC
Exascale flow solver
Loading...
Searching...
No Matches
m_finite_differences.fpp.f90 File Reference

Contains module m_finite_differences. More...

Go to the source code of this file.

Modules

module  m_finite_differences
 Finite difference operators for computing divergence of velocity fields.

Functions/Subroutines

subroutine m_finite_differences::s_compute_fd_divergence (div, fields, ix_s, iy_s, iz_s)
subroutine m_finite_differences::s_compute_finite_difference_coefficients (q, s_cc, fd_coeff_s, local_buff_size, fd_number_in, fd_order_in, offset_s)
 The purpose of this subroutine is to compute the finite- difference coefficients for the centered schemes utilized in computations of first order spatial derivatives in the s-coordinate direction. The s-coordinate direction refers to the x-, y- or z-coordinate direction, depending on the subroutine's inputs. Note that coefficients of up to 4th order accuracy are available.

Detailed Description

Contains module m_finite_differences.

Definition in file m_finite_differences.fpp.f90.