ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
error_analysis::chi_square Interface Reference

Public Member Functions

character(len=132) function chi_square_float_type (reference_field, new_field, diff_counter, error_level)
 
character(len=132) function chi_square_vecflt_type (reference_field, new_field, diff_counter, error_level)
 
character(len=132) function chi_square_matflt_type (reference_field, new_field, diff_counter, error_level)
 
character(len=132) function chi_square_array3dflt_type (reference_field, new_field, diff_counter, error_level)
 
character(len=132) function chi_square_array4dflt_type (reference_field, new_field, diff_counter, error_level)
 
character(len=132) function chi_square_array5dflt_type (reference_field, new_field, diff_counter, error_level)
 
character(len=132) function chi_square_array6dflt_type (reference_field, new_field, diff_counter, error_level)
 
character(len=132) function chi_square_array7dflt_type (reference_field, new_field, diff_counter, error_level)
 

Detailed Description

Definition at line 61 of file error_analysis.f90.

Member Function/Subroutine Documentation

character(len = 132) function error_analysis::chi_square::chi_square_array3dflt_type ( real(r8), dimension(:, :, :), pointer  reference_field,
real(r8), dimension(:, :, :), pointer  new_field,
integer(itm_i4)  diff_counter,
real(r8)  error_level 
)

Definition at line 1329 of file error_analysis.f90.

character(len = 132) function error_analysis::chi_square::chi_square_array4dflt_type ( real(r8), dimension(:, :, :, :), pointer  reference_field,
real(r8), dimension(:, :, :, :), pointer  new_field,
integer(itm_i4)  diff_counter,
real(r8)  error_level 
)

Definition at line 1372 of file error_analysis.f90.

character(len = 132) function error_analysis::chi_square::chi_square_array5dflt_type ( real(r8), dimension(:, :, :, :, :), pointer  reference_field,
real(r8), dimension(:, :, :, :, :), pointer  new_field,
integer(itm_i4)  diff_counter,
real(r8)  error_level 
)

Definition at line 1417 of file error_analysis.f90.

character(len = 132) function error_analysis::chi_square::chi_square_array6dflt_type ( real(r8), dimension(:, :, :, :, :, :), pointer  reference_field,
real(r8), dimension(:, :, :, :, :, :), pointer  new_field,
integer(itm_i4)  diff_counter,
real(r8)  error_level 
)

Definition at line 1464 of file error_analysis.f90.

character(len = 132) function error_analysis::chi_square::chi_square_array7dflt_type ( real(r8), dimension(:, :, :, :, :, :, :), pointer  reference_field,
real(r8), dimension(:, :, :, :, :, :, :), pointer  new_field,
integer(itm_i4)  diff_counter,
real(r8)  error_level 
)

Definition at line 1513 of file error_analysis.f90.

character(len = 132) function error_analysis::chi_square::chi_square_float_type ( real(r8), intent(in)  reference_field,
real(r8), intent(in)  new_field,
integer(itm_i4)  diff_counter,
real(r8)  error_level 
)

Definition at line 1223 of file error_analysis.f90.

character(len = 132) function error_analysis::chi_square::chi_square_matflt_type ( real(r8), dimension(:, :), pointer  reference_field,
real(r8), dimension(:, :), pointer  new_field,
integer(itm_i4)  diff_counter,
real(r8)  error_level 
)

Definition at line 1288 of file error_analysis.f90.

character(len = 132) function error_analysis::chi_square::chi_square_vecflt_type ( real(r8), dimension(:), pointer  reference_field,
real(r8), dimension(:), pointer  new_field,
integer(itm_i4)  diff_counter,
real(r8)  error_level 
)

Definition at line 1249 of file error_analysis.f90.


The documentation for this interface was generated from the following file: