MONC
Modules | Functions/Subroutines
localreduce-operator.F90 File Reference

Go to the source code of this file.

Modules

module  localreduce_operator_mod
 Performs a local reduction, reducing a local array into a single scalar value.
 

Functions/Subroutines

subroutine, public localreduce_operator_mod::perform_localreduce_operator (io_configuration, field_values, action_attributes, source_monc_location, source_monc, operator_result_values)
 Executes this local reduction operator. More...
 
real(kind=default_precision) function localreduce_operator_mod::do_local_reduction (data, reduction_operator)
 Does the actual local reduction, translating the array into a vector based upon the operator. More...
 
type(list_type) function, public localreduce_operator_mod::localreduce_operator_get_required_fields (action_attributes)
 Retrieves the list of fields needed by this operator for a specific configuration. More...