Home
last modified time | relevance | path

Searched refs:space_dim (Results 1 – 21 of 21) sorted by relevance

/libCEED/examples/ceed/
H A Dex1-volume-f.h5 integer*8 fe_dim, space_dim
15 space_dim = ctx(2)
17 select case (fe_dim + 10*space_dim)
H A Dex1-volume.h12 CeedInt dim, space_dim; member
24 switch (build_data->dim + 10 * build_data->space_dim) { in build_mass()
H A Dex2-surface.h12 CeedInt dim, space_dim; member
26 switch (build_data->dim + 10 * build_data->space_dim) { in build_diff()
H A Dex3-volume.h12 CeedInt dim, space_dim; member
26 switch (build_data->dim + 10 * build_data->space_dim) { in build_mass_diff()
H A Dex2-surface.c174 build_ctx_data.dim = build_ctx_data.space_dim = dim; in main()
H A Dex3-volume.c166 build_ctx_data.dim = build_ctx_data.space_dim = dim; in main()
H A Dex1-volume.c168 build_ctx_data.dim = build_ctx_data.space_dim = dim; in main()
/libCEED/examples/mfem/
H A Dbp1.h12 CeedInt dim, space_dim; member
23 switch (bc->dim + 10 * bc->space_dim) { in f_build_mass()
H A Dbp3.h12 CeedInt dim, space_dim; member
25 switch (bc->dim + 10 * bc->space_dim) { in f_build_diff()
H A Dbp1.hpp118 build_ctx_data.space_dim = dim; in CeedMassOperator()
H A Dbp3.hpp119 build_ctx_data.space_dim = dim; in CeedDiffusionOperator()
/libCEED/examples/python/qfunctions/
H A Dex-common.h13 CeedInt dim, space_dim; member
H A Dex1-volume.h20 switch (build_data->dim + 10 * build_data->space_dim) { in build_mass()
H A Dex2-surface.h22 switch (build_data->dim + 10 * build_data->space_dim) { in build_diff()
H A Dex3-volume.h22 switch (build_data->dim + 10 * build_data->space_dim) { in build_mass_diff()
/libCEED/examples/rust-qfunctions/
H A Dex1-volume.h12 CeedInt dim, space_dim; member
H A Dex1-volume.c178 build_ctx_data.dim = build_ctx_data.space_dim = dim; in main()
/libCEED/examples/rust-qfunctions/ex1-volume-rs/src/
H A Dlib.rs30 pub space_dim: i32, field
65 match ctx.dim * 10 + ctx.space_dim { in build_mass_rs()
/libCEED/examples/deal.II/
H A Dbps-qfunctions.h27 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 Dbps-ceed.h210 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 Dex1-volume-c.jl7 space_dim::CeedInt field