Searched refs:offset (Results 1 – 2 of 2) sorted by relevance
24 const CeedInt offset = Q * n * dim; // offset to reach nth component flux gradients in ComputeDivDiffusiveFluxGeneric() local27 grad_qn[f * dim + g] = grad_q[offset + (Q * num_comps * dim) * g + Q * f + i]; in ComputeDivDiffusiveFluxGeneric()
539 PetscInt dim, num_fields, offset = 0, size = 0; in GetClosurePermutationAndFieldOffsetAtDepth() local566 if (f < field) offset += field_size; in GetClosurePermutationAndFieldOffsetAtDepth()571 *field_offset = offset; in GetClosurePermutationAndFieldOffsetAtDepth()