Lines Matching refs:qweight
4 def buildmats(qref, qweight, mat_dtype="float64"): argument
17 qweight[0] = 25. / 96.
18 qweight[1] = 25. / 96.
19 qweight[2] = -27. / 96.
20 qweight[3] = 25. / 96.
52 def buildmatshdiv(qref, qweight, mat_dtype="float64"): argument
65 qweight[0] = 1.
66 qweight[1] = 1.
67 qweight[2] = 1.
68 qweight[3] = 1.
92 def buildmatshcurl(qref, qweight, mat_dtype="float64"): argument
105 qweight[0] = 25. / 96.
106 qweight[1] = 25. / 96.
107 qweight[2] = -27. / 96.
108 qweight[3] = 25. / 96.