Program Listing for File fem/gauss.h#
↰ Return to documentation for file (oti/fem/gauss.h)
#ifndef OTI_FEM_GAUSS_H
#define OTI_FEM_GAUSS_H
// Include Gaussian scalar.
// FESOTINUM
// Define structures.
#include "gauss/scalar.h"
// Include Gaussian array.
// FEARRSO
// Define structures.
#include "gauss/array.h"
#endif