ScaMaC  0.8.2
A Scalable Matrix Collection
scamac_matrix_Membrane1.h
1 /* *** *** *** *** *** *** *** *** *** *** */
2 /* autogenerated by ScaMaC_build_generator */
3 /* Fri, 24 May 2019 12:40:36 +0200 */
4 /* *** *** *** *** *** *** *** *** *** *** */
5 #ifndef SCAMAC_MATRIX_MEMBRANE1_H
6 #define SCAMAC_MATRIX_MEMBRANE1_H
7 
8 #include "scamac_internal.h"
9 #include "scamac_sparserow.h"
10 #include "scamac_option_inc.h"
11 
12 typedef struct {
13  double lx;
14  double ly;
15  double rho;
16  double cwave;
17  double sigma;
18  int nx;
19  int ny;
20  scamac_option_ty pack;
21 } scamac_matrix_Membrane1_params_st;
22 
23 ScamacErrorCode scamac_matrix_Membrane1_check(const scamac_matrix_Membrane1_params_st * par, char ** desc);
24 ScamacErrorCode scamac_matrix_Membrane1_tables_create(const scamac_matrix_Membrane1_params_st * par, void ** tab, scamac_info_st * info);
25 ScamacErrorCode scamac_matrix_Membrane1_generate_row(const scamac_matrix_Membrane1_params_st * par, const void * tab, void * ws, ScamacIdx irow, ScamacFlag flag, scamac_sparserow_real_st * row);
26 
27 #endif /* SCAMAC_MATRIX_MEMBRANE1_H */
Internal types and (macro) definitions.