| /libCEED/examples/python/ |
| H A D | ex_test.py | 28 gallery=False, 45 gallery=True, 62 gallery=False, 79 gallery=True, 96 gallery=False, 113 gallery=True, 129 gallery=False, 146 gallery=True, 163 gallery=False, 180 gallery=True, [all …]
|
| H A D | ex1_volume.py | 99 if args.gallery: 128 if args.gallery:
|
| H A D | ex2_surface.py | 101 if args.gallery: 130 if args.gallery:
|
| H A D | tutorial-6-shell.ipynb | 186 " QFunction source [-g] : gallery\n", 207 … `-g` specifies that the mass operator is, in this case, selected from a gallery of available buil… 277 " QFunction source [-g] : gallery\n", 298 … specifies that the Laplace's operator is, in this case, selected from a gallery of available buil…
|
| H A D | tutorial-4-qfunction.ipynb | 49 … the setup and apply, respectively, of the mass operator in 1D) from the gallery of available buil… 107 …e create and evaluate a QFunction (for the mass operator in 1D) from the gallery of available buil…
|
| H A D | ex3_volume.py | 59 if args.gallery:
|
| /libCEED/examples/rust/ex1-volume/src/ |
| H A D | main.rs | 49 gallery, in example_1() 77 if gallery { "gallery" } else { "user closure" } in example_1() 186 let qf_build = if gallery { in example_1() 230 let qf_mass = if gallery { in example_1() 299 gallery: false, in example_1_1d() 315 gallery: false, in example_1_2d() 331 gallery: false, in example_1_3d() 347 gallery: true, in example_1_1d_gallery() 363 gallery: true, in example_1_2d_gallery() 379 gallery: true, in example_1_3d_gallery()
|
| H A D | opt.rs | 45 pub(crate) gallery: bool, field
|
| /libCEED/examples/rust/ex1-volume-vector/src/ |
| H A D | main.rs | 50 gallery, in example_1_vector() 79 if gallery { "gallery" } else { "user closure" } in example_1_vector() 190 let qf_build = if gallery { in example_1_vector() 238 let qf_mass = if gallery { in example_1_vector() 317 gallery: false, in example_1_vector_1d() 333 gallery: false, in example_1_vector_2d() 349 gallery: false, in example_1_vector_3d() 365 gallery: true, in example_1_vector_1d_gallery() 381 gallery: true, in example_1_vector_2d_gallery() 397 gallery: true, in example_1_vector_3d_gallery()
|
| H A D | opt.rs | 45 pub(crate) gallery: bool, field
|
| /libCEED/examples/rust/ex2-surface/src/ |
| H A D | main.rs | 50 gallery, in example_2() 78 if gallery { "gallery" } else { "user closure" } in example_2() 223 let qf_build = if gallery { in example_2() 304 let qf_diff = if gallery { in example_2() 377 gallery: false, in example_2_1d() 393 gallery: false, in example_2_2d() 409 gallery: false, in example_2_3d() 425 gallery: true, in example_2_1d_gallery() 441 gallery: true, in example_2_2d_gallery() 457 gallery: true, in example_2_3d_gallery()
|
| H A D | opt.rs | 45 pub(crate) gallery: bool, field
|
| /libCEED/examples/rust/ex2-surface-vector/src/ |
| H A D | main.rs | 51 gallery, in example_2_vector() 80 if gallery { "gallery" } else { "user closure" } in example_2_vector() 226 let qf_build = if gallery { in example_2_vector() 321 let qf_diff = if gallery { in example_2_vector() 408 gallery: false, in example_2_vector_1d() 424 gallery: false, in example_2_vector_2d() 440 gallery: false, in example_2_vector_3d() 456 gallery: true, in example_2_vector_1d_gallery() 472 gallery: true, in example_2_vector_2d_gallery() 488 gallery: true, in example_2_vector_3d_gallery()
|
| H A D | opt.rs | 45 pub(crate) gallery: bool, field
|
| /libCEED/julia/LibCEED.jl/examples/ |
| H A D | ex2-surface.jl | 15 function run_ex2(; ceed_spec, dim, mesh_order, sol_order, num_qpts, prob_size, gallery) argument 72 if !gallery 94 (gallery ? :dx : :J, mesh_rstr, mesh_basis, CeedVectorActive()), 95 (gallery ? :weights : :w, ElemRestrictionNone(), mesh_basis, CeedVectorNone()), 110 if !gallery 170 gallery=false,
|
| H A D | ex1-volume.jl | 31 function run_ex1(; ceed_spec, dim, mesh_order, sol_order, num_qpts, prob_size, gallery) argument 69 if !gallery 89 (gallery ? :dx : :J, mesh_rstr, mesh_basis, CeedVectorActive()), 90 (gallery ? :weights : :w, ElemRestrictionNone(), mesh_basis, CeedVectorNone()), 106 if !gallery 157 gallery=false,
|
| H A D | ex1-volume-c.jl | 219 gallery = false 287 if !gallery 300 # This creates the QFunction via the gallery. 354 if !gallery 366 # This creates the QFunction via the gallery.
|
| /libCEED/examples/ceed/ |
| H A D | ex1-volume-f.f90 | 261 integer help, test, gallery, benchmark variable 291 gallery = 0 338 gallery = 1 360 if (gallery == 1) then 426 if (gallery == 1) then 463 if (gallery == 1) then
|
| H A D | ex2-surface.c | 63 CeedInt help = 0, test = 0, gallery = 0, benchmark = 0; in main() local 89 gallery = 1; in main() 113 printf(" QFunction source [-g] : %s\n", gallery ? "gallery" : "header"); in main() 181 if (gallery) { in main() 215 if (gallery) { in main()
|
| H A D | ex1-volume.c | 63 CeedInt help = 0, test = 0, gallery = 0, benchmark = 0; in main() local 89 gallery = 1; in main() 109 printf(" QFunction source [-g] : %s\n", gallery ? "gallery" : "header"); in main() 175 if (gallery) { in main() 209 if (gallery) { in main()
|
| /libCEED/examples/rust-qfunctions/ |
| H A D | ex1-volume.c | 64 CeedInt help = 0, test = 0, gallery = 0, benchmark = 0; in main() local 90 gallery = 1; in main() 110 printf(" QFunction source [-g] : %s\n", gallery ? "gallery" : "header"); in main() 185 if (gallery) { in main() 219 if (gallery) { in main()
|
| /libCEED/tests/ |
| H A D | README.md | 22 1. CeedQFunction gallery code tests
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | QFunction.jl | 11 A `QFunction` can also be created from the "Q-function gallery" using 57 Create a [`QFunction`](@ref) from the Q-function gallery, using the provided name.
|
| /libCEED/ |
| H A D | coverage.info | 4569 SF:/home/jeremy/Dev/libCEED/gallery/ceed-gallery-list.h 4592 SF:/home/jeremy/Dev/libCEED/gallery/identity/ceed-identity.c 4616 SF:/home/jeremy/Dev/libCEED/gallery/mass-vector/ceed-vectormassapply.c 4638 SF:/home/jeremy/Dev/libCEED/gallery/mass/ceed-mass1dbuild.c 4660 SF:/home/jeremy/Dev/libCEED/gallery/mass/ceed-mass2dbuild.c 4682 SF:/home/jeremy/Dev/libCEED/gallery/mass/ceed-mass3dbuild.c 4704 SF:/home/jeremy/Dev/libCEED/gallery/mass/ceed-massapply.c 4725 SF:/home/jeremy/Dev/libCEED/gallery/poisson-vector/ceed-vectorpoisson1dapply.c 4747 SF:/home/jeremy/Dev/libCEED/gallery/poisson-vector/ceed-vectorpoisson2dapply.c 4769 SF:/home/jeremy/Dev/libCEED/gallery/poisson-vector/ceed-vectorpoisson3dapply.c [all …]
|
| H A D | Makefile | 289 …(if $(for_install),default,install).c, $(wildcard interface/ceed*.c backends/weak/*.c gallery/*.c)) 290 gallery.c := $(wildcard gallery/*/ceed*.c) 291 libceed.c += $(gallery.c) 891 …$(INSTALL_DATA) $(wildcard include/ceed/jit-source/gallery/*.h) "$(DESTDIR)$(includedir)/ceed/jit-…
|