Lines Matching defs:num_comp
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
708 int CeedBasisCreateH1Fallback(Ceed ceed, CeedElemTopology topo, CeedInt num_comp, CeedInt num_nodes… in CeedBasisCreateH1Fallback()
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
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()
1673 int CeedBasisCreateH1(Ceed ceed, CeedElemTopology topo, CeedInt num_comp, CeedInt num_nodes, CeedIn… in CeedBasisCreateH1()
1732 int CeedBasisCreateHdiv(Ceed ceed, CeedElemTopology topo, CeedInt num_comp, CeedInt num_nodes, Ceed… in CeedBasisCreateHdiv()
1791 int CeedBasisCreateHcurl(Ceed ceed, CeedElemTopology topo, CeedInt num_comp, CeedInt num_nodes, Cee… in CeedBasisCreateHcurl()
1859 CeedInt dim, num_comp; in CeedBasisCreateProjection() local
2225 int CeedBasisGetNumComponents(CeedBasis basis, CeedInt *num_comp) { in CeedBasisGetNumComponents()