Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Ddiff_flux_projection.h24 const CeedInt offset = Q * n * dim; // offset to reach nth component flux gradients in ComputeDivDiffusiveFluxGeneric() local
27 grad_qn[f * dim + g] = grad_q[offset + (Q * num_comps * dim) * g + Q * f + i]; in ComputeDivDiffusiveFluxGeneric()
/honee/src/
H A Ddm-utils.c539 PetscInt dim, num_fields, offset = 0, size = 0; in GetClosurePermutationAndFieldOffsetAtDepth() local
566 if (f < field) offset += field_size; in GetClosurePermutationAndFieldOffsetAtDepth()
571 *field_offset = offset; in GetClosurePermutationAndFieldOffsetAtDepth()