symmetric_operator Abstract Interface

abstract interface

Abstract interfaces of deferred methods of conservative_object.

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

Arguments

Type IntentOptional AttributesName
class(conservative_object), intent(in) :: lhs

Left hand side.

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

Right hand side.

Return Value class(conservative_object), allocatable

Operator result.

Description

Symmetric operator cons.op.cons.