Lines Matching defs:dim

267   CeedInt           dim, q_comp = 1;  in CeedBasisCreateProjectionMatrices()  local
346 CeedInt dim, num_comp, q_comp, num_nodes, num_qpts; in CeedBasisApplyCheckDims() local
400 CeedInt dim, num_comp, num_q_comp, num_nodes, P_1d = 1, Q_1d = 1, total_num_points = 0; in CeedBasisApplyAtPointsCheckDims() local
478 CeedInt dim, num_comp, P_1d = 1, Q_1d = 1, total_num_points = num_points[0]; in CeedBasisApplyAtPoints_Core() local
710 CeedInt P = num_nodes, Q = num_qpts, dim = 0; in CeedBasisCreateH1Fallback() local
898 CeedInt dim; in CeedBasisGetNumQuadratureComponents() local
944 CeedInt dim, num_comp, P_1d, Q_1d; in CeedBasisGetFlopsEstimate() local
1043 CeedInt dim, num_comp, q_comp, num_nodes, num_qpts; in CeedBasisGetFlopsEstimate() local
1093 int CeedBasisGetTopologyDimension(CeedElemTopology topo, CeedInt *dim) { in CeedBasisGetTopologyDimension()
1536 int CeedBasisCreateTensorH1(Ceed ceed, CeedInt dim, CeedInt num_comp, CeedInt P_1d, CeedInt Q_1d, c… in CeedBasisCreateTensorH1()
1594 int CeedBasisCreateTensorH1Lagrange(Ceed ceed, CeedInt dim, CeedInt num_comp, CeedInt P, CeedInt Q,… in CeedBasisCreateTensorH1Lagrange()
1675 CeedInt P = num_nodes, Q = num_qpts, dim = 0; in CeedBasisCreateH1() local
1734 CeedInt Q = num_qpts, P = num_nodes, dim = 0; in CeedBasisCreateHdiv() local
1793 CeedInt Q = num_qpts, P = num_nodes, dim = 0, curl_comp = 0; in CeedBasisCreateHcurl() local
1859 CeedInt dim, num_comp; in CeedBasisCreateProjection() local
2005 CeedInt P, Q, dim, q_comp; in CeedBasisView() local
2195 int CeedBasisGetDimension(CeedBasis basis, CeedInt *dim) { in CeedBasisGetDimension()