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)
 Accumulate the finite-difference divergence of a vector field onto a scalar field.
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)
 Compute the centered finite-difference coefficients for first-order spatial derivatives in the s-coordinate direction (x, y, or z). Supports up to 4th order accuracy.

Detailed Description

Contains module m_finite_differences.

Definition in file m_finite_differences.fpp.f90.