Home
last modified time | relevance | path

Searched full:then (Results 1 – 25 of 109) sorted by relevance

12345

/libCEED/examples/nek/
H A Dnek-examples.sh48 if [[ "${#BASH_ARGV[@]}" -ne "$#" ]]; then
142 if [[ ! -d build ]]; then
147 if [[ ! -f build/makenek ]]; then
155 if [[ ! -f build/SIZE ]]; then
167 if [ ! -f ./nek5000 ]; then
171 elif [ ${nek_verbose} = "true" ]; then
180 if [ ${nek_verbose} = "true" ]; then
185 if [[ -f ./build/makenek ]]; then
211 if [ $((prod%3)) -ne 0 ]; then
214 if [ $((prod%3)) -eq 2 ]; then
[all …]
/libCEED/examples/ceed/
H A Dex1-volume-f.f9066 if (r > 0) then
149 if (q_data_restriction /= ceed_qfunction_none) then
342 if (prob_size < 0) then
343 if (test == 1) then
351 if ((test /= 1) .OR. (help == 1)) then
360 if (gallery == 1) then
365 if (help == 1) then
366 if (test == 0) then
385 if (test == 0) then
388 if (num_comp_x > 1) then
[all …]
/libCEED/tests/
H A Dt108-vector-f.f9022 if (mod(i,2) == 0) then
33 if (abs(diff)>1.0D-14) then
41 if (abs(diff)>1.0D-6) then
49 if (abs(diff)>1.0D-14) then
H A Dt314-basis-f.f908 if (dimn>1) then
11 if (dimn>2) then
66 if ((mod(i-1,2**(d+1))/(2**(d))).ne.0) then
121 if(abs(sum1-sum2) > 1.0D-10) then
H A Dt302-basis-f.f9027 if (abs(collograd1d(j+p*i)-grad1d(j+p*i+gradoffset))>1.0D-13) then
51 if (abs(sum-2*qref(i+1+qoffset))>1.0D-13) then
74 if (abs(sum-2*qref(i+1+qoffset))>1.0D-13) then
H A Dt208-elemrestriction-f.f9061 if (abs(diff) > 1.0D-15) then
79 if (i > blksize+1 .and. i < ne+1) then
84 if (abs(diff) > 1.0D-15) then
H A Dt202-elemrestriction-f.f9060 if (abs(diff) > 1.0D-15) then
78 if (i > 1 .and. i < ne+1) then
83 if (abs(diff) > 1.0D-15) then
H A Dt306-basis-f.f9021 if (p .NE. 64) then
26 if (q .NE. 125) then
H A Dt101-vector-f.f9034 if (abs(diff)>1.0D-15) then
48 if (abs(diff)>1.0D-15) then
H A Dt109-vector-f.f9034 if (abs(diff)>1.0D-15) then
45 if (abs(diff)<1.0D-15) then
H A Dt506-operator-f.f90163 if (abs(total1-1.)>1.0d-10) then
168 if (abs(total2-2.)>1.0d-10) then
188 if (abs(total1-1.)>1.0d-10) then
193 if (abs(total2-2.)>1.0d-10) then
H A Dt209-elemrestriction-f.f9041 if(i > 1 .and. i < 3*ne+1 .and. mod(i-1,3)==0) then
47 if (abs(diff) > 1.0D-15) then
H A Dt553-operator-f.f90134 if (abs(total-1.)>1.0d-10) then
157 if (abs(total-1.)>1.0d-10) then
174 if (abs(total-1.)>1.0d-10) then
/libCEED/benchmarks/
H A Dbenchmark.sh11 if [[ "${#BASH_ARGV[@]}" -ne "$#" ]]; then
44 if [[ -t 1 ]]; then
86 if [ ! -e $build_root/$example ]; then
97 if [[ -n "$profiler" ]]; then
106 if [[ -z "${arg##* *}" ]]; then
117 if [[ -n "$num_proc_node" ]]; then
276 if [[ "$start_shell" = "yes" ]]; then
277 if [[ ! -t 1 ]]; then
308 if [ -z "$dry_run" ]; then
/libCEED/
H A DDoxyfile73 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
155 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
205 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
214 # If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line
224 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
252 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
258 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
289 # only. Doxygen will then generate output that is more tailored for C. For
297 # Python sources only. Doxygen will then generate output that is more tailored
305 # sources. Doxygen will then generate output that is tailored for Fortran.
[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
H A Dc-fortran-test-linux-osx.yml28 if [[ "${{ matrix.os }}" == macos-* ]]; then
35 if [[ "${{ matrix.os }}" == macos-* ]]; then
/libCEED/examples/nek/bps/
H A Dbps.usr412 if (xmx.gt.0) then
598 if (lxyz.gt.0) then
633 if (ifaxis.and.(isd.eq.2)) then
640 if (ym1(i,j,1,e).ne.0.) then
642 if (ifrzer(e)) then
685 if (bp==1) then
687 elseif (bp==3) then
891 if (test.eq.1.and.nid.eq.0) then
892 if (maxit>=100) then
895 if (dabs(er1)>5e-3) then
[all …]
/libCEED/doc/sphinx/source/
H A DlibCEEDdev.md13 Then in the creation of the backend specific implementation of the object, typically found in `/bac…
20 …d the default implementation are in place and verified correct via tests, then the developer can f…
40 …If an unimplemented method is called, then the parent `/gpu/cuda/gen` {ref}`Ceed` object uses its …
41 … This clone {ref}`CeedOperator` is then used for the unimplemented preconditioning support methods.
73 …els map from the L-vectors to E-vectors, then {ref}`CeedBasis` kernels map from the E-vectors to Q…
104 …If the backend uses a strided E-vector layout, then the data for node `i`, component `j`, element …
121 …eedVectorTakeArray` on the only memory location that contains valid data, then the {ref}`CeedVecto…
212 If a function takes, for example, a `CeedOperator` as its first argument, then it should be prefixe…
286 …a sibling directory to libCEED or set the environment variable `IWYU_CC`, then you can use the mak…
/libCEED/julia/LibCEED.jl/src/
H A DQuadrature.jl26 If `mode` is `AbscissaAndWeights`, then both the weights and abscissa are returned as a
29 Otherwise, (if `mode` is `Abscissa`), then only the abscissa `x` are returned.
/libCEED/examples/fluids/include/
H A Dpetsc-ceed.h26 @brief Calls a libCEED function and then checks the resulting error code.
27 If the error code is non-zero, then a PETSc error is set with the libCEED error message.
/libCEED/julia/LibCEED.jl/docs/src/
H A DMisc.md9 [StaticArrays.jl](https://github.com/JuliaArrays/StaticArrays.jl/)) then this
11 instead is given as, for example, a view into a larger array, then LibCEED.jl
/libCEED/rust/libceed-sys/
H A DREADME.md33 If that file exists during `cargo build` then edits will prompt recompilation of the bindings.
44 …m version from a standard path/somewhere that can be found by pkg-config, then you'll need to set …
/libCEED/examples/fluids/
H A Dconv_test.sh50 if ! [[ -z ${run_flags[$arg]} ]]; then
61 if [ ${count} != 0 ]; then
/libCEED/include/ceed/jit-source/magma/
H A Dmagma-basis-grad-3d.h206 /* then first call (i_DIM = 0, i_DIM_U = 0, i_DIM_V = 0) */
213 /* then second call (i_DIM = 1, i_DIM_U = 0, i_DIM_V = 0) */
220 /* then third call (i_DIM = 2, i_DIM_U = 0, i_DIM_V = 0) */
264 /* then first call (i_DIM = 0, i_DIM_U = 0, i_DIM_V = 0) */
271 /* then second call (i_DIM = 1, i_DIM_U = 0, i_DIM_V = 0) */
278 /* then third call (i_DIM = 2, i_DIM_U = 0, i_DIM_V = 0) */

12345