Program Listing for File semisparse/array/gauss/structures.h#
↰ Return to documentation for file (oti/semisparse/array/gauss/structures.h)
#ifndef OTI_SEMISPARSE_ARRAY_GAUSS_STRUCTURES_H
#define OTI_SEMISPARSE_ARRAY_GAUSS_STRUCTURES_H
// ----------------------------------------------------------------------------------------------------
// -------------------------------------- STRUCTURES --------------------------------------
// ----------------------------------------------------------------------------------------------------
typedef struct{
arrsso_t* p_data;
uint64_t nrows;
uint64_t ncols;
uint64_t size;
uint64_t nip;
// uint64_t offsetx; ///< Offset x in the element formulation
// uint64_t offsety; ///< Offset y in the element formulation
} fearrsso_t;
// ----------------------------------------------------------------------------------------------------
// ------------------------------------- END STRUCTURES ---------------------------------------
// ----------------------------------------------------------------------------------------------------
#endif