Home
last modified time | relevance | path

Searched full:diff (Results 1 – 25 of 90) sorted by relevance

1234

/libCEED/examples/solids/
H A Dindex.md164 \diff \bm{\sigma} = \dfrac{\partial \bm{\sigma}}{\partial \bm{\epsilon}} \tcolon \diff \bm{\epsilon}
170 \diff \bm{\epsilon} = \dfrac{1}{2}\left( \nabla \diff \bm{u} + \nabla \diff \bm{u}^T \right)
176 \diff \nabla \bm{u} = \nabla \diff \bm{u} .
182 \diff \bm{\sigma} = \bar{\lambda} \cdot \operatorname{trace} \diff \bm{\epsilon} \cdot \bm{I}_3 + …
197 \diff \sigma_{11} \\
198 \diff \sigma_{22} \\
199 \diff \sigma_{33} \\
200 \diff \sigma_{23} \\
201 \diff \sigma_{13} \\
202 \diff \sigma_{12}
[all …]
/libCEED/tests/
H A Dt208-elemrestriction-f.f9020 real*8 diff variable
59 diff=yy(yoffset+indx+1)
60 diff=diff-a(ind(k*elemsize+i+1)+1)
61 if (abs(diff) > 1.0D-15) then
78 diff=xx(xoffset+i)
80 diff=diff-2*(10+i-1)
82 diff=diff-(10+i-1)
84 if (abs(diff) > 1.0D-15) then
H A Dt202-elemrestriction-f.f9020 real*8 diff variable
58 diff=yy(yoffset+indx+1)
59 diff=diff-a(ind(k*elemsize+i+1)+1)
60 if (abs(diff) > 1.0D-15) then
77 diff=xx(xoffset+i)
79 diff=diff-2*(10+i-1)
81 diff=diff-(10+i-1)
83 if (abs(diff) > 1.0D-15) then
H A Dt108-vector-f.f909 real*8 norm,diff variable
32 diff = norm - 45.
33 if (abs(diff)>1.0D-14) then
40 diff = norm - sqrt(285.)
41 if (abs(diff)>1.0D-6) then
48 diff = norm - 9.
49 if (abs(diff)>1.0D-14) then
H A Dt101-vector-f.f9010 real*8 diff variable
33 diff=b(boffset+i)-10-i
34 if (abs(diff)>1.0D-15) then
47 diff=b(boffset+i)-val
48 if (abs(diff)>1.0D-15) then
H A Dt109-vector-f.f9011 real*8 diff variable
33 diff=c(coffset+3)+3.14
34 if (abs(diff)>1.0D-15) then
44 diff=a(5)+3.14
45 if (abs(diff)<1.0D-15) then
H A Dt201-elemrestriction-f.f9018 real*8 diff variable
48 diff=yy(yoffset+i*layout(1)+j*layout(2)+k*layout(3)+1)
49 diff=diff-a(i*strides(1)+j*strides(2)+k*strides(3)+1)
50 if (abs(diff) > 1.0D-15) then
H A Dt119-vector-f.f9011 real*8 diff variable
32 diff=1./(real(10+i,8))-b(i+boffset)
33 if (abs(diff)>1.0D-15) then
35 write(*,*) 'Error reading array b(',i,')=',b(i+boffset),diff
H A Dt323-basis-f.f9040 real*8 val,diff variable
81 diff=val-ooutput(0*q+i+ooffset)
82 if (abs(diff)>1.0d-10) then
89 diff=val-ooutput(1*q+i+ooffset)
90 if (abs(diff)>1.0d-10) then
H A Dt100-vector-f.f9011 real*8 diff variable
31 diff=b(i+boffset)-10-i
32 if (abs(diff)>1.0D-15) then
H A Dt124-vector-f.f909 real*8 diff variable
30 diff=a(i+aoffset)-3*i
31 if (abs(diff)>1.0D-15) then
H A Dt104-vector-f.f9010 real*8 diff variable
31 diff=a(3)+3.14
32 if (abs(diff)>1.0D-15) then
H A Djunit_common.py131 """Absolute tolerance for CGNS diff"""
417 str: Diff output between result and expected CSVs
490 str: Diff output between result and expected CGNS files
512 str: Diff output between result and expected ASCII files
516 diff = list(difflib.unified_diff(test_file.read_text().splitlines(keepends=True),
520 return ''.join(diff)
678 diff = list(difflib.unified_diff(ref_stdout.read_text().splitlines(keepends=True),
682 if diff:
683 test_case.add_failure_info('stdout', output=''.join(diff))
700 diff = diff_csv(
[all …]
H A Dt522-operator-f.f9056 external setup,diff
126 call ceedqfunctioncreateinterior(ceed,1,diff,&
128 &//'t522-operator.h:diff'//char(0),qf_difftet,err)
143 ! ---- diff Tet
190 call ceedqfunctioncreateinterior(ceed,1,diff,&
192 &//'t522-operator.h:diff'//char(0),qf_diffhex,err)
207 ! ---- diff Hex
230 ! Apply diff Operator
H A Dt103-vector-f.f9012 real*8 diff variable
37 diff=yy(i+yoffset)-10-i
38 if (abs(diff)>1.0D-15) then
H A Dt105-vector-f.f9011 real*8 diff variable
35 diff = c(i+coffset)-(9+i)
36 if (abs(diff)>1.0D-15) then
H A Dt106-vector-f.f9011 real*8 diff variable
42 diff = b(i+boffset)-(9+i)
43 if (abs(diff)>1.0D-15) then
H A Dt209-elemrestriction-f.f9018 real*8 diff variable
46 diff=1+offset-mm(i+moffset)
47 if (abs(diff) > 1.0D-15) then
H A Dt200-elemrestriction-f.f9018 real*8 diff variable
49 diff=10+i/2-yy(i+yoffset)
50 if (abs(diff) > 1.0D-15) then
H A Dt535-operator.c80 // QFunction - setup diff in main()
86 // Operator - setup diff in main()
100 CeedQFunctionAddInput(qf_apply, "diff q data", dim * (dim + 1) / 2, CEED_EVAL_NONE); in main()
109 …CeedOperatorSetField(op_apply, "diff q data", elem_restriction_q_data_diff, CEED_BASIS_NONE, q_dat… in main()
/libCEED/examples/rust/ex3-volume/src/
H A Dmain.rs11 // 3D body using matrix-free application of a mass + diff operator. Arbitrary
136 // QFunction that builds the quadrature data for the mass + diff operator in example_3()
147 // Diff in example_3()
160 // Diff in example_3()
188 // Diff in example_3()
229 // Operator that build the quadrature data for the mass + diff operator in example_3()
243 // Compute the quadrature data for the mass + diff operator in example_3()
249 // QFunction that applies the mass + diff operator in example_3()
260 // Diff in example_3()
269 // Diff in example_3()
[all …]
/libCEED/examples/rust/ex3-volume-vector/src/
H A Dmain.rs11 // 3D body using matrix-free application of a mass + diff operator. Arbitrary
138 // QFunction that builds the quadrature data for the mass + diff operator in example_3_vector()
149 // Diff in example_3_vector()
162 // Diff in example_3_vector()
190 // Diff in example_3_vector()
231 // Operator that build the quadrature data for the mass + diff operator in example_3_vector()
245 // Compute the quadrature data for the mass + diff operator in example_3_vector()
251 // QFunction that applies the mass + diff operator in example_3_vector()
263 // Diff in example_3_vector()
278 // Diff in example_3_vector()
[all …]
/libCEED/.github/workflows/
H A Drelease-notes.yml23 if git diff origin/main --exit-code include/ceed/*; then
25 elif git diff origin/main --exit-code doc/sphinx/source/releasenotes.rst; then
/libCEED/examples/mfem/
H A Dbp3.hpp123 …// Create the Q-function that builds the diff operator (i.e. computes its quadrature data) and set… in CeedDiffusionOperator()
130 // Create the operator that builds the quadrature data for the diff operator. in CeedDiffusionOperator()
136 // Compute the quadrature data for the diff operator. in CeedDiffusionOperator()
139 // Create the Q-function that defines the action of the diff operator. in CeedDiffusionOperator()
146 // Create the diff operator. in CeedDiffusionOperator()
/libCEED/
H A DRELEASING.md73 … change the hash of the libCEED commit to use to build the binaries, similar to the following diff:
74 ```diff
75 diff --git a/L/libCEED/build_tarballs.jl b/L/libCEED/build_tarballs.jl
98 ```diff
99 diff --git a/julia/LibCEED.jl/Project.toml b/julia/LibCEED.jl/Project.toml

1234