atl_kerneldata_update_estimates Subroutine

public subroutine atl_kerneldata_update_estimates(statedata, kerneldata)

Arguments

Type IntentOptional Attributes Name
type(atl_statedata_type), intent(in) :: statedata

The statedata to update the estimates for.

maxgrad of kerneldata will be recomputed according to the statedata.

type(atl_kerneldata_type), intent(inout) :: kerneldata

The kerneldata storing the estimates, this will be updated according to the data provided in statedata.