Home
last modified time | relevance | path

Searched refs:example (Results 1 – 25 of 39) sorted by relevance

12

/libCEED/examples/ceed/
H A DREADME.md7 This example uses the mass matrix to compute the length, area, or volume of a region, depending upo…
11 This example uses the diffusion matrix to compute the surface area of a region, in 1D, 2D or 3D, de…
15 This example uses the mass matrix to compute the length, area, or volume of a region, depending upo…
16 Unlike ex1, this example also adds the diffusion matrix to add a zero contribution to this calculat…
H A Dindex.md10 This example is located in the subdirectory {file}`examples/ceed`.
14 This example shows how to compute line/surface/volume integrals of a 1D, 2D, or 3D domain $\Omega$ …
33 This example is located in the subdirectory {file}`examples/ceed`.
67 This example is located in the subdirectory {file}`examples/ceed`.
71 This example shows how to compute line/surface/volume integrals of a 1D, 2D, or 3D domain $\Omega$ …
86 …ition of the Poisson term is not needed to compute the volume of the region, as shown in example 1.
87 Rather, this example illustrates the ability to add multiple evaluation modes for the same input or…
/libCEED/examples/nek/
H A DREADME.md7 For example, you could set
34 At present, there is only one Nek5000 example file to build, which handles both CEED BP 1 and CEED …
49 -e|-example Example name (optional, default: bp1)
59 For example, you can run bp1 as follows:
61 ./run-nek-example.sh -ceed /cpu/self -e bp1 -n 4 -b 3
65 ./run-nek-example.sh -b 3
H A Dnek-examples.sh99 -e|-example)
/libCEED/examples/petsc/
H A Dindex.md3 (example-petsc-area)=
7 This example is located in the subdirectory {file}`examples/petsc`.
10 This example has the same mathematical formulation as {ref}`Ex1-Volume`, with the exception that th…
12 (example-petsc-area-cube)=
16 This is one of the test cases of the computation of the {ref}`example-petsc-area` of a 2D manifold …
23 This example uses the following coordinate transformations for the computation of the geometric fac…
41 (example-petsc-area-sphere)=
45 This problem computes the surface {ref}`example-petsc-area` of a tensor-product discrete sphere, ob…
46 This discrete surface is sometimes referred to as a cubed-sphere (an example of such as a surface i…
60 This example uses the following coordinate transformations for the computation of the geometric fac…
[all …]
H A DREADME.md33 For example
66 ### libCEED example to compute surface area using DMPlex - area
68 This example uses the mass matrix to compute the surface area of a cube or a discrete cubed-sphere,…
80 The following arguments can be specified for the area example:
/libCEED/examples/deal.II/
H A DREADME.md3 An example how to write libCEED operators (BP1-BP6) within the open-source finite element library […
6 First compile deal.II and libCEED individually. After that, compile the deal.II example:
/libCEED/examples/python/
H A Dtutorial-2-elemrestriction.ipynb52 "# In this 1D example, the dofs are indexed as\n",
90 …"* In the following example, we illustrate how to extract the multiplicity of indices in an elemen…
99 "# In this 1D example, there are four nodes per element\n",
125 …"* In the following example, we illustrate the creation and use of a strided (identity) element re…
134 "# In this 1D example, the dofs are indexed as\n",
167 …"* In the following example, we illustrate the creation and view of a blocked strided (identity) e…
176 "# In this 1D example, there are three elements (four nodes in total) \n",
200 …"* In the following example (intended for backend developers), we illustrate the creation of a blo…
209 "# In this 1D example, the dofs are indexed as\n",
270 …"* In the following example (intended for backend developers), we illustrate the creation and appl…
[all …]
H A Dtutorial-6-shell.ipynb41 "This example is located in the subdirectory `examples/ceed`. It illustrates a\n",
46 "This example shows how to compute line/surface/volume integrals of a 1D, 2D, or 3D\n",
69 "#### Executing the example\n",
207 …"This example shows how to compute line/surface/volume integrals of a 1D, 2D, or 3D domain Ω respe…
218 "This example is located in the subdirectory `examples/ceed`. It computes the\n",
222 "Similarly to the Ex1-Volume example, it computes:\n",
243 …he boundary integrand is $v 1 \\equiv v$. Hence, similar to the previous example, we can evaluate …
254 "### Executing the example\n",
256 …bove, you should be in the `examples/ceed/` subdirectory and have already compiled the example.\n",
298 …"This example computes the surface area of a given body using matrix-free application of a Laplace…
H A Dtutorial-1-vector.ipynb77 …"* In the following example, we associate the data stored in a `libceed.Vector` with a `numpy.arra…
102 …"* In the following example, we set all entries to the same value and then visualize the `libceed.…
123 "* In the following example, we set one vector from the array of another vector"
152 "* In the following example, we access and modify only one entry of the `libceed.Vector`"
176 …"* In the following example, we compute the $L_1$, $L_2$ (default), and $L_{\\infty}$ norms of a `…
208 …a, you can use device memory in your `libceed.Vector`s. In the following example, we create a `lib…
H A Dtutorial-4-qfunction.ipynb49 …"* In the following example, we create and view two QFunctions (for the setup and apply, respectiv…
74 "* In the following example, we create and evaluate a built-in identity QFunction."
107 …"* In the following example, we create and evaluate a QFunction (for the mass operator in 1D) from…
158 …"* In the following example, we create and evaluate a built-in identity QFunction 3 fields per qua…
/libCEED/benchmarks/
H A Dbenchmark.sh83 for example; do
86 if [ ! -e $build_root/$example ]; then
87 echo "Error: example is not built: $example"
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md36 - Add deal.II example with CEED BP suite.
49 For example, `CeedOperatorContextGetFieldLabel` was renamed to `CeedOperatorGetContextFieldLabel`.
66 - Add `DMSwarm` example demonstrating interpolation from background mesh to swarm points and projec…
68 #### {ref}`example-petsc-bps`
72 #### {ref}`example-petsc-navier-stokes`
80 - Added vortex shedding and flow past cylinder example, including calculations for lift, drag, and …
115 #### {ref}`example-petsc-navier-stokes`
120 - Added $YZ\beta$ shock capturing scheme and Shock Tube example.
121 - Added Channel example, with comparison to analytic solutions.
127 #### {ref}`example-petsc-bps`
[all …]
H A DlibCEEDdev.md29 …For example, the `/cpu/self/xsmm/serial` backend implements the `CeedTensorContract` object itself…
39 …For example, `/gpu/cuda/gen` falls back to `/gpu/cuda/ref` for missing {ref}`CeedOperator` precond…
154 For example, the comment
212 If a function takes, for example, a `CeedOperator` as its first argument, then it should be prefixe…
217 … type (for example, `CeedInt`) should be listed on the same line if possible; otherwise, they shou…
238 …tags for each parameter, a newline, and a `@return` line formatted exactly as in the example below.
241 For example:
276 for example.
H A Dgpu.md11 …NCTION` macro automatically creates a string with the absolute path, for example a {c:type}`CeedQF…
/libCEED/examples/solids/
H A DREADME.md3 This page provides a description of the solid mechanics example for the libCEED library, based on P…
53 …en using Exodus meshes created using [CUBIT]; sample meshes used for the example runs suggested he…
57 Consider the specific example of the mesh seen below:
62 With the sidesets defined in the figure, we provide here an example of a minimal set of command lin…
68 In this example, we set the left boundary, face set $999$, to zero displacement and the right bound…
72 As an alternative example exploiting {code}`-dm_plex_box_faces`, we consider a {code}`4 x 4 x 4` me…
171 …egree is often faster, albeit less robust; try {code}`-outer_mg_levels_ksp_max_it 2`, for example.)
201 For example, consider a problem involving metals subject to gravity.
/libCEED/julia/LibCEED.jl/docs/src/
H A DMisc.md11 instead is given as, for example, a view into a larger array, then LibCEED.jl
20 For example:
H A DUserQFunctions.md17 an example of a user Q-function defined in C. This is the "apply mass"
41 From this example, we see that a user Q-function is a C callback that takes a
45 In this example, the first input array is `u`, which is the value of the trial
104 For a more sophisticated example of a Q-function, we consider the "apply
125 In contrast to the previous example, before the field specifications, this
131 In this example, `dim` is either 1, 2, or 3 according to the spatial dimension
139 example, the field specifications are slightly more involved that in the
140 previous example. The arrays are given by
190 available in GPU code (for example, dynamic dispatch), so if the Q-function is
H A DExamples.md8 the low-level C interface. This example uses low-level user Q-functions
/libCEED/examples/mfem/
H A DREADME.md5 First compile MFEM and libCEED individually. After that, compile the MFEM example:
/libCEED/python/
H A DREADME.md21 `tutorial-6` shows a standalone libCEED C example.
/libCEED/python/tests/
H A DREADME.md21 `test-5-operator.py` both contain the example function `load_qfs_so()` for
/libCEED/backends/magma/tuning/
H A DREADME.md22 the libCEED library. For example, this may be a build script which calls `make`
/libCEED/julia/LibCEED.jl/src/
H A DUserQFunction.jl99 "libCEED.jl.\nPlease use a different backend, for example: /gpu/cuda/shared ",
208 constants in the Q-function. For example, if `dim` is a variable set to the dimension of the
/libCEED/examples/fluids/
H A DREADME.md3 This page provides a description of the Navier-Stokes example for the libCEED library, based on PET…
254 Use `bc_inflow` and see {ref}`example-blasius` and discussion of synthetic turbulence generation fo…
395 For 3D advection, an example of the `rotation` mode can be run with:
407 For 2D advection, an example of the `rotation` mode can be run with:
882 (example-blasius)=

12