Searched refs:num_dof_1d (Results 1 – 1 of 1) sorted by relevance
551 PetscInt num_components, num_dof_1d, dual_space_size, field_size; in GetClosurePermutationAndFieldOffsetAtDepth() local564 num_dof_1d = (PetscInt)PetscCeilReal(PetscPowReal(dual_space_size / num_components, 1.0 / dim)); in GetClosurePermutationAndFieldOffsetAtDepth()565 field_size = PetscPowInt(num_dof_1d, depth) * num_components; in GetClosurePermutationAndFieldOffsetAtDepth()