Home
last modified time | relevance | path

Searched refs:shape (Results 1 – 16 of 16) sorted by relevance

/libCEED/examples/ceed/
H A Dex1-volume-f.h6 ! j is Jacobians with shape [dim, dim, Q]
7 ! w is quadrature weights with shape [1, Q]
10 ! qdata is quadrature data with shape [1, Q]
42 ! u is solution variables with shape [1, Q]
43 ! qdata is quadrature data with shape [1, Q]
46 ! v is solution variables with shape [1, Q]
/libCEED/python/
H A Dceed_vector.py266 def array(self, *shape, memtype=MEM_HOST): argument
285 if shape:
286 x = x.reshape(shape)
291 def array_read(self, *shape, memtype=MEM_HOST): argument
310 if shape:
311 x = x.reshape(shape)
316 def array_write(self, *shape, memtype=MEM_HOST): argument
336 if shape:
337 x = x.reshape(shape)
H A Dceed_qfunctioncontext.py160 def data(self, *shape, memtype=MEM_HOST): argument
172 if shape:
173 x = x.reshape(shape)
/libCEED/examples/petsc/
H A Dbpsraw.c562 …CeedInt shape[3] = {mesh_elem[0] + 1, mesh_elem[1] + 1, mesh_elem[2] + 1}, len = shape[0] * sh… in main() local
565 for (CeedInt i = 0; i < shape[0]; i++) { in main()
566 for (CeedInt j = 0; j < shape[1]; j++) { in main()
567 for (CeedInt k = 0; k < shape[2]; k++) { in main()
568 …x_loc[dim * ((i * shape[1] + j) * shape[2] + k) + 0] = 1. * (i_rank[0] * mesh_elem[0] + i) / (p[0]… in main()
569 …x_loc[dim * ((i * shape[1] + j) * shape[2] + k) + 1] = 1. * (i_rank[1] * mesh_elem[1] + j) / (p[1]… in main()
570 …x_loc[dim * ((i * shape[1] + j) * shape[2] + k) + 2] = 1. * (i_rank[2] * mesh_elem[2] + k) / (p[2]… in main()
/libCEED/julia/LibCEED.jl/src/
H A DElemRestriction.jl63 - `offsets`: Array of shape `(elemsize, nelem)`. Column $i$ holds the ordered list of the
127 - `offsets`: Array of shape `(elemsize, nelem)`. Column $i$ holds the ordered list of the
131 - `orients`: Array of shape `(elemsize, nelem)` with bool false for positively oriented
195 - `offsets`: Array of shape `(elemsize, nelem)`. Column $i$ holds the ordered list of
199 - `curlorients`: Array of shape `(3 * elemsize, nelem)` representing a row-major tridiagonal
H A DGlobals.jl110 Type of basis shape to create non-tensor H1 element basis. One of `LINE`, `TRIANGLE`,
/libCEED/examples/python/
H A Dtutorial-4-qfunction.ipynb38 …ined at quadrature points. Hence, QFunctions are independent from element shape, resolution and or…
42 …fined at quadrature points, belonging to elements that can have different shape, resolution and or…
H A Dtutorial-3-basis.ipynb251 …"* In the following example, we demonstrate the application of the gradient of the shape functions…
/libCEED/julia/LibCEED.jl/docs/src/
H A DUserQFunctions.md149 so the shape of `du` is `(Q, dim)`. Similarly, the action of $D$ is given by
151 each quadrature point. This means that the output array `dv` also has shape
/libCEED/doc/sphinx/source/
H A DlibCEEDdev.md157 // u has shape [dim, num_comp, Q, num_elem]
174 // u has shape [dim, num_comp, Q*num_elem]
180 // u has shape [dim*num_comp, Q, num_elem]
H A Dreleasenotes.md176 - Added {c:func}`CeedOperatorGetActiveVectorLengths` to get shape of CeedOperator.
/libCEED/examples/fluids/
H A DREADME.md279 shape: box
291 shape: zbox
H A Dindex.md600 …bla \rho|}$. The original formulation of Tezduyar and Senga relies on the shape function gradient …
/libCEED/julia/LibCEED.jl/examples/
H A Dex1-volume-c.jl17 # in[0] is Jacobians with shape [dim, nc=dim, Q]
/libCEED/doc/papers/joss/
H A Dpaper.md113 The discrete basis $B$ is the purely algebraic expression of a finite element basis (shape function…
/libCEED/
H A DDoxyfile2438 # around nodes set 'shape=plain' or 'shape=plaintext' <a
2440 # The default value is: shape=box,height=0.2,width=0.4.
2443 DOT_NODE_ATTR = "shape=box,height=0.2,width=0.4"