Finite Element Domain Decomposition Library
FEDDLib
Loading...
Searching...
No Matches
qudshp.h
1
2 logical quad, ttfl, nurbfl, vemfl
3 common /qudshpa/ quad, ttfl, nurbfl, vemfl
4
5 real*8 jac
6 integer lint, npm, nvn
7 common /qudshp0/ jac(125), lint, npm, nvn
8
9 real*8 sg1 , shp1
10 common /qudshp1/ sg1(2,20), shp1(2,20,20)
11
12 real*8 sg2 , el2 , shp2
13 common /qudshp2/ sg2(3,64), el2(4,16), shp2(3,64,64)
14
15 real*8 sg3 , el3 , shp3
16 common /qudshp3/ sg3(4,125), el3(5,16), shp3(4,125,125)
17
18 real*8 shps2
19 common /qudshp4/ shps2(3,64,64)
20
21 real*8 s1w , s2w , s3w
22 common /qudshpn/ s1w(2,20), s2w(2,20), s3w(2,20)
23
24 real*8 shpm
25 common /qudshpm/ shpm(125,125)
26
27 real*8 hsize ,hksize ,xx0 ,dist_min
28 common /qudhsiz/ hsize(2),hksize(2),xx0(3),dist_min
29
30 real (kind=8) :: sigp , epsp
31 common /qudshpp/ sigp(10,125), epsp(6,125)
32
33 integer sa , ga, la, lint1, lint2, lint3
34 common /qudshpi/ sa(125), ga, la, lint1, lint2, lint3
35
36 real (kind=8) :: phi , press , dvol
37 common /qudshp5/ phi(10,125), press(125), dvol(125)
38
39! Projection arrays for local least-squares
40
41 real (kind=8) :: matnp ,prjnp
42 common /qudshp6/ matnp(125,125),prjnp(125)