Skip to content

Commit

Permalink
added struct for sparseMatrix
Browse files Browse the repository at this point in the history
  • Loading branch information
qinatan committed Sep 2, 2023
1 parent 76d7a86 commit 646a8af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/micm/util/cuda_param.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@
const double* rate_constants;
const double* state_variables;
double* forcing;
double* jacobian;
size_t n_grids;
size_t n_reactions;
size_t n_species;
size_t jacobian_size;
};
//sparseMatrix data grouped in struct passing to kernel driver function
struct CUDASparseMatrixParam{
Expand Down

0 comments on commit 646a8af

Please sign in to comment.