Home
last modified time | relevance | path

Searched refs:field (Results 1 – 7 of 7) sorted by relevance

/honee/src/
H A Ddm-utils.c536 … 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 Djunit_common.py5 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 Ddm-utils.h30 PetscErrorCode DMGetFieldNumComps(DM dm, PetscInt field, PetscInt *num_comp);
/honee/doc/
H A Dauxiliary.md170 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 Dexamples.md8 …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 Dtheory.md20 …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 Druntime_options.md380 The coordinates for such cases are stored as a new field with special cell-based indexing to enable…