Home
last modified time | relevance | path

Searched defs:num_q_comp (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/python/
H A Dex_common.py91 def build_cartesian_restriction(ceed, dim, num_xyz, degree, num_comp, num_q_comp, num_qpts, create_… argument
/libCEED/interface/
H A Dceed-basis.c400 CeedInt dim, num_comp, num_q_comp, num_nodes, P_1d = 1, Q_1d = 1, total_num_points = 0; in CeedBasisApplyAtPointsCheckDims() local