| /libCEED/ |
| H A D | NOTICE | 11 process disclosed, or represents that its use would not infringe 16 necessarily constitute or imply its endorsement, recommendation, or favoring
|
| H A D | README.md | 17 …of a high-order linear operator, both with respect to the FLOPs needed for its evaluation, as well… 234 libCEED comes with several examples of its usage, ranging from standalone C codes in the `/examples…
|
| H A D | RELEASING.md | 140 The Python package gets its version from `ceed.pc.template` so there are no file modifications nece…
|
| /libCEED/examples/petsc/ |
| H A D | bpssphere.c | 260 PetscInt its; in main() local 263 PetscCall(KSPGetIterationNumber(ksp, &its)); in main() 272 ksp_type, KSPConvergedReasons[reason], its, (double)rnorm)); in main() 293 … " DoFs/Sec in CG : %g (%g) million\n", 1e-6 * g_size * its / rt_max, in main() 294 1e-6 * g_size * its / rt_min)); in main()
|
| H A D | bpsswarm.c | 352 PetscInt its; in main() local 355 PetscCall(KSPGetIterationNumber(ksp, &its)); in main() 364 ksp_type, KSPConvergedReasons[reason], its, (double)rnorm)); in main() 411 … " DoFs/Sec in CG : %g (%g) million\n", 1e-6 * g_size * its / rt_max, in main() 412 1e-6 * g_size * its / rt_min)); in main()
|
| H A D | bps.c | 247 PetscInt its; in RunWithDM() local 250 PetscCall(KSPGetIterationNumber(ksp, &its)); in RunWithDM() 259 ksp_type, KSPConvergedReasons[reason], its, (double)rnorm)); in RunWithDM() 284 …m, " DoFs/Sec in CG : %g (%g) million\n", 1e-6 * g_size * its / rt_max, in RunWithDM() 285 1e-6 * g_size * its / rt_min)); in RunWithDM()
|
| H A D | multigrid.c | 481 PetscInt its; in main() local 484 PetscCall(KSPGetIterationNumber(ksp, &its)); in main() 494 ksp_type, KSPConvergedReasons[reason], its, (double)rnorm)); in main() 521 …ec in CG : %g (%g) million\n", 1e-6 * g_size[fine_level] * its / rt_max, in main() 522 1e-6 * g_size[fine_level] * its / rt_min)); in main()
|
| H A D | bpsraw.c | 738 PetscInt its; in main() local 741 PetscCall(KSPGetIterationNumber(ksp, &its)); in main() 750 ksp_type, KSPConvergedReasons[reason], its, (double)rnorm)); in main() 769 …tf(comm, " DoFs/Sec in CG : %g (%g) million\n", 1e-6 * gsize * its / rt_max, in main() 770 1e-6 * gsize * its / rt_min)); in main()
|
| /libCEED/julia/LibCEED.jl/examples/ |
| H A D | ex2-surface.jl | 70 # Create the Q-function that builds the diffusion operator (i.e. computes its 71 # quadrature data) and set its context data.
|
| H A D | ex1-volume.jl | 67 # Create the Q-function that builds the mass operator (i.e. computes its 68 # quadrature data) and set its context data.
|
| H A D | ex1-volume-c.jl | 272 # Create the Q-function that builds the mass operator (i.e. computes its 273 # quadrature data) and set its context data.
|
| H A D | ex3-volume.jl | 77 …builds the mass+diffusion operator ( i.e it computes the quadrature data) and set its context data.
|
| /libCEED/examples/solids/ |
| H A D | elasticity.c | 626 PetscInt its; in main() local 627 PetscCall(SNESGetIterationNumber(snes, &its)); in main() 628 snes_its += its; in main() 629 PetscCall(SNESGetLinearSolveIterations(snes, &its)); in main() 630 ksp_its += its; in main()
|
| H A D | index.md | 66 …te variables are constituted by the vector displacement field $\bm u$, and its gradient $\nabla \b… 83 …nsity functional $\Phi(\bm \epsilon) \in \mathbb R$ and obtain the strain energy from its gradient, 105 The constitutive law (stress-strain relationship) is therefore given by its gradient, 269 We will assume without loss of generality that $\bm E$ is diagonal and take its set of eigenvalues … 510 3. conclude by {eq}`eq-diff-P`, where $\bm S$ is either stored or recomputed from its definition ex…
|
| /libCEED/backends/magma/tuning/ |
| H A D | README.md | 28 Alternatively, the `tuning` program can be built and run on its own to benchmark
|
| /libCEED/examples/python/ |
| H A D | tutorial-1-vector.ipynb | 40 … simple creation of a `libceed.Vector`, how to specify its size, and how to read or manipulate its…
|
| H A D | tutorial-2-elemrestriction.ipynb | 200 …ion of a blocked element restriction (from an L-vector to an E-vector) and its transpose (inverse … 270 …ion of a blocked element restriction (from an L-vector to an E-vector) and its transpose (inverse …
|
| /libCEED/doc/ |
| H A D | README.md | 18 …(http://www.sphinx-doc.org/en/master/usage/installation.html) together with its desired extensions.
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Globals.jl | 100 Denotes whether a linear transformation or its transpose should be applied. Either
|
| H A D | Operator.jl | 23 Creates a libCEED `CeedOperator` object using the given Q-function `qf`, and optionally its
|
| H A D | CeedVector.jl | 114 Set `v` to be equal to its elementwise reciprocal.
|
| /libCEED/doc/sphinx/source/ |
| H A D | libCEEDapi.md | 10 …, with respect to both the memory transfer and floating point operations needed for its evaluation. 30 …ector-valued) test function $\bm v$ and $\bm f_1$ all terms which multiply its gradient $\nabla \b… 137 …> - the parallel prolongation operator, $\bm{P}$, (and its transpose) should use optimized matrix-… 158 …restrictions with $\bm{B}$, $\bm{\mathcal{E}}$ and $\bm{P}$, starting from its point-wise kernel $… 217 …m{\mathcal{E}}$ is represented as variable of type {ref}`CeedOperator` and its action is accessibl… 331 This is accomplished by the operator `op_setup` and its application to `X`, the nodes of the mesh (… 352 The action of the operator is then represented by operator `op_mass` and its {c:func}`CeedOperatorA…
|
| H A D | libCEEDdev.md | 40 … method is called, then the parent `/gpu/cuda/gen` {ref}`Ceed` object uses its fallback `/gpu/cuda… 211 …CEED library should be prefixed by `Ceed` and generally take a `Ceed` object as its first argument. 212 If a function takes, for example, a `CeedOperator` as its first argument, then it should be prefixe…
|
| /libCEED/examples/petsc/src/ |
| H A D | swarmutils.c | 556 PetscInt its; in DMSwarmProjectFromSwarmToCells() local 559 PetscCall(KSPGetIterationNumber(ksp, &its)); in DMSwarmProjectFromSwarmToCells() 569 ksp_type, KSPConvergedReasons[reason], its, (double)rnorm)); in DMSwarmProjectFromSwarmToCells()
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | UserQFunctions.md | 66 (both the definition of the Q-function, its creation, and adding the inputs and 134 the body of this Q-function, `dim` will be available, and its value will be a
|