Searched defs:slpwBC (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/common/ |
| H A D | slpwBC.f | 1 subroutine slpwBC(nslpw,ihis,iBCg,BCg,BCtmpg,iBC,BC,wlnorm) subroutine 5 integer nslpw,ihis,iBCg,iBC 6 real*8 BCg(ndofBC) 7 real*8 BCtmpg(ndof+7) 8 real*8 BC(ndofBC) 9 real*8 wlnorm(3,9) 10 real*8 c4,c5,c6,c7 11 real*8 c8,c9,c10,c11 12 real*8 c12,c13,c14,c15 13 real*8 ck1,ck2,ck3 [all …]
|