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
Vect2DQuot
Vect3DQuot
Mat2DQuot
Mat3DQuot
MatS2DQuot
MatS3DQuot
Tens4OS2DQuot
Tens4OS3DQuot
public interface operator(/)
Module Procedures
public function
Vect2DQuot
(V1, D1)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Vect2D
),
intent(in)
::
V1
real(kind=C_DOUBLE),
intent(in)
::
D1
Return Value
type(
Vect2D
)
public function
Vect3DQuot
(V1, D1)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Vect3D
),
intent(in)
::
V1
real(kind=C_DOUBLE),
intent(in)
::
D1
Return Value
type(
Vect3D
)
public function
Mat2DQuot
(M1, D1)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Mat2D
),
intent(in)
::
M1
real(kind=C_DOUBLE),
intent(in)
::
D1
Return Value
type(
Mat2D
)
public function
Mat3DQuot
(M1, D1)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Mat3D
),
intent(in)
::
M1
real(kind=C_DOUBLE),
intent(in)
::
D1
Return Value
type(
Mat3D
)
public function
MatS2DQuot
(M1, D1)
Arguments
Type
Intent
Optional
Attributes
Name
type(
MatS2D
),
intent(in)
::
M1
real(kind=C_DOUBLE),
intent(in)
::
D1
Return Value
type(
MatS2D
)
public function
MatS3DQuot
(M1, D1)
Arguments
Type
Intent
Optional
Attributes
Name
type(
MatS3D
),
intent(in)
::
M1
real(kind=C_DOUBLE),
intent(in)
::
D1
Return Value
type(
MatS3D
)
public function
Tens4OS2DQuot
(T1, D1)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Tens4OS2D
),
intent(in)
::
T1
real(kind=C_DOUBLE),
intent(in)
::
D1
Return Value
type(
Tens4OS2D
)
public function
Tens4OS3DQuot
(T1, D1)
Arguments
Type
Intent
Optional
Attributes
Name
type(
Tens4OS3D
),
intent(in)
::
T1
real(kind=C_DOUBLE),
intent(in)
::
D1
Return Value
type(
Tens4OS3D
)