Home
last modified time | relevance | path

Searched refs:total (Results 1 – 21 of 21) sorted by relevance

/libCEED/tests/
H A Dt553-operator-f.f9035 real*8 total variable
130 total=0.
132 total=total+hv(voffset+i)
134 if (abs(total-1.)>1.0d-10) then
136 write(*,*) 'Computed Area: ',total,' != True Area: 1.0'
153 total=0.
155 total=total+hv(voffset+i)
157 if (abs(total-1.)>1.0d-10) then
159 write(*,*) 'Computed Area Fine Grid: ',total,' != True Area: 1.0'
170 total=0.
[all …]
H A Dt550-operator-f.f9038 real*8 total
141 total=0.
143 total=total+hv(voffset+i)
145 if (abs(total-2.)>1.0d-10) then
147 write(*,*) 'Computed Area: ',total,' != True Area: 1.0'
164 total=0.
166 total=total+hv(voffset+i)
168 if (abs(total-2.)>1.0d-10) then
170 write(*,*) 'Computed Area Fine Grid: ',total,' != True Area: 1.0'
181 total=0.
[all …]
H A Dt552-operator-f.f9041 real*8 total
151 total=0.
153 total=total+hv(voffset+i)
155 if (abs(total-2.)>1.0d-10) then
157 write(*,*) 'Computed Area: ',total,' != True Area: 1.0'
174 total=0.
176 total=total+hv(voffset+i)
178 if (abs(total-2.)>1.0d-10) then
180 write(*,*) 'Computed Area Fine Grid: ',total,' != True Area: 1.0'
191 total=0.
[all …]
H A Dt505-operator-f.f9031 real*8 total
113 total=0.
115 total=total+hv(voffset+i)
117 if (abs(total-1.)>1.0d-10) then
119 write(*,*) 'Computed Area: ',total,' != True Area: 1.0'
128 total=-nu
130 total=total+hv(voffset+i)
132 if (abs(total-1.)>1.0d-10) then
134 write(*,*) 'Computed Area: ',total,' != True Area: 1.0'
H A Dt530-operator-f.f9032 real*8 total
150 total=0.
152 total=total+vv(voffset+i)
154 if (abs(total-1.)>1.0d-14) then
156 write(*,*) 'Error: True operator computed area = ',total,' != 1.0'
173 total=0.
175 total=total+vv(voffset+i)
177 if (abs(total-1.)>1.0d-10) then
179 write(*,*) 'Error: Assembled operator computed area = ',total,' != 1.0'
H A Dt532-operator-f.f9032 real*8 total
168 total=0.
170 total=total+vv(voffset+i)
172 if (abs(total-1.)>1.0d-10) then
174 write(*,*) 'Error: True operator computed area = ',total,' != 1.0'
214 total=0.
216 total=total+vv(voffset+i)
218 if (abs(total-1.)>1.0d-10) then
220 write(*,*) 'Error: Assembled operator computed area = ',total,' != 1.0'
H A Dt524-operator-f.f9052 real*8 total
240 total=0.
242 total=total+hv(voffset+i)
244 if (abs(total-1.)>1.0d-10) then
246 write(*,*) 'Computed Area: ',total,' != True Area: 1.0'
256 total=-ndofs
258 total=total+hv(voffset+i)
260 if (abs(total-1.)>1.0d-10) then
262 write(*,*) 'Computed Area: ',total,' != True Area: 1.0'
H A Dt503-operator-f.f9031 real*8 total
111 total=0.
113 total=total+hv(voffset+i)
115 if (abs(total-1.)>1.0d-10) then
117 write(*,*) 'Computed Area: ',total,' != True Area: 1.0'
H A Dt501-operator-f.f9031 real*8 total
111 total=0.
113 total=total+hv(voffset+i)
115 if (abs(total-1.)>1.0d-10) then
117 write(*,*) 'Computed Area: ',total,' != True Area: 1.0'
H A Dt511-operator-f.f9041 real*8 total
140 total=0.
142 total=total+hv(voffset+i)
144 if (abs(total-1.)>1.0d-10) then
146 write(*,*) 'Computed Area: ',total,' != True Area: 1.0'
H A Dt521-operator-f.f9052 real*8 total
237 total=0.
239 total=total+hv(voffset+i)
241 if (abs(total-1.)>1.0d-10) then
243 write(*,*) 'Computed Area: ',total,' != True Area: 1.0'
H A Dt522-operator-f.f9052 real*8 total
242 write(*,*) 'Computed: ',total,' != True: 0.0'
/libCEED/python/tests/
H A Dtest-5-operator.py209 total = 0.0
211 total = total + v_array[i]
212 assert abs(total - 1.0) < TOL
396 total = 0.0
398 total = total + v_array[i]
399 assert abs(total - 1.0) < TOL
561 total = 0.0
563 total = total + v_array[i]
564 assert abs(total - 1.0) < TOL
572 total = -nu
[all …]
/libCEED/benchmarks/
H A DREADME.md14 `-n 16` is the total number of processors and `-p 16` is the number
/libCEED/examples/fluids/
H A Dindex.md28 …}$ is the vector velocity field), $E$ the total energy density (defined as $E = \rho e$, where $e$…
522 A simplified version of system {eq}`eq-ns`, only accounting for the transport of total energy, is g…
529 In this particular test case, a blob of total energy (defined by a characteristic radius $r_c$) is …
533 In this case, a uniform circular velocity field transports the blob of total energy.
538 … rectilinear velocity field, enters the domain and transports the blob of total energy out of the …
H A DREADME.md302 …ensity $\rho$ and momentum density $\rho \bm u$ constant while advecting "total energy density" $E…
/libCEED/examples/python/
H A Dtutorial-2-elemrestriction.ipynb176 "# In this 1D example, there are three elements (four nodes in total) \n",
/libCEED/doc/sphinx/source/
H A DlibCEEDdev.md83 … performance by eliminating intermediate data structures and reducing the total number of kernel l…
109 …ent `j` can be found in the Q-vector at index `i + Q*j`, where `Q` is the total number of quadratu…
/libCEED/julia/LibCEED.jl/src/
H A DElemRestriction.jl363 Get the total number of elements in the range of an [`ElemRestriction`](@ref).
/libCEED/examples/solids/
H A Dindex.md226 In the *total Lagrangian* approach for the Neo-Hookean hyperelasticity problem, the discrete equati…
231 The strong form of the static balance of linear-momentum at *finite strain* (total Lagrangian) is g…
/libCEED/
H A DDoxyfile2493 # but if the number exceeds 15, the total amount of fields shown is limited to