Ice Sheet System Model  4.18
Code documentation
GeomSubDomain.cpp
Go to the documentation of this file.
1 #include <cstdio>
2 #include <cstring>
3 #include <cmath>
4 #include <ctime>
5 
6 #include "GeomSubDomain.h"
7 #include "Geometry.h"
8 
9 namespace bamg {
10 
11  /*Constructors/Destructors*/
12 
13  /*Methods*/
14  void GeomSubDomain::Set(const GeomSubDomain & rec,const Geometry & Gh ,const Geometry & GhNew){/*{{{*/
15  *this = rec;
16  edge = Gh.GetId(edge) + GhNew.edges;
17  }/*}}}*/
18 
19 }
bamg::GeomSubDomain::edge
GeomEdge * edge
Definition: GeomSubDomain.h:13
bamg::Geometry
Definition: Geometry.h:18
bamg
Definition: AdjacentTriangle.cpp:9
bamg::Geometry::edges
GeomEdge * edges
Definition: Geometry.h:28
Geometry.h
bamg::Geometry::GetId
long GetId(const GeomVertex &t) const
Definition: Geometry.cpp:425
bamg::GeomSubDomain
Definition: GeomSubDomain.h:11
bamg::GeomSubDomain::Set
void Set(const GeomSubDomain &, const Geometry &, const Geometry &)
Definition: GeomSubDomain.cpp:14
GeomSubDomain.h