Loading [MathJax]/extensions/tex2jax.js
MFC: Simulation
High-fidelity multiphase flow simulation
All Classes Namespaces Files Functions Variables Pages
m_finite_differences.fpp.f90 File Reference

Modules

module  m_finite_differences
 

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, 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.