| /libCEED/examples/fluids/src/ |
| H A D | dm_utils.c | 65 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 D | tutorial-2-elemrestriction.ipynb | 90 …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 D | ElemRestriction.jl | 14 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 D | Operator.jl | 27 the name of the field (as a string or symbol), the corresponding element restriction, basis,
|
| H A D | QFunction.jl | 83 of a [`ElemRestriction`](@ref) and [`Basis`](@ref), such as restriction and prolongation
|
| /libCEED/examples/ceed/ |
| H A D | ex2-surface.c | 50 … 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 D | ex3-volume.c | 49 … 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 D | ex1-volume.c | 50 … CeedElemRestriction *restriction, CeedElemRestriction *q_data_restriction); 319 … CeedElemRestriction *restriction, CeedElemRestriction *q_data_restriction) { in BuildCartesianRestriction() argument 357 restriction); in BuildCartesianRestriction()
|
| H A D | ex1-volume-f.f90 | 87 integer restriction local 148 &ceed_copy_values, elem_nodes, restriction, err)
|
| /libCEED/python/ |
| H A D | ceed_operator.py | 300 def set_field(self, fieldname, restriction, basis, vector): argument 316 restriction._pointer[0], basis._pointer[0],
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.h | 282 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 D | LICENSE.txt | 7 in the Software without restriction, including without limitation the rights
|
| /libCEED/examples/rust-qfunctions/ |
| H A D | ex1-volume.c | 51 … 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 D | paper.md | 95 …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 D | libCEEDapi.md | 55 - 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 D | releasenotes.md | 148 …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 D | index.md | 153 …on given by the equation in figure {ref}`fig-operator-decomp`, and the restriction and prolongatio…
|
| /libCEED/ |
| H A D | coverage.info | 822 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 D | Doxyfile | 2683 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
|