| /libCEED/python/ |
| H A D | ceed.py | 28 """Ceed: core components.""" 203 ncomp: number of field components per interpolation node 205 compstride: Stride between components for the same L-vector "node". 232 ncomp: number of field components per interpolation node 234 compstride: Stride between components for the same L-vector "node". 265 ncomp: number of field components per interpolation node 267 compstride: Stride between components for the same L-vector "node". 297 ncomp: number of field components per interpolation node 301 *strides: Array for strides between [nodes, components, elements]. 322 ncomp: number of field components per interpolation node [all …]
|
| /libCEED/examples/fluids/src/ |
| H A D | qdata.c | 15 * @brief Get number of components of quadrature data for domain 18 * @param[out] q_data_size Number of components of quadrature data 25 { // Get number of coordinate components in QDataGetNumComponents() 71 * @param[out] q_data_size number of components of quadrature data 122 * @brief Get number of components of quadrature data for boundary of domain 125 * @param[out] q_data_size Number of components of quadrature data 158 * @param[out] q_data_size number of components of quadrature data
|
| H A D | bc_definition.c | 66 @param[in] num_essential_comps Number of components to set 67 @param[in] essential_comps Array of components to set, size `num_essential_comps` 81 @param[out] num_essential_comps Number of components to set 82 @param[out] essential_comps Array of components to set, size `num_essential_comps`
|
| /libCEED/tests/output/ |
| H A D | t300-basis.out | 5 field components: 1 22 field components: 1 39 field components: 1
|
| H A D | t300-basis-f.out | 5 field components: 1 22 field components: 1 39 field components: 1
|
| H A D | t320-basis.out | 5 field components: 1 26 field components: 1
|
| H A D | t320-basis-f.out | 5 field components: 1 26 field components: 1
|
| H A D | t340-basis.out | 5 field components: 1 26 field components: 1
|
| H A D | t330-basis.out | 5 field components: 1 41 field components: 1
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | ElemRestriction.jl | 57 - `ncomp`: Number of field components per interpolation node (1 for scalar fields) 58 - `compstride`: Stride between components for the same L-vector "node". Data for node $i$, 121 - `ncomp`: Number of field components per interpolation node (1 for scalar fields) 122 - `compstride`: Stride between components for the same L-vector "node". Data for node $i$, 189 - `ncomp`: Number of field components per interpolation node (1 for scalar fields) 190 - `compstride`: Stride between components for the same L-vector "node". Data for node $i$, 248 - `ncomp`: Number of field components per interpolation node (1 for scalar fields) 251 - `strides`: Array for strides between [nodes, components, elements]. Data for node $i$, 396 Get the number of components in the elements of an [`ElemRestriction`](@ref).
|
| H A D | Basis.jl | 46 - `ncomp`: Number of field components (1 for scalar fields). 67 - `ncomp`: Number of field components (1 for scalar fields). 122 - `ncomp`: Number of field components (1 for scalar fields). 180 - `ncomp`: Number of field components (1 for scalar fields). 238 - `ncomp`: Number of field components (1 for scalar fields). 378 Return the number of components of the given [`Basis`](@ref).
|
| /libCEED/include/ceed/jit-source/magma/ |
| H A D | magma-common-tensor.h | 15 // read U or V of a 1D element into shared memory sU[][] or sV[][] -- for all components 28 // write V of a 1D element into global memory from sV[][] -- for all components 40 // sum into V of a 1D element into global memory from sV[][] -- for all components 52 // read U of a 2D element into registers rU[][][] -- for all components of a single dim 89 // read V of a 2D element into registers rV[][][] -- for all components of a single dim 106 // write V of a 2D element from registers rV[][][] to global memory -- for all components of a sin… 123 // sum into V of a 2D element from registers rV[][][] to global memory -- for all components of a … 140 // read U of a 3D element into registers rU[][][] -- for all components of a single dim 177 // read V of a 3D element into registers rV[][][] -- for all components of a single dim 194 // write V of a 3D element from registers rV[][][] to global memory -- for all components of a sin… [all …]
|
| /libCEED/python/tests/output/ |
| H A D | test_300.out | 5 field components: 1 23 field components: 1
|
| /libCEED/gallery/mass-vector/ |
| H A D | ceed-vectormassapply.c | 14 …et fields for `CeedQFunction` for applying the mass matrix on a vector system with three components 34 …rief Register `CeedQFunction` for applying the mass matrix on a vector system with three components
|
| /libCEED/.github/workflows/ |
| H A D | rust-test-with-style.yml | 26 components: llvm-tools-preview 58 components: rustfmt
|
| /libCEED/gallery/poisson-vector/ |
| H A D | ceed-vectorpoisson3dapply.c | 14 …ields for `CeedQFunction` applying the 3D Poisson operator on a vector system with three components 34 …ister `CeedQFunction` for applying the 3D Poisson operator on a vector system with three components
|
| H A D | ceed-vectorpoisson2dapply.c | 14 …ields for `CeedQFunction` applying the 2D Poisson operator on a vector system with three components 34 …ister `CeedQFunction` for applying the 2D Poisson operator on a vector system with three components
|
| H A D | ceed-vectorpoisson1dapply.c | 14 …ields for `CeedQFunction` applying the 1D Poisson operator on a vector system with three components 34 …ister `CeedQFunction` for applying the 1D Poisson operator on a vector system with three components
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | utils.h | 201 @param[in] start Starting index to store components 202 @param[in] num_comp Number of components to store 220 @param[in] start Starting index to store components 221 @param[in] num_comp Number of components to store 259 @param[out] normal Components of the normal vector (shape [3]), or `NULL` 295 @param[out] normal Components of the normal vector (shape [2]), or `NULL`
|
| /libCEED/include/ |
| H A D | ceed-impl.h | 9 /// Private header for frontend components of libCEED 189 CeedInt num_comp; /* number of components */ 195 CeedInt *strides; /* strides between [nodes, components, elements] */ 196 CeedInt l_layout[3]; /* L-vector layout [nodes, components, elements] */ 197 CeedInt e_layout[3]; /* E-vector layout [nodes, components, elements] */ 214 CeedInt num_comp; /* number of field components (1 for scalar fields) */
|
| /libCEED/interface/ |
| H A D | ceed-elemrestriction.c | 378 @param[out] layout Variable to store layout array, stored as `[nodes, components, elements]`. 407 @param[in] layout Variable to containing layout array, stored as `[nodes, components, elements]`. 429 @param[out] layout Variable to store layout array, stored as `[nodes, components, elements]`. 447 @param[in] layout Variable to containing layout array, stored as `[nodes, components, elements]`. 641 @param[in] num_comp Number of field components per interpolation node (1 for scalar fields) 642 @param[in] comp_stride Stride between components for the same L-vector "node". 695 @param[in] num_comp Number of field components per interpolation node (1 for scalar fields) 696 @param[in] comp_stride Stride between components for the same L-vector "node". 752 @param[in] num_comp Number of field components per interpolation node (1 for scalar fields) 753 @param[in] comp_stride Stride between components for the same L-vector "node". [all …]
|
| /libCEED/tests/ |
| H A D | t203-elemrestriction.c | 2 /// Test creation, use, and destruction of a blocked element restriction with multiple components i… 3 …ion, use, and destruction of a blocked element restriction with multiple components in the l-vector
|
| H A D | t213-elemrestriction.c | 2 /// Test creation, use, and destruction of a blocked element restriction with multiple components i… 3 …n, use, and destruction of a blocked element restriction with multiple components in the l-vector,…
|
| /libCEED/julia/LibCEED.jl/test/output/Float32/ |
| H A D | b3.out | 5 field components: 1
|
| H A D | b2.out | 5 field components: 1
|