Finite Element Domain Decomposition Library
FEDDLib
Loading...
Searching...
No Matches
cnurb.h
1
2! Real values
3
4 real*8 UU1 ,UU2 ,PP1 ,QQ2
5 common /rnurb/ UU1(300),UU2(300),PP1(600),QQ2(600)
6
7 real*8 dxdxi ,dxidx
8 common /rnurb/ dxdxi(3,3),dxidx(3,3)
9
10! Integer values
11
12 integer nurnp
13 common /inurb/ nurnp
14
15 integer iq1, iq2, iq3
16 common /inurb/ iq1, iq2, iq3
17
18 integer numnsd
19 common /inurb/ numnsd
20
21 integer nurbk
22 common /inurb/ nurbk
23
24 integer ns2
25 common /inurb/ ns2(300)
26
27 integer kdiv, lenkt
28 common /inurb/ kdiv, lenkt
29
30 integer lkdim , estart
31 common /inurb/ lkdim(3), estart
32
33 integer mxcp,mxel,mxce,mxee
34 common /inurb/ mxcp,mxel,mxce,mxee
35
36 integer onumnp,onumel,onen1,onen,onneq,ovneq, npl_int,t_ma
37 common /inurb/ onumnp,onumel,onen1,onen,onneq,ovneq, npl_int,t_ma
38
39 integer cetype,sdim
40 common /inurb/ cetype,sdim
41
42! Edges
43
44 integer nurstr
45 common /inurb/ nurstr
46
47! Logical values
48
49 logical knotfl,nsidfl,nblkfl,nlodfl, gmvfl, ndisfl
50 common /lnurb/ knotfl,nsidfl,nblkfl,nlodfl, gmvfl, ndisfl
51
52 logical nactb , oldtf, npatfl, blockfl
53 common /lnurb/ nactb(3), oldtf, npatfl, blockfl
54
55! Plot values
56
57 integer nd_lin, ne_lin
58 common /pnurb/ nd_lin, ne_lin
59
60! NEW MESH VALUES
61
62! Integer values
63
64 integer nnurnp,nnside
65 common /inurbn/ nnurnp,nnside
66
67! integer nmcp
68! common /inurbn/ nmcp(120)
69
70 integer tsplnp, tsplel, tfile, tsplce
71 common /inurbn/ tsplnp, tsplel, tfile, tsplce(10)
72
73 integer tsplee, tsplty
74 common /inurbn/ tsplee(200), tsplty(200)
75
76! PLOT MESH COORDINATES
77
78 integer numpln,nnpl
79 common /inurbp/ numpln,nnpl