real_operator_cons Abstract Interface

abstract interface

Abstract interfaces of deferred methods of conservative_object.

private function real_operator_cons(lhs, rhs) result(operator_result)

Arguments

Type IntentOptional AttributesName
real(kind=R8P), intent(in) :: lhs

Left hand side.

class(conservative_object), intent(in) :: rhs

Right hand side.

Return Value class(conservative_object), allocatable

Operator result.

Description

Operator real.op.cons.