#include "implicit_f.inc"
Go to the source code of this file.
◆ calcmatb()
| subroutine calcmatb |
( |
integer | nel, |
|
|
| f, |
|
|
| fp, |
|
|
| matb ) |
Definition at line 38 of file calcmatb.F.
39
40
41
42#include "implicit_f.inc"
43
44
45
46 INTEGER NEL
48 . f(nel, 3,3), fp(nel, 3,3)
49
50
51
53 . matb(nel, 3,3)
54
55 INTEGER I
57 . invfpo(nel, 3,3) , fe(nel, 3,3), fet(nel, 3,3)
58
59
60
61
62
64 CALL prodmat (f , invfpo, fe, nel)
65
67 RETURN
subroutine kmatinv3(mat, ainv, nel)
subroutine prodaat(a, c, nel)
subroutine prodmat(a, b, c, nel)