Home
last modified time | relevance | path

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

/honee/src/
H A Ddm-utils.c537 PetscInt *field_offset) { in GetClosurePermutationAndFieldOffsetAtDepth() argument
543 *field_offset = 0; in GetClosurePermutationAndFieldOffsetAtDepth()
571 *field_offset = offset; in GetClosurePermutationAndFieldOffsetAtDepth()
594 PetscInt field_offset = 0, num_comp, P, Q, dim; in ComputeFieldTabulationP2C() local
609 …PetscCall(GetClosurePermutationAndFieldOffsetAtDepth(dm, dim, field, &permutation, &field_offset)); in ComputeFieldTabulationP2C()
617 … = has_permutation ? (permutation_indices[field_offset + p_ceed * num_comp] - field_offs… in ComputeFieldTabulationP2C()