Lines Matching refs:qref
1 function build_mats_hdiv(qref, qweight, ::Type{T}=Float64) where {T} argument
6 qref[1, 1] = -1.0/sqrt(3.0)
7 qref[1, 2] = qref[1, 1]
8 qref[1, 3] = qref[1, 1]
9 qref[1, 4] = -qref[1, 1]
10 qref[2, 1] = -qref[1, 1]
11 qref[2, 2] = -qref[1, 1]
12 qref[2, 3] = qref[1, 1]
13 qref[2, 4] = qref[1, 1]
21 x1 = qref[1, i]
22 x2 = qref[2, i]
42 function build_mats_hcurl(qref, qweight, ::Type{T}=Float64) where {T} argument
47 qref[1, 1] = 0.2
48 qref[1, 2] = 0.6
49 qref[1, 3] = 1.0/3.0
50 qref[1, 4] = 0.2
51 qref[2, 1] = 0.2
52 qref[2, 2] = 0.2
53 qref[2, 3] = 1.0/3.0
54 qref[2, 4] = 0.6
62 x1 = qref[1, i]
63 x2 = qref[2, i]