Loading [MathJax]/extensions/tex2jax.js
MFC: Post-Process
High-fidelity multiphase flow simulation
All Classes Namespaces Files Functions Variables Pages
m_helper_basic Module Reference

Functions/Subroutines

logical function, public f_approx_equal (a, b, tol_input)
 This procedure checks if two floating point numbers of wp are within tolerance.
 
logical function, public f_is_default (var)
 Checks if a real(wp) variable is of default value.
 
logical function, public f_all_default (var_array)
 Checks if ALL elements of a real(wp) array are of default value.
 
logical function, public f_is_integer (var)
 Checks if a real(wp) variable is an integer.
 
subroutine, public s_configure_coordinate_bounds (weno_polyn, buff_size, idwint, idwbuff, viscous, bubbles_lagrange, m, n, p, num_dims)
 

Function/Subroutine Documentation

◆ f_all_default()

logical function, public m_helper_basic::f_all_default ( real(wp), dimension(:), intent(in) var_array)

Checks if ALL elements of a real(wp) array are of default value.

Parameters
var_arrayArray to check.
Here is the call graph for this function:

◆ f_approx_equal()

logical function, public m_helper_basic::f_approx_equal ( real(wp), intent(in) a,
real(wp), intent(in) b,
real(wp), intent(in), optional tol_input )

This procedure checks if two floating point numbers of wp are within tolerance.

Parameters
aFirst number.
bSecond number.
tol_inputRelative error (default = 1e-6_wp).
Returns
Result of the comparison.
Here is the caller graph for this function:

◆ f_is_default()

logical function, public m_helper_basic::f_is_default ( real(wp), intent(in) var)

Checks if a real(wp) variable is of default value.

Parameters
varVariable to check.
Here is the call graph for this function:
Here is the caller graph for this function:

◆ f_is_integer()

logical function, public m_helper_basic::f_is_integer ( real(wp), intent(in) var)

Checks if a real(wp) variable is an integer.

Parameters
varVariable to check.
Here is the call graph for this function:

◆ s_configure_coordinate_bounds()

subroutine, public m_helper_basic::s_configure_coordinate_bounds ( integer, intent(in) weno_polyn,
integer, intent(inout) buff_size,
type(int_bounds_info), dimension(3), intent(inout) idwint,
type(int_bounds_info), dimension(3), intent(inout) idwbuff,
logical, intent(in) viscous,
logical, intent(in) bubbles_lagrange,
integer, intent(in) m,
integer, intent(in) n,
integer, intent(in) p,
integer, intent(in) num_dims )