Program Listing for File fem/gauss/array/oarr/structures.h#

Return to documentation for file (oti/fem/gauss/array/oarr/structures.h)

#ifndef OTI_FEM_GAUSS_ARRAY_OARR_STRUCTURES_H
#define OTI_FEM_GAUSS_ARRAY_OARR_STRUCTURES_H


// ----------------------------------------------------------------------------------------------------
// --------------------------------------      STRUCTURES        --------------------------------------
// ----------------------------------------------------------------------------------------------------

typedef struct{
    oarr_t*      p_data;
    uint64_t      nrows;
    uint64_t      ncols;
    uint64_t    nIntPts;
    uint64_t    offsetx;
    uint64_t    offsety;
    uint64_t       size;
    bases_t      nbases;
    ord_t         order;
} feoarr_t;

// ----------------------------------------------------------------------------------------------------
// -------------------------------------    END STRUCTURES      ---------------------------------------
// ----------------------------------------------------------------------------------------------------



#endif