Lines Matching defs:num_comp
101 PetscInt num_elem, elem_size, num_dof, num_comp, *restriction_offsets_petsc; in DMPlexCeedElemRestrictionCreate() local
212 PetscInt num_dual_basis_vectors, dim, num_comp; in DMPlexCeedElemRestrictionStridedCreate() local
294 static PetscErrorCode PetscDTUniformTensorQuadrature(PetscInt dim, PetscInt num_comp, PetscInt num_… in PetscDTUniformTensorQuadrature()
384 PetscErrorCode PetscFECreateLagrangeFromOptions(MPI_Comm comm, PetscInt dim, PetscInt num_comp, Pet… in PetscFECreateLagrangeFromOptions()
594 PetscInt field_offset = 0, num_comp, P, Q, dim; in ComputeFieldTabulationP2C() local
645 …reDataP2C(PetscFE fe, PetscQuadrature quadrature, PetscInt *q_dim, PetscInt *num_comp, PetscInt *Q, in GetQuadratureDataP2C()
691 PetscInt dim, num_comp, Q = -1, q_dim = -1, num_derivatives = 1; in Create1DTabulation_Tensor() local
701 PetscInt num_comp, order, q_order; in Create1DTabulation_Tensor() local
828 …PetscInt num_comp = basis_tabulation->Nc, P = basis_tabulation->Nb / num_comp, Q = basis_tabulatio… in DMPlexCeedBasisCreate() local
838 PetscInt P_1d, Q_1d, num_comp, dim; in DMPlexCeedBasisCreate() local
999 PetscInt num_derivatives = 1, num_comp, P, Q = -1; in DMPlexCeedBasisCellToFaceCreate() local
1339 PetscErrorCode DMGetCoordinateNumComps(DM dm, PetscInt *num_comp) { in DMGetCoordinateNumComps()
1358 PetscErrorCode DMGetFieldNumComps(DM dm, PetscInt field, PetscInt *num_comp) { in DMGetFieldNumComps()