Searched refs:field (Results 1 – 7 of 7) sorted by relevance
| /honee/src/ |
| H A D | dm-utils.c | 536 … GetClosurePermutationAndFieldOffsetAtDepth(DM dm, PetscInt depth, PetscInt field, IS *permutation, in GetClosurePermutationAndFieldOffsetAtDepth() argument 561 if (f == field) is_field_continuous = is_continuous; in GetClosurePermutationAndFieldOffsetAtDepth() 566 if (f < field) offset += field_size; in GetClosurePermutationAndFieldOffsetAtDepth() 591 static inline PetscErrorCode ComputeFieldTabulationP2C(DM dm, PetscInt field, PetscInt face, PetscT… in ComputeFieldTabulationP2C() argument 609 …PetscCall(GetClosurePermutationAndFieldOffsetAtDepth(dm, dim, field, &permutation, &field_offset)); in ComputeFieldTabulationP2C() 1342 PetscInt field = 0; // Default field has the coordinates in DMGetCoordinateNumComps() local 1347 PetscCall(PetscSectionGetFieldComponents(section_coord, field, num_comp)); in DMGetCoordinateNumComps() 1358 PetscErrorCode DMGetFieldNumComps(DM dm, PetscInt field, PetscInt *num_comp) { in DMGetFieldNumComps() argument 1363 PetscCall(PetscSectionGetFieldComponents(section, field, num_comp)); in DMGetFieldNumComps()
|
| /honee/tests/ |
| H A D | junit_common.py | 5 from dataclasses import dataclass, field, fields 64 name: str = field(default_factory=str) 68 only: List = field(default_factory=list) 69 args: List = field(default_factory=list) 70 key_values: Dict = field(default_factory=dict)
|
| /honee/include/ |
| H A D | dm-utils.h | 30 PetscErrorCode DMGetFieldNumComps(DM dm, PetscInt field, PetscInt *num_comp);
|
| /honee/doc/ |
| H A D | auxiliary.md | 170 There is the option to filter the solution field using differential filtering. 178 for $\phi$ the scalar solution field we want to filter, $\overline \phi$ the filtered scalar soluti… 383 Both the inputs and outputs are computed from a filtered velocity field, which is calculated via {r…
|
| H A D | examples.md | 8 …ts it evolve in time. The initial condition contains a Gaussian perturbation in the pressure field: 552 with $\bm{u}$ the vector velocity field and $\kappa$ the diffusion coefficient. 559 A uniform circular velocity field transports the blob of total energy. 564 …In this case, a background wind with a constant rectilinear velocity field, enters the domain and …
|
| H A D | theory.md | 20 …y (defined as $\bm{U}=\rho \bm{u}$, where $\bm{u}$ is the vector velocity field), $E$ the total en… 210 …u` and {eq}`eq-weak-vector-ns-supg`, $\bm\tau \in \mathbb R^{5\times 5}$ (field indices) is an int… 337 {ref}`problem-advection`, the problem of the transport of energy in a uniform vector velocity field… 411 …m are assumed to account for the effect of subgrid scale structures on the filtered solution field.
|
| H A D | runtime_options.md | 380 The coordinates for such cases are stored as a new field with special cell-based indexing to enable…
|