| /libCEED/examples/solids/ |
| H A D | index.md | 164 \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 D | t208-elemrestriction-f.f90 | 20 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 D | t202-elemrestriction-f.f90 | 20 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 D | t108-vector-f.f90 | 9 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 D | t101-vector-f.f90 | 10 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 D | t109-vector-f.f90 | 11 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 D | t201-elemrestriction-f.f90 | 18 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 D | t119-vector-f.f90 | 11 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 D | t323-basis-f.f90 | 40 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 D | t100-vector-f.f90 | 11 real*8 diff variable 31 diff=b(i+boffset)-10-i 32 if (abs(diff)>1.0D-15) then
|
| H A D | t124-vector-f.f90 | 9 real*8 diff variable 30 diff=a(i+aoffset)-3*i 31 if (abs(diff)>1.0D-15) then
|
| H A D | t104-vector-f.f90 | 10 real*8 diff variable 31 diff=a(3)+3.14 32 if (abs(diff)>1.0D-15) then
|
| H A D | junit_common.py | 131 """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 D | t522-operator-f.f90 | 56 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 D | t103-vector-f.f90 | 12 real*8 diff variable 37 diff=yy(i+yoffset)-10-i 38 if (abs(diff)>1.0D-15) then
|
| H A D | t105-vector-f.f90 | 11 real*8 diff variable 35 diff = c(i+coffset)-(9+i) 36 if (abs(diff)>1.0D-15) then
|
| H A D | t106-vector-f.f90 | 11 real*8 diff variable 42 diff = b(i+boffset)-(9+i) 43 if (abs(diff)>1.0D-15) then
|
| H A D | t209-elemrestriction-f.f90 | 18 real*8 diff variable 46 diff=1+offset-mm(i+moffset) 47 if (abs(diff) > 1.0D-15) then
|
| H A D | t200-elemrestriction-f.f90 | 18 real*8 diff variable 49 diff=10+i/2-yy(i+yoffset) 50 if (abs(diff) > 1.0D-15) then
|
| H A D | t535-operator.c | 80 // 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 D | main.rs | 11 // 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 D | main.rs | 11 // 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 D | release-notes.yml | 23 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 D | bp3.hpp | 123 …// 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 D | RELEASING.md | 73 … 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
|