Program Listing for File fem/gauss/scalar/real/structures.h#
↰ Return to documentation for file (oti/fem/gauss/scalar/real/structures.h)
#ifndef OTI_FEM_GAUSS_SCALAR_REAL_STRUCTURES_H
#define OTI_FEM_GAUSS_SCALAR_REAL_STRUCTURES_H
// ----------------------------------------------------------------------------------------------------
// -------------------------------------- STRUCTURES --------------------------------------
// ----------------------------------------------------------------------------------------------------
typedef struct{
coeff_t* p_data;
uint64_t nIntPts;
} fereal_t;
// ----------------------------------------------------------------------------------------------------
// ------------------------------------- END STRUCTURES ---------------------------------------
// ----------------------------------------------------------------------------------------------------
#endif