Ice Sheet System Model  4.18
Code documentation
Public Member Functions | Data Fields
bamg::GeomSubDomain Class Reference

#include <GeomSubDomain.h>

Public Member Functions

void Set (const GeomSubDomain &, const Geometry &, const Geometry &)
 

Data Fields

GeomEdgeedge
 
int direction
 
long ReferenceNumber
 

Detailed Description

Definition at line 11 of file GeomSubDomain.h.

Member Function Documentation

◆ Set()

void bamg::GeomSubDomain::Set ( const GeomSubDomain rec,
const Geometry Gh,
const Geometry GhNew 
)

Definition at line 14 of file GeomSubDomain.cpp.

14  {/*{{{*/
15  *this = rec;
16  edge = Gh.GetId(edge) + GhNew.edges;
17  }/*}}}*/

Field Documentation

◆ edge

GeomEdge* bamg::GeomSubDomain::edge

Definition at line 13 of file GeomSubDomain.h.

◆ direction

int bamg::GeomSubDomain::direction

Definition at line 14 of file GeomSubDomain.h.

◆ ReferenceNumber

long bamg::GeomSubDomain::ReferenceNumber

Definition at line 15 of file GeomSubDomain.h.


The documentation for this class was generated from the following files:
bamg::GeomSubDomain::edge
GeomEdge * edge
Definition: GeomSubDomain.h:13