Template Function opensn::gpu_kernel::SweepKernel
Defined in File main.h
Function Documentation
Warning
doxygenfunction: Unable to resolve function “opensn::gpu_kernel::SweepKernel” with arguments “(Arguments<t>, const std::uint32_t*, unsigned int, double*)”. Candidate function could not be parsed. Parsing error is Error when parsing function declaration. If the function has no return type: Error in declarator or parameters-and-qualifiers Invalid C++ declaration: Expecting “(” in parameters-and-qualifiers. [error at 33] template<SweepType t> __global__ void SweepKernel (Arguments< t > args, const std::uint32_t *cells_to_sweep, unsigned int num_cells, double *saved_psi) ———————————^ If the function has a return type: Error in declarator or parameters-and-qualifiers If pointer to member declarator: Invalid C++ declaration: Expected identifier in nested name, got keyword: void [error at 37] template<SweepType t> __global__ void SweepKernel (Arguments< t > args, const std::uint32_t *cells_to_sweep, unsigned int num_cells, double *saved_psi) ————————————-^ If declarator-id: Invalid C++ declaration: Expected identifier in nested name, got keyword: void [error at 37] template<SweepType t> __global__ void SweepKernel (Arguments< t > args, const std::uint32_t *cells_to_sweep, unsigned int num_cells, double *saved_psi) ————————————-^