Home
last modified time | relevance | path

Searched refs:common (Results 1 – 25 of 25) sorted by relevance

/libCEED/examples/python/
H A Dex1_volume.py21 import ex_common as common namespace
26 args = common.parse_arguments()
72 num_xyz = common.get_cartesian_mesh_size(dim, sol_degree, problem_size)
83 mesh_restriction, mesh_size, _, _, _ = common.build_cartesian_restriction(
85 …solution_restriction, sol_size, q_data_restriction, num_elem, elem_qpts = common.build_cartesian_r…
94 common.set_cartesian_mesh_coords(ceed, dim, num_xyz, mesh_degree, mesh_coords)
95 exact_volume, _ = common.transform_mesh_coords(dim, mesh_size, mesh_coords)
106 qfs_so = common.load_qfs_so()
135 qfs_so = common.load_qfs_so()
H A Dex3_volume.py21 import ex_common as common namespace
26 args = common.parse_arguments()
77 num_xyz = common.get_cartesian_mesh_size(dim, sol_degree, problem_size)
88 mesh_restriction, mesh_size, _, _, _ = common.build_cartesian_restriction(
90 …solution_restriction, sol_size, q_data_restriction, num_elem, elem_qpts = common.build_cartesian_r…
99 common.set_cartesian_mesh_coords(ceed, dim, num_xyz, mesh_degree, mesh_coords)
100 exact_volume, _ = common.transform_mesh_coords(dim, mesh_size, mesh_coords)
108 qfs_so = common.load_qfs_so()
H A Dex2_surface.py21 import ex_common as common namespace
26 args = common.parse_arguments()
73 num_xyz = common.get_cartesian_mesh_size(dim, sol_degree, problem_size)
84 mesh_restriction, mesh_size, _, _, _ = common.build_cartesian_restriction(
86 …solution_restriction, sol_size, q_data_restriction, num_elem, elem_qpts = common.build_cartesian_r…
95 common.set_cartesian_mesh_coords(ceed, dim, num_xyz, mesh_degree, mesh_coords)
96 _, exact_surface_area = common.transform_mesh_coords(dim, mesh_size, mesh_coords, use_sin=False)
108 qfs_so = common.load_qfs_so()
137 qfs_so = common.load_qfs_so()
/libCEED/examples/petsc/
H A DREADME.md13 In addition to the common arguments, the following arguments may be set:
25 In addition to the common arguments, the following arguments may be set:
50 In addition to the common arguments, the following arguments may be set:
H A DMakefile8 COMMON ?= ../../common.mk
/libCEED/backends/magma/tuning/
H A DMakefile8 COMMON ?= ../../../common.mk
/libCEED/examples/mfem/
H A DMakefile8 COMMON ?= ../../common.mk
/libCEED/examples/
H A Dnotation.md1 (common-notation)=
/libCEED/examples/nek/bps/
H A Dbps.usr200 common /ctmp77/ wd(lxd),zd(lxd)
473 common /ctmp1/ xr(lxyd),xs(lxyd),xt(lxyd)
474 common /sxrns/ yr(lxyd),ys(lxyd),yt(lxyd)
477 common /ctmp77/ wd(lxd),zd(lxd)
478 common /dxmfine/ dxmq(lzq,lzq),dxtmq(lzq,lzq)
706 common /bpgfactors/ gf(lg*lq,lelt),bmq(lq,lelt),w3mq(lq)
710 common /vcrns/ u1(lt),r1(lt),r2(lt),r3(lt)
711 common /vcrny/ e1(lt)
712 common /vcrvh/ h1(lt),h2(lx*lelt),pap(3)
1015 common /bpgfactors/ gf(lg*lq,lelt),bmq(lq,lelt),w3mq(lq)
[all …]
/libCEED/examples/solids/
H A DMakefile8 COMMON ?= ../../common.mk
H A Dindex.md229 As explained in the {ref}`common-notation` section, we denote by capital letters the reference fram…
271 It is common in the literature for invariants to be taken from $\bm C = \bm I_3 + 2 \bm E$ instead …
345 This is a common model for vulcanized rubber, with a shear modulus (defined for the small-strain li…
/libCEED/examples/fluids/
H A DMakefile19 COMMON ?= ../../common.mk
H A DREADME.md29 The following options are common among all problem types:
512 For the Density Current, Channel, and Blasius problems, the following common command-line options a…
H A Dindex.md452 It is common to denote a filter width dimensioned relative to the radial distance of the filter ker…
/libCEED/julia/LibCEED.jl/examples/
H A Dex2-surface.jl3 include("common.jl")
H A Dex1-volume.jl3 include("common.jl")
H A Dex3-volume.jl3 include("common.jl")
/libCEED/doc/sphinx/source/
H A DCODE_OF_CONDUCT.md87 For answers to common questions about this code of conduct, see the FAQ at https://www.contributor-…
H A Dreleasenotes.md261 …s of {code}`Ceed*Get*Status` with {code}`Ceed*Is*` in the backend API to match common nomenclature.
269 … of multigrid prolongation, restriction, and coarse grid operators using a common quadrature space.
548 than the more common derivation in terms of Lagrange polynomials on the quadrature points.
634 a common, easy-to-use build environment, where the user can build the CEED distribution
H A DlibCEEDdev.md92 There are several common layouts for L-vectors, E-vectors, and Q-vectors, detailed below:
266 Please check your code for common issues by running
H A DlibCEEDapi.md321 There are two common approaches for supporting non-conforming elements: applying the node constrain…
/libCEED/
H A DCODE_OF_CONDUCT.md87 For answers to common questions about this code of conduct, see the FAQ at https://www.contributor-…
H A DMakefile17 COMMON ?= common.mk
H A DDoxyfile1133 # characters from position 72 are to be considered as comment. A common
1238 # In case all classes in a project start with a common prefix, all classes will
2415 # DOT_COMMON_ATTR is common attributes for nodes, edges and labels of
/libCEED/rust/libceed-sys/c-src/
H A DMakefile17 COMMON ?= common.mk