Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
tensor_exponential
Subroutine
MIT
39 statements
Source File
MathClass.f90
MathClass
tensor_exponential
Contents
None
public subroutine tensor_exponential(A, expA, TOL, itr_tol)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=8),
intent(in)
::
A
(:,:)
real(kind=8),
intent(inout),
allocatable
::
expA
(:,:)
real(kind=8),
intent(in)
::
TOL
integer,
intent(in)
::
itr_tol
Contents
None