mef90 / vDef
Maintaining these pages
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
operator(.SymP.)
Interface
3 statements
Source File
m_MEF90_LinAlg.F90
m_MEF90_LinAlg
operator(.SymP.)
Contents
Module Procedures
SymPVect2D
SymPVect3D
SymPMatS2D
SymPMatS3D
public interface operator(.SymP.)
Module Procedures
public function
SymPVect2D
(V1, V2)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Vect2D
),
intent(in)
::
V1
type(
Vect2D
),
intent(in)
::
V2
Return Value
type(
MatS2D
)
public function
SymPVect3D
(V1, V2)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Vect3D
),
intent(in)
::
V1
type(
Vect3D
),
intent(in)
::
V2
Return Value
type(
MatS3D
)
public function
SymPMatS2D
(M1, M2)
Arguments
Type
Intent
Optional
Attributes
Name
type(
MatS2D
),
intent(in)
::
M1
type(
MatS2D
),
intent(in)
::
M2
Return Value
type(
Tens4OS2D
)
public function
SymPMatS3D
(M1, M2)
Arguments
Type
Intent
Optional
Attributes
Name
type(
MatS3D
),
intent(in)
::
M1
type(
MatS3D
),
intent(in)
::
M2
Return Value
type(
Tens4OS3D
)