Home
last modified time | relevance | path

Searched full:components (Results 1 – 25 of 93) sorted by relevance

1234

/libCEED/python/
H A Dceed.py28 """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 Dqdata.c15 * @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 Dbc_definition.c66 @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 Dt300-basis.out5 field components: 1
22 field components: 1
39 field components: 1
H A Dt300-basis-f.out5 field components: 1
22 field components: 1
39 field components: 1
H A Dt320-basis.out5 field components: 1
26 field components: 1
H A Dt320-basis-f.out5 field components: 1
26 field components: 1
H A Dt340-basis.out5 field components: 1
26 field components: 1
H A Dt330-basis.out5 field components: 1
41 field components: 1
/libCEED/julia/LibCEED.jl/src/
H A DElemRestriction.jl57 - `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 DBasis.jl46 - `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 Dmagma-common-tensor.h15 // 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 Dtest_300.out5 field components: 1
23 field components: 1
/libCEED/gallery/mass-vector/
H A Dceed-vectormassapply.c14 …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 Drust-test-with-style.yml26 components: llvm-tools-preview
58 components: rustfmt
/libCEED/gallery/poisson-vector/
H A Dceed-vectorpoisson3dapply.c14 …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 Dceed-vectorpoisson2dapply.c14 …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 Dceed-vectorpoisson1dapply.c14 …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 Dutils.h201 @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 Dceed-impl.h9 /// 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 Dceed-elemrestriction.c378 @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 Dt203-elemrestriction.c2 /// 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 Dt213-elemrestriction.c2 /// 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 Db3.out5 field components: 1
H A Db2.out5 field components: 1

1234