| /libCEED/interface/ |
| H A D | ceed-qfunction-register.c | 15 #include "../gallery/ceed-gallery-list.h" 19 @brief Register the gallery of pre-configured @ref CeedQFunction. 35 …CeedDebugEnv256(CEED_DEBUG_COLOR_SUCCESS, "\n---------- Registering Gallery QFunctions ----------\… in CeedQFunctionRegisterAll() 38 #include "../gallery/ceed-gallery-list.h" in CeedQFunctionRegisterAll()
|
| /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 | ex3_volume.py | 56 print(f" QFunction source [-g] : {'gallery' if args.gallery else 'user'}") 58 # Check - Gallery not supported 59 if args.gallery: 60 print("Gallery QFunction not supported for example 3")
|
| H A D | ex1_volume.py | 56 print(f" QFunction source [-g] : {'gallery' if args.gallery else 'user'}") 99 if args.gallery: 128 if args.gallery:
|
| H A D | ex2_surface.py | 57 print(f" QFunction source [-g] : {'gallery' if args.gallery else 'user'}") 101 if args.gallery: 130 if args.gallery:
|
| H A D | ex_common.py | 31 gallery: Use gallery QFunctions flag 50 parser.add_argument("-g", "--gallery", action="store_true", 51 help="Use gallery QFunctions")
|
| /libCEED/ |
| H A D | .codecov.yml | 6 - "build/gallery/::gallery/" 37 gallery: 39 - gallery/
|
| /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() 184 // -- QFunction from gallery in example_1_vector() 190 let qf_build = if gallery { in example_1_vector() 235 // -- QFunction from 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() [all …]
|
| H A D | opt.rs | 43 /// Use QFunctions from the Gallery instead of example 45 pub(crate) gallery: bool, field
|
| /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() 180 // -- QFunction from gallery in example_1() 186 let qf_build = if gallery { in example_1() 227 // -- QFunction from 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() [all …]
|
| H A D | opt.rs | 43 /// Use QFunctions from the Gallery instead of example 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,
|
| /libCEED/tests/output/ |
| H A D | t413-qfunction-f.out | 1 Gallery CeedQFunction - Mass1DBuild 16 Gallery CeedQFunction - MassApply 31 Gallery CeedQFunction - MassApply
|
| H A D | t413-qfunction.out | 1 Gallery CeedQFunction - Mass1DBuild 16 Gallery CeedQFunction - MassApply 31 Gallery CeedQFunction - MassApply
|
| /libCEED/gallery/ |
| H A D | ceed-gallery-list.h | 10 // List each gallery registration function once here. 13 …s writing, all the gallery functions are defined, but we're adopting the same strategy here as for…
|
| /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() 217 // -- QFunction from gallery in example_2() 223 let qf_build = if gallery { in example_2() 298 // -- QFunction from 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() [all …]
|
| H A D | opt.rs | 43 /// Use QFunctions from the Gallery instead of example 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() 220 // -- QFunction from gallery in example_2_vector() 226 let qf_build = if gallery { in example_2_vector() 315 // -- QFunction from 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() [all …]
|
| H A D | opt.rs | 43 /// Use QFunctions from the Gallery instead of example 45 pub(crate) gallery: bool, field
|
| /libCEED/examples/ceed/ |
| H A D | ex1-volume.c | 32 //TESTARGS(name="1D Gallery QFunction") -ceed {ceed_resource} -d 1 -t -g 33 //TESTARGS(name="2D Gallery QFunction") -ceed {ceed_resource} -d 2 -t -g 34 //TESTARGS(name="3D Gallery QFunction") -ceed {ceed_resource} -d 3 -t -g 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() 176 // This creates the QFunction via the gallery. in main() 209 if (gallery) { in main() 210 // This creates the QFunction via the gallery. in main()
|
| H A D | ex2-surface.c | 32 //TESTARGS(name="1D Gallery QFunction") -ceed {ceed_resource} -d 1 -t -g 33 //TESTARGS(name="2D Gallery QFunction") -ceed {ceed_resource} -d 2 -t -g 34 //TESTARGS(name="3D Gallery QFunction") -ceed {ceed_resource} -d 3 -t -g 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() 182 // This creates the QFunction via the gallery. in main() 215 if (gallery) { in main() 216 // This creates the QFunction via the gallery. in main()
|
| H A D | ex1-volume-f.f90 | 32 ! TESTARGS(name = "1D Gallery QFunction") -ceed {ceed_resource} -d 1 -t -g 33 ! TESTARGS(name = "2D Gallery QFunction") -ceed {ceed_resource} -d 2 -t -g 34 ! TESTARGS(name = "3D Gallery QFunction") -ceed {ceed_resource} -d 3 -t -g 261 integer help, test, gallery, benchmark variable 291 gallery = 0 338 gallery = 1 360 if (gallery == 1) then 361 write (*, *) ' QFunction source [-g] : gallery' 426 if (gallery == 1) then 463 if (gallery == 1) then
|
| /libCEED/examples/rust-qfunctions/ |
| H A D | ex1-volume.c | 32 //TESTARGS(name="1D Gallery QFunction") -ceed {ceed_resource} -d 1 -t -g 33 //TESTARGS(name="2D Gallery QFunction") -ceed {ceed_resource} -d 2 -t -g 34 //TESTARGS(name="3D Gallery QFunction") -ceed {ceed_resource} -d 3 -t -g 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() 186 // This creates the QFunction via the gallery. in main() 219 if (gallery) { in main() 220 // This creates the QFunction via the gallery. in main()
|
| /libCEED/python/tests/output/ |
| H A D | test_413.out | 1 Gallery CeedQFunction - Mass1DBuild 17 Gallery CeedQFunction - MassApply
|