![]() |
Ice Sheet System Model
4.18
Code documentation
|
: 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*/ |
: implementation of the Element object
Definition in file Element.cpp.
#define MAXVERTICES 6 /*Maximum number of vertices per element, currently Penta, to avoid dynamic mem allocation*/ |
Definition at line 24 of file Element.cpp.