| /libCEED/examples/python/ |
| H A D | ex1_volume.py | 21 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 D | ex3_volume.py | 21 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 D | ex2_surface.py | 21 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 D | README.md | 13 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 D | Makefile | 8 COMMON ?= ../../common.mk
|
| /libCEED/backends/magma/tuning/ |
| H A D | Makefile | 8 COMMON ?= ../../../common.mk
|
| /libCEED/examples/mfem/ |
| H A D | Makefile | 8 COMMON ?= ../../common.mk
|
| /libCEED/examples/ |
| H A D | notation.md | 1 (common-notation)=
|
| /libCEED/examples/nek/bps/ |
| H A D | bps.usr | 200 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 D | Makefile | 8 COMMON ?= ../../common.mk
|
| H A D | index.md | 229 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 D | Makefile | 19 COMMON ?= ../../common.mk
|
| H A D | README.md | 29 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 D | index.md | 452 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 D | ex2-surface.jl | 3 include("common.jl")
|
| H A D | ex1-volume.jl | 3 include("common.jl")
|
| H A D | ex3-volume.jl | 3 include("common.jl")
|
| /libCEED/doc/sphinx/source/ |
| H A D | CODE_OF_CONDUCT.md | 87 For answers to common questions about this code of conduct, see the FAQ at https://www.contributor-…
|
| H A D | releasenotes.md | 261 …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 D | libCEEDdev.md | 92 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 D | libCEEDapi.md | 321 There are two common approaches for supporting non-conforming elements: applying the node constrain…
|
| /libCEED/ |
| H A D | CODE_OF_CONDUCT.md | 87 For answers to common questions about this code of conduct, see the FAQ at https://www.contributor-…
|
| H A D | Makefile | 17 COMMON ?= common.mk
|
| H A D | Doxyfile | 1133 # 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 D | Makefile | 17 COMMON ?= common.mk
|