Home
last modified time | relevance | path

Searched refs:restriction (Results 1 – 19 of 19) sorted by relevance

/libCEED/examples/fluids/src/
H A Ddm_utils.c65 CeedElemRestriction *restriction) { in DMPlexCeedElemRestrictionCreate() argument
74 restriction_offsets_ceed, restriction)); in DMPlexCeedElemRestrictionCreate()
95 CeedElemRestriction *restriction) { in DMPlexCeedElemRestrictionCoordinateCreate() argument
103 …MPlexCeedElemRestrictionCreate(ceed, dm_coord, domain_label, label_value, height, 0, restriction)); in DMPlexCeedElemRestrictionCoordinateCreate()
125 … PetscInt q_data_size, PetscBool is_collocated, CeedElemRestriction *restriction) { in DMPlexCeedElemRestrictionStridedCreate() argument
191 restriction)); in DMPlexCeedElemRestrictionStridedCreate()
212 … PetscInt q_data_size, CeedElemRestriction *restriction) { in DMPlexCeedElemRestrictionQDataCreate() argument
214 …StridedCreate(ceed, dm, domain_label, label_value, height, q_data_size, PETSC_FALSE, restriction)); in DMPlexCeedElemRestrictionQDataCreate()
235 … PetscInt q_data_size, CeedElemRestriction *restriction) { in DMPlexCeedElemRestrictionCollocatedCreate() argument
237 …nStridedCreate(ceed, dm, domain_label, label_value, height, q_data_size, PETSC_TRUE, restriction)); in DMPlexCeedElemRestrictionCollocatedCreate()
/libCEED/examples/python/
H A Dtutorial-2-elemrestriction.ipynb90 …lowing example, we illustrate how to extract the multiplicity of indices in an element restriction"
125 …le, we illustrate the creation and use of a strided (identity) element restriction. Strided restri…
167 …g example, we illustrate the creation and view of a blocked strided (identity) element restriction"
200 …r backend developers), we illustrate the creation of a blocked element restriction (from an L-vect…
229 "# Forward restriction output:\n",
270 …pers), we illustrate the creation and application of a blocked element restriction (from an L-vect…
299 "# Forward restriction output:\n",
/libCEED/julia/LibCEED.jl/src/
H A DElemRestriction.jl14 Wraps a `CeedElemRestriction` object, representing the restriction from local vectors to
62 fields given by this restriction.
126 fields given by this restriction.
194 fields given by this restriction.
202 restriction.
246 - `nelem`: Number of elements described by the restriction
250 fields given by this restriction.
H A DOperator.jl27 the name of the field (as a string or symbol), the corresponding element restriction, basis,
H A DQFunction.jl83 of a [`ElemRestriction`](@ref) and [`Basis`](@ref), such as restriction and prolongation
/libCEED/examples/ceed/
H A Dex2-surface.c50 … CeedElemRestriction *restriction, CeedElemRestriction *q_data_restriction);
339 … CeedElemRestriction *restriction, CeedElemRestriction *q_data_restriction) { in BuildCartesianRestriction() argument
376 if (restriction) { in BuildCartesianRestriction()
378 restriction); in BuildCartesianRestriction()
H A Dex3-volume.c49 … CeedElemRestriction *restriction, CeedElemRestriction *q_data_restriction);
308 … CeedElemRestriction *restriction, CeedElemRestriction *q_data_restriction) { in BuildCartesianRestriction() argument
345 if (restriction) { in BuildCartesianRestriction()
347 restriction); in BuildCartesianRestriction()
H A Dex1-volume.c50 … CeedElemRestriction *restriction, CeedElemRestriction *q_data_restriction);
319 … CeedElemRestriction *restriction, CeedElemRestriction *q_data_restriction) { in BuildCartesianRestriction() argument
357 restriction); in BuildCartesianRestriction()
H A Dex1-volume-f.f9087 integer restriction local
148 &ceed_copy_values, elem_nodes, restriction, err)
/libCEED/python/
H A Dceed_operator.py300 def set_field(self, fieldname, restriction, basis, vector): argument
316 restriction._pointer[0], basis._pointer[0],
/libCEED/examples/fluids/
H A Dnavierstokes.h282 CeedElemRestriction *restriction);
284 CeedElemRestriction *restriction);
286 … PetscInt q_data_size, CeedElemRestriction *restriction);
288 … PetscInt q_data_size, CeedElemRestriction *restriction);
/libCEED/tests/junit-xml/
H A DLICENSE.txt7 in the Software without restriction, including without limitation the rights
/libCEED/examples/rust-qfunctions/
H A Dex1-volume.c51 … CeedElemRestriction *restriction, CeedElemRestriction *q_data_restriction);
329 … CeedElemRestriction *restriction, CeedElemRestriction *q_data_restriction) { in BuildCartesianRestriction() argument
367 restriction); in BuildCartesianRestriction()
/libCEED/doc/papers/joss/
H A Dpaper.md95 …re $\mathcal P$ is an optional external operator, such as the parallel restriction in MPI-based [@…
112 The element restriction $\mathcal E$ requires mesh topology and a numbering of DoFs, and may be a n…
122 …e operators in multigrid) and construction of $p$-multigrid prolongation and restriction operators.
125 ![A schematic of element restriction and basis applicator operators for
/libCEED/doc/sphinx/source/
H A DlibCEEDapi.md55 - Subdomain restriction $\bm{P}$
56 - Element restriction $\bm{\mathcal{E}}$
158 … performed by evaluating and storing some of the innermost variational restriction matrices, and a…
319 …element continuity has been subsumed by the parallel restriction $\bm{P}$), the element restrictio…
322 …ng interface while the latter will require a generalization to element restriction that would defi…
326 separately with a matching field name, basis ($\bm{B}$), element restriction ($\bm{\mathcal{E}}$), …
H A Dreleasenotes.md148 …kends to use runtime compilation for tensor basis kernels (and element restriction kernels, in non…
269 …tigridLevelCreateH1` to facilitate creation of multigrid prolongation, restriction, and coarse gri…
541 {ref}`CeedOperator`. A concept of blocked restriction was added to this release and
/libCEED/examples/petsc/
H A Dindex.md153 …on given by the equation in figure {ref}`fig-operator-decomp`, and the restriction and prolongatio…
/libCEED/
H A Dcoverage.info822 SF:/home/jeremy/Dev/libCEED/backends/memcheck/ceed-memcheck-restriction.c
3326 SF:/home/jeremy/Dev/libCEED/backends/ref/ceed-ref-restriction.c
H A DDoxyfile2683 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.