Ice Sheet System Model  4.18
Code documentation
Macros
Element.cpp File Reference

: implementation of the Element object More...

#include <math.h>
#include <stdio.h>
#include <string.h>
#include "../classes.h"
#include "../../shared/shared.h"
#include "../../modules/SurfaceMassBalancex/SurfaceMassBalancex.h"
#include "../Inputs2/BoolInput2.h"
#include "../Inputs2/TransientInput2.h"
#include "../Inputs2/ElementInput2.h"
#include "../Inputs2/PentaInput2.h"
#include "../Inputs2/DatasetInput2.h"
#include "../Inputs2/ArrayInput2.h"

Go to the source code of this file.

Macros

#define MAXVERTICES   6 /*Maximum number of vertices per element, currently Penta, to avoid dynamic mem allocation*/
 

Detailed Description

: implementation of the Element object

Definition in file Element.cpp.

Macro Definition Documentation

◆ MAXVERTICES

#define MAXVERTICES   6 /*Maximum number of vertices per element, currently Penta, to avoid dynamic mem allocation*/

Definition at line 24 of file Element.cpp.