mef90 / vDef
Maintaining these pages
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
operator(-)
Interface
3 statements
Source File
m_MEF90_LinAlg.F90
m_MEF90_LinAlg
operator(-)
Contents
Module Procedures
DifVect2D
DifVect3D
DifMat2D
DifMat3D
DifMatS2D
DifMatS3D
DifTens4OS2D
DifTens4OS3D
public interface operator(-)
Module Procedures
public function
DifVect2D
(V1, V2)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Vect2D
),
intent(in)
::
V1
type(
Vect2D
),
intent(in)
::
V2
Return Value
type(
Vect2D
)
public function
DifVect3D
(V1, V2)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Vect3D
),
intent(in)
::
V1
type(
Vect3D
),
intent(in)
::
V2
Return Value
type(
Vect3D
)
public function
DifMat2D
(M1, M2)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Mat2D
),
intent(in)
::
M1
type(
Mat2D
),
intent(in)
::
M2
Return Value
type(
Mat2D
)
public function
DifMat3D
(M1, M2)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Mat3D
),
intent(in)
::
M1
type(
Mat3D
),
intent(in)
::
M2
Return Value
type(
Mat3D
)
public function
DifMatS2D
(M1, M2)
Arguments
Type
Intent
Optional
Attributes
Name
type(
MatS2D
),
intent(in)
::
M1
type(
MatS2D
),
intent(in)
::
M2
Return Value
type(
MatS2D
)
public function
DifMatS3D
(M1, M2)
Arguments
Type
Intent
Optional
Attributes
Name
type(
MatS3D
),
intent(in)
::
M1
type(
MatS3D
),
intent(in)
::
M2
Return Value
type(
MatS3D
)
public function
DifTens4OS2D
(T1, T2)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Tens4OS2D
),
intent(in)
::
T1
type(
Tens4OS2D
),
intent(in)
::
T2
Return Value
type(
Tens4OS2D
)
public function
DifTens4OS3D
(T1, T2)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Tens4OS3D
),
intent(in)
::
T1
type(
Tens4OS3D
),
intent(in)
::
T2
Return Value
type(
Tens4OS3D
)