Lines Matching refs:max_num_points

701 …              CeedInt max_num_points, CeedInt num_input_fields, CeedOperatorField *op_input_fields,  in CeedOperatorBuildKernelQFunction_Cuda_gen()  argument
1123 … Q = 0, Q_1d = 0, num_input_fields, num_output_fields, max_dim = 1, max_num_points = 0, coords_co… in CeedOperatorBuildKernel_Cuda_gen() local
1221 CeedCallBackend(CeedElemRestrictionGetMaxPointsInElement(rstr_points, &max_num_points)); in CeedOperatorBuildKernel_Cuda_gen()
1228 if (Q_1d == 0) max_num_points = ceil(pow(max_num_points, 1.0 / max_dim)); in CeedOperatorBuildKernel_Cuda_gen()
1234 if (is_at_points) Q_1d = max_num_points; in CeedOperatorBuildKernel_Cuda_gen()
1353 code << tab << "const CeedInt max_num_points = " << max_num_points << ";\n"; in CeedOperatorBuildKernel_Cuda_gen()
1585 …(CeedOperatorBuildKernelQFunction_Cuda_gen(code, data, tab, max_dim, max_num_points, num_input_fie… in CeedOperatorBuildKernel_Cuda_gen()
1640 …CeedInt Q, Q_1d, num_input_fields, num_output_fields, max_dim = 1, max_num_points in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen() local
1663 CeedCallBackend(CeedElemRestrictionGetMaxPointsInElement(rstr_points, &max_num_points)); in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()
1751 code << tab << "const CeedInt max_num_points = " << max_num_points << ";\n"; in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()
2010 …(CeedOperatorBuildKernelQFunction_Cuda_gen(code, data, tab, max_dim, max_num_points, num_input_fie… in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()
2120 …CeedInt Q, Q_1d, num_input_fields, num_output_fields, max_dim = 1, max_num_points in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen() local
2618 …(CeedOperatorBuildKernelQFunction_Cuda_gen(code, data, tab, max_dim, max_num_points, num_input_fie… in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen()