plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
tensordot
Function
MIT
11 statements
Source File
ElastoPlasticityClass.f90
ElastoPlasticityClass
tensordot
Contents
public function tensordot(a_ij, b_ij) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
a_ij
(:,:)
real(kind=real64),
intent(in)
::
b_ij
(:,:)
Return Value
real(kind=real64)