Searched refs:space_dim (Results 1 – 21 of 21) sorted by relevance
| /libCEED/examples/ceed/ |
| H A D | ex1-volume-f.h | 5 integer*8 fe_dim, space_dim 15 space_dim = ctx(2) 17 select case (fe_dim + 10*space_dim)
|
| H A D | ex1-volume.h | 12 CeedInt dim, space_dim; member 24 switch (build_data->dim + 10 * build_data->space_dim) { in build_mass()
|
| H A D | ex2-surface.h | 12 CeedInt dim, space_dim; member 26 switch (build_data->dim + 10 * build_data->space_dim) { in build_diff()
|
| H A D | ex3-volume.h | 12 CeedInt dim, space_dim; member 26 switch (build_data->dim + 10 * build_data->space_dim) { in build_mass_diff()
|
| H A D | ex2-surface.c | 174 build_ctx_data.dim = build_ctx_data.space_dim = dim; in main()
|
| H A D | ex3-volume.c | 166 build_ctx_data.dim = build_ctx_data.space_dim = dim; in main()
|
| H A D | ex1-volume.c | 168 build_ctx_data.dim = build_ctx_data.space_dim = dim; in main()
|
| /libCEED/examples/mfem/ |
| H A D | bp1.h | 12 CeedInt dim, space_dim; member 23 switch (bc->dim + 10 * bc->space_dim) { in f_build_mass()
|
| H A D | bp3.h | 12 CeedInt dim, space_dim; member 25 switch (bc->dim + 10 * bc->space_dim) { in f_build_diff()
|
| H A D | bp1.hpp | 118 build_ctx_data.space_dim = dim; in CeedMassOperator()
|
| H A D | bp3.hpp | 119 build_ctx_data.space_dim = dim; in CeedDiffusionOperator()
|
| /libCEED/examples/python/qfunctions/ |
| H A D | ex-common.h | 13 CeedInt dim, space_dim; member
|
| H A D | ex1-volume.h | 20 switch (build_data->dim + 10 * build_data->space_dim) { in build_mass()
|
| H A D | ex2-surface.h | 22 switch (build_data->dim + 10 * build_data->space_dim) { in build_diff()
|
| H A D | ex3-volume.h | 22 switch (build_data->dim + 10 * build_data->space_dim) { in build_mass_diff()
|
| /libCEED/examples/rust-qfunctions/ |
| H A D | ex1-volume.h | 12 CeedInt dim, space_dim; member
|
| H A D | ex1-volume.c | 178 build_ctx_data.dim = build_ctx_data.space_dim = dim; in main()
|
| /libCEED/examples/rust-qfunctions/ex1-volume-rs/src/ |
| H A D | lib.rs | 30 pub space_dim: i32, field 65 match ctx.dim * 10 + ctx.space_dim { in build_mass_rs()
|
| /libCEED/examples/deal.II/ |
| H A D | bps-qfunctions.h | 27 CeedInt dim, space_dim; member 42 switch (bc->dim + 10 * bc->space_dim) in f_build_mass() 104 switch (bc->dim + 10 * bc->space_dim) in f_apply_mass_vec() 143 switch (bc->dim + 10 * bc->space_dim) in f_build_poisson()
|
| H A D | bps-ceed.h | 210 build_ctx_data.space_dim = dim; in reinit() 562 build_ctx_data.space_dim = dim; in compute_metric_data()
|
| /libCEED/julia/LibCEED.jl/examples/ |
| H A D | ex1-volume-c.jl | 7 space_dim::CeedInt field
|