Searched refs:dimension (Results 1 – 25 of 27) sorted by relevance
12
| /libCEED/tests/output/ |
| H A D | t300-basis.out | 4 dimension: 1 21 dimension: 1 38 dimension: 1
|
| H A D | t300-basis-f.out | 4 dimension: 1 21 dimension: 1 38 dimension: 1
|
| H A D | t320-basis.out | 4 dimension: 2 25 dimension: 2
|
| H A D | t320-basis-f.out | 4 dimension: 2 25 dimension: 2
|
| H A D | t330-basis.out | 4 dimension: 2 40 dimension: 2
|
| H A D | t340-basis.out | 4 dimension: 2 25 dimension: 2
|
| /libCEED/python/tests/output/ |
| H A D | test_300.out | 4 dimension: 1 22 dimension: 1
|
| /libCEED/julia/LibCEED.jl/test/output/Float32/ |
| H A D | b1.out | 4 dimension: 3
|
| H A D | b3.out | 4 dimension: 1
|
| H A D | b2.out | 4 dimension: 2
|
| /libCEED/julia/LibCEED.jl/test/output/Float64/ |
| H A D | b1.out | 4 dimension: 3
|
| H A D | b3.out | 4 dimension: 1
|
| H A D | b2.out | 4 dimension: 2
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Basis.jl | 45 - `dim`: Topological dimension of element. 47 - `p`: Number of Gauss-Lobatto nodes in one dimension. The polynomial degree of the 49 - `q`: Number of quadrature points in one dimension. 66 - `dim`: Topological dimension. 68 - `p`: Number of nodes in one dimension. 69 - `q`: Number of quadrature points in one dimension 347 Return the spatial dimension of the given [`Basis`](@ref). 358 Return the spatial dimension of the given [`Topology`](@ref).
|
| H A D | Globals.jl | 113 The dimension can be extracted with bitshift:
|
| H A D | UserQFunction.jl | 208 constants in the Q-function. For example, if `dim` is a variable set to the dimension of the 229 for the given dimension.
|
| /libCEED/examples/petsc/ |
| H A D | README.md | 28 - `-cells` - Number of cells per dimension 53 - `-cells` - Number of cells per dimension
|
| /libCEED/examples/python/ |
| H A D | tutorial-3-basis.ipynb | 93 " dim=1, # topological dimension\n", 95 " P=4, # number of basis functions (nodes) per dimension\n", 96 " Q=4, # number of quadrature points per dimension\n",
|
| H A D | tutorial-6-shell.ipynb | 181 " Mesh dimension [-d] : 3\n", 272 " Mesh dimension [-d] : 3\n",
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | UserQFunctions.md | 95 array. The first dimension is always equal to the number of quadrature points. 131 In this example, `dim` is either 1, 2, or 3 according to the spatial dimension 175 sized `SMatrix`. The version for the correct spatial dimension is selected using
|
| H A D | index.md | 53 With LibCEED.jl, it is much easier to write dimension-independent user-defined
|
| /libCEED/rust/libceed/src/ |
| H A D | basis.rs | 434 pub fn dimension(&self) -> usize { in dimension() method
|
| /libCEED/doc/sphinx/source/ |
| H A D | releasenotes.md | 347 demonstrates geometric dimension different from topological dimension. 356 dimension different from topological dimension.
|
| H A D | libCEEDapi.md | 285 …, the size of the field needs to reflect both the number of components and the geometric dimension. 298 …matrices that evaluate values and gradients at quadrature points in one dimension using {c:func}`C…
|
| /libCEED/julia/LibCEED.jl/examples/ |
| H A D | ex1-volume-c.jl | 41 error("Bad dimension")
|
12