Program Listing for File sparse/array/gauss/structures.h#
↰ Return to documentation for file (oti/sparse/array/gauss/structures.h)
#ifndef OTI_SPARSE_ARRAY_GAUSS_STRUCTURES_H
#define OTI_SPARSE_ARRAY_GAUSS_STRUCTURES_H
// ----------------------------------------------------------------------------------------------------
// -------------------------------------- STRUCTURES --------------------------------------
// ----------------------------------------------------------------------------------------------------
typedef struct{
arrso_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
} fearrso_t;
// ----------------------------------------------------------------------------------------------------
// ------------------------------------- END STRUCTURES ---------------------------------------
// ----------------------------------------------------------------------------------------------------
#endif