x3d2
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Program
vector_norm_squared_op
Interface
10 statements
Source File
backend.f90
m_base_backend
vector_norm_squared_op
Contents
None
interface
public function vector_norm_squared_op(self, a, b, c) result(norm_squared)
Arguments
Type
Intent
Optional
Attributes
Name
class(
base_backend_t
)
::
self
class(
field_t
),
intent(in)
::
a
class(
field_t
),
intent(in)
::
b
class(
field_t
),
intent(in)
::
c
Return Value
real(kind=dp)
Description
Computes the global discrete squared norm of a three-component field.