| /libCEED/examples/python/ |
| H A D | ex_test.py | 27 quiet=True, 44 quiet=True, 61 quiet=True, 78 quiet=True, 95 quiet=True, 112 quiet=True, 128 quiet=True, 145 quiet=True, 162 quiet=True, 179 quiet=True, [all …]
|
| H A D | ex3_volume.py | 48 if not args.quiet: 78 if not args.quiet: 93 if not args.quiet:
|
| H A D | ex1_volume.py | 48 if not args.quiet: 73 if not args.quiet: 88 if not args.quiet:
|
| H A D | ex2_surface.py | 49 if not args.quiet: 74 if not args.quiet: 89 if not args.quiet:
|
| /libCEED/examples/petsc/ |
| H A D | Makefile | 36 $(call quiet,AR) $(ARFLAGS) $@ $^ 41 $(call quiet,LINK.o) $(CEED_LDFLAGS) $^ $(LOADLIBES) $(LDLIBS) -o $@ 46 $(call quiet,LINK.o) $(CEED_LDFLAGS) $^ $(LOADLIBES) $(LDLIBS) -o $@ 51 $(call quiet,LINK.o) $(CEED_LDFLAGS) $^ $(LOADLIBES) $(LDLIBS) -o $@ 56 $(call quiet,LINK.o) $(CEED_LDFLAGS) $^ $(LOADLIBES) $(LDLIBS) -o $@ 61 $(call quiet,LINK.o) $(CEED_LDFLAGS) $^ $(LOADLIBES) $(LDLIBS) -o $@ 67 $(call quiet,LINK.o) $(CEED_LDFLAGS) $^ $(LOADLIBES) $(LDLIBS) -o $@ 72 $(call quiet,LINK.o) $(CEED_LDFLAGS) $^ $(LOADLIBES) $(LDLIBS) -o $@ 80 quiet ?= $($(1)) macro 83 $(call quiet,CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $(abspath $<)
|
| /libCEED/examples/rust/ex1-volume/src/ |
| H A D | main.rs | 48 quiet, in example_1() 67 if !quiet { in example_1() 102 if !quiet { in example_1() 121 if !quiet { in example_1() 256 if !quiet { in example_1() 298 quiet: true, in example_1_1d() 314 quiet: true, in example_1_2d() 330 quiet: false, in example_1_3d() 346 quiet: true, in example_1_1d_gallery() 362 quiet: true, in example_1_2d_gallery() [all …]
|
| H A D | opt.rs | 42 pub(crate) quiet: bool, field
|
| /libCEED/examples/rust/ex1-volume-vector/src/ |
| H A D | main.rs | 49 quiet, in example_1_vector() 69 if !quiet { in example_1_vector() 104 if !quiet { in example_1_vector() 125 if !quiet { in example_1_vector() 274 if !quiet { in example_1_vector() 316 quiet: true, in example_1_vector_1d() 332 quiet: true, in example_1_vector_2d() 348 quiet: false, in example_1_vector_3d() 364 quiet: true, in example_1_vector_1d_gallery() 380 quiet: true, in example_1_vector_2d_gallery() [all …]
|
| H A D | opt.rs | 42 pub(crate) quiet: bool, field
|
| /libCEED/examples/rust/ex2-surface/src/ |
| H A D | main.rs | 49 quiet, in example_2() 68 if !quiet { in example_2() 103 if !quiet { in example_2() 130 if !quiet { in example_2() 337 if !quiet { in example_2() 376 quiet: true, in example_2_1d() 392 quiet: true, in example_2_2d() 408 quiet: false, in example_2_3d() 424 quiet: true, in example_2_1d_gallery() 440 quiet: true, in example_2_2d_gallery() [all …]
|
| H A D | opt.rs | 42 pub(crate) quiet: bool, field
|
| /libCEED/examples/rust/ex2-surface-vector/src/ |
| H A D | main.rs | 50 quiet, in example_2_vector() 70 if !quiet { in example_2_vector() 105 if !quiet { in example_2_vector() 133 if !quiet { in example_2_vector() 368 if !quiet { in example_2_vector() 407 quiet: true, in example_2_vector_1d() 423 quiet: true, in example_2_vector_2d() 439 quiet: false, in example_2_vector_3d() 455 quiet: true, in example_2_vector_1d_gallery() 471 quiet: true, in example_2_vector_2d_gallery() [all …]
|
| H A D | opt.rs | 42 pub(crate) quiet: bool, field
|
| /libCEED/backends/magma/tuning/ |
| H A D | Makefile | 23 $(call quiet,CXX) $(CPPFLAGS) $(CXXFLAGS) $(abspath $<) -o $@ \ 27 quiet ?= $($(1)) macro
|
| /libCEED/examples/rust/ex3-volume/src/ |
| H A D | main.rs | 48 quiet, in example_3() 66 if !quiet { in example_3() 98 if !quiet { in example_3() 125 if !quiet { in example_3() 337 if !quiet { in example_3() 379 quiet: true, in example_3_1d() 394 quiet: true, in example_3_2d() 409 quiet: false, in example_3_3d()
|
| H A D | opt.rs | 42 pub(crate) quiet: bool, field
|
| /libCEED/examples/rust/ex3-volume-vector/src/ |
| H A D | main.rs | 49 quiet, in example_3_vector() 68 if !quiet { in example_3_vector() 100 if !quiet { in example_3_vector() 127 if !quiet { in example_3_vector() 360 if !quiet { in example_3_vector() 402 quiet: true, in example_3_vector_1d() 417 quiet: true, in example_3_vector_2d() 432 quiet: false, in example_3_vector_vector_3d()
|
| H A D | opt.rs | 42 pub(crate) quiet: bool, field
|
| /libCEED/examples/mfem/ |
| H A D | Makefile | 36 quiet ?= $($(1)) macro 40 $(call quiet,MFEM_CXX) $(CEED_FLAGS) $(MFEM_FLAGS) $(MFEM_DEF) $(abspath $<) -o $@ \
|
| /libCEED/examples/solids/ |
| H A D | Makefile | 38 $(call quiet,LINK.o) $(CEED_LDFLAGS) $^ $(LOADLIBES) $(LDLIBS) -o $@ 46 quiet ?= $($(1)) macro 49 $(call quiet,CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $(abspath $<)
|
| /libCEED/examples/fluids/ |
| H A D | Makefile | 58 $(call quiet,LINK.o) $(LDFLAGS) $^ $(LOADLIBES) $(LDLIBS) -o $@ 66 quiet ?= $($(1)) macro 69 $(call quiet,CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $(abspath $<)
|
| /libCEED/ |
| H A D | Makefile | 21 quiet ?= $($(1)) macro 663 $(call quiet,LINK) $(LDFLAGS) $(CEED_LDFLAGS) -shared -o $@ $^ $(CEED_LDLIBS) $(LDLIBS) 666 $(call quiet,AR) $(ARFLAGS) $@ $^ 669 $(call quiet,CC) $(CPPFLAGS) $(CFLAGS) $(CONFIGFLAGS) -c -o $@ $(abspath $<) 672 $(call quiet,CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $(abspath $<) 675 …$(call quiet,NVCC) $(filter-out -Wno-unused-function, $(CPPFLAGS)) $(NVCCFLAGS) -c -o $@ $(abspath… 678 $(call quiet,HIPCC) $(CPPFLAGS) $(HIPCCFLAGS) -c -o $@ $(abspath $<) 681 $(call quiet,SYCLCXX) $(SYCLFLAGS) $(CPPFLAGS) -c -o $@ $(abspath $<) 684 $(call quiet,SYCLCXX) $(SYCLFLAGS) $(CPPFLAGS) -c -o $@ $(abspath $<) 687 …$(call quiet,LINK.c) $(CEED_LDFLAGS) -o $@ $(abspath $<) $(CEED_LIBS) $(CEED_LDLIBS) $(LDLIBS) -I.… [all …]
|
| H A D | common.mk | 23 quiet = $(if $(V),$($(1)),$(call output,$1,$@);$($(1)))
|
| /libCEED/rust/libceed-sys/c-src/ |
| H A D | Makefile | 21 quiet ?= $($(1)) macro 663 $(call quiet,LINK) $(LDFLAGS) $(CEED_LDFLAGS) -shared -o $@ $^ $(CEED_LDLIBS) $(LDLIBS) 666 $(call quiet,AR) $(ARFLAGS) $@ $^ 669 $(call quiet,CC) $(CPPFLAGS) $(CFLAGS) $(CONFIGFLAGS) -c -o $@ $(abspath $<) 672 $(call quiet,CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $(abspath $<) 675 …$(call quiet,NVCC) $(filter-out -Wno-unused-function, $(CPPFLAGS)) $(NVCCFLAGS) -c -o $@ $(abspath… 678 $(call quiet,HIPCC) $(CPPFLAGS) $(HIPCCFLAGS) -c -o $@ $(abspath $<) 681 $(call quiet,SYCLCXX) $(SYCLFLAGS) $(CPPFLAGS) -c -o $@ $(abspath $<) 684 $(call quiet,SYCLCXX) $(SYCLFLAGS) $(CPPFLAGS) -c -o $@ $(abspath $<) 687 …$(call quiet,LINK.c) $(CEED_LDFLAGS) -o $@ $(abspath $<) $(CEED_LIBS) $(CEED_LDLIBS) $(LDLIBS) -I.… [all …]
|
| H A D | common.mk | 23 quiet = $(if $(V),$($(1)),$(call output,$1,$@);$($(1)))
|