field_add_real Function

public pure function field_add_real(self, a)

Arguments

Type IntentOptional Attributes Name
class(field_type), intent(in) :: self
real, intent(in) :: a(:,:,:)

Return Value class(field_type), allocatable


Contents