Home
last modified time | relevance | path

Searched refs:its (Results 1 – 25 of 29) sorted by relevance

12

/libCEED/
H A DNOTICE11 process disclosed, or represents that its use would not infringe
16 necessarily constitute or imply its endorsement, recommendation, or favoring
H A DREADME.md17 …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 DRELEASING.md140 The Python package gets its version from `ceed.pc.template` so there are no file modifications nece…
/libCEED/examples/petsc/
H A Dbpssphere.c260 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 Dbpsswarm.c352 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 Dbps.c247 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 Dmultigrid.c481 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 Dbpsraw.c738 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 Dex2-surface.jl70 # Create the Q-function that builds the diffusion operator (i.e. computes its
71 # quadrature data) and set its context data.
H A Dex1-volume.jl67 # Create the Q-function that builds the mass operator (i.e. computes its
68 # quadrature data) and set its context data.
H A Dex1-volume-c.jl272 # Create the Q-function that builds the mass operator (i.e. computes its
273 # quadrature data) and set its context data.
H A Dex3-volume.jl77 …builds the mass+diffusion operator ( i.e it computes the quadrature data) and set its context data.
/libCEED/examples/solids/
H A Delasticity.c626 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 Dindex.md66 …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 DREADME.md28 Alternatively, the `tuning` program can be built and run on its own to benchmark
/libCEED/examples/python/
H A Dtutorial-1-vector.ipynb40 … simple creation of a `libceed.Vector`, how to specify its size, and how to read or manipulate its
H A Dtutorial-2-elemrestriction.ipynb200 …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 DREADME.md18 …(http://www.sphinx-doc.org/en/master/usage/installation.html) together with its desired extensions.
/libCEED/julia/LibCEED.jl/src/
H A DGlobals.jl100 Denotes whether a linear transformation or its transpose should be applied. Either
H A DOperator.jl23 Creates a libCEED `CeedOperator` object using the given Q-function `qf`, and optionally its
H A DCeedVector.jl114 Set `v` to be equal to its elementwise reciprocal.
/libCEED/doc/sphinx/source/
H A DlibCEEDapi.md10 …, 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 DlibCEEDdev.md40 … 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 Dswarmutils.c556 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 DUserQFunctions.md66 (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

12