Searched refs:active_var_suffix (Results 1 – 2 of 2) sorted by relevance
1980 std::string active_var_suffix = "_in_" + std::to_string(active_field_index); in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen() local1983 …ode << tab << "for (CeedInt n = 0; n < num_comp" << active_var_suffix << "*P_1d" << active_var_suf… in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen()1984 …<< (max_dim > 1 ? "*P_1d" + active_var_suffix : "") << (max_dim > 2 ? "*P_1d" + active_var_suffix … in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen()1989 …EVecStandard" << max_dim << "d_Single<num_comp" << active_var_suffix << ", P_1d" << active_var_suf… in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen()1990 << active_var_suffix << ");\n\n"; in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen()2075 …EVecStandard" << max_dim << "d_Single<num_comp" << active_var_suffix << ", P_1d" << active_var_suf… in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen()2076 << active_var_suffix << ");\n"; in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen()
1975 std::string active_var_suffix = "_in_" + std::to_string(active_field_index); in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen() local1978 …ode << tab << "for (CeedInt n = 0; n < num_comp" << active_var_suffix << "*P_1d" << active_var_suf… in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()1979 …<< (max_dim > 1 ? "*P_1d" + active_var_suffix : "") << (max_dim > 2 ? "*P_1d" + active_var_suffix … in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()1984 …EVecStandard" << max_dim << "d_Single<num_comp" << active_var_suffix << ", P_1d" << active_var_suf… in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()1985 << active_var_suffix << ");\n\n"; in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()2070 …EVecStandard" << max_dim << "d_Single<num_comp" << active_var_suffix << ", P_1d" << active_var_suf… in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()2071 << active_var_suffix << ");\n"; in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()