#include <Vertex.h>
|
| Vertex () |
|
| Vertex (int id, int sid, bool clone, IoModel *iomodel, bool isamr) |
|
| ~Vertex () |
|
void | Echo () |
|
void | DeepEcho () |
|
int | Id () |
|
int | ObjectEnum () |
|
Object * | copy () |
|
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
|
int | Connectivity (void) |
|
IssmDouble | GetLatitude (void) |
|
IssmDouble | GetLongitude (void) |
|
IssmDouble | GetRadius (void) |
|
IssmDouble | GetX (void) |
|
IssmDouble | GetY (void) |
|
IssmDouble | GetZ (void) |
|
int | Pid (void) |
|
int | Lid (void) |
|
int | Sid (void) |
|
void | UpdatePosition (Vector< IssmDouble > *vx, Vector< IssmDouble > *vy, Vector< IssmDouble > *vz, Parameters *parameters, IssmDouble *thickness, IssmDouble *bed) |
|
void | VertexCoordinates (Vector< IssmDouble > *vx, Vector< IssmDouble > *vy, Vector< IssmDouble > *vz, bool spherical=false) |
|
virtual | ~Object () |
|
Definition at line 19 of file Vertex.h.
◆ Vertex() [1/2]
◆ Vertex() [2/2]
Vertex::Vertex |
( |
int |
id, |
|
|
int |
sid, |
|
|
bool |
clone, |
|
|
IoModel * |
iomodel, |
|
|
bool |
isamr |
|
) |
| |
Definition at line 22 of file Vertex.cpp.
25 _assert_(vertex_sid>=0 && vertex_sid<iomodel->numberofvertices);
29 this->
sid = vertex_sid;
32 this->
clone = vertex_clone;
41 _assert_(iomodel->
Data(
"md.mesh.x") && iomodel->
Data(
"md.mesh.y") && iomodel->
Data(
"md.mesh.z"));
42 this->
x = iomodel->
Data(
"md.mesh.x")[vertex_sid];
43 this->
y = iomodel->
Data(
"md.mesh.y")[vertex_sid];
44 this->
z = iomodel->
Data(
"md.mesh.z")[vertex_sid];
45 if(iomodel->
Data(
"md.mesh.lat") && iomodel->
Data(
"md.mesh.long")){
46 this->
latitute = iomodel->
Data(
"md.mesh.lat")[vertex_sid];
52 _assert_(iomodel->
Data(
"md.geometry.base") && iomodel->
Data(
"md.geometry.thickness"));
53 this->
sigma = (iomodel->
Data(
"md.mesh.z")[vertex_sid]-iomodel->
Data(
"md.geometry.base")[vertex_sid])/(iomodel->
Data(
"md.geometry.thickness")[vertex_sid]);
56 _assert_(iomodel->
Data(
"md.mesh.lat") && iomodel->
Data(
"md.mesh.long") && iomodel->
Data(
"md.mesh.r"));
57 this->
latitute = iomodel->
Data(
"md.mesh.lat")[vertex_sid];
59 this->
R = iomodel->
Data(
"md.mesh.r")[vertex_sid];
65 _assert_(iomodel->
Data(
"md.geometry.base") && iomodel->
Data(
"md.geometry.thickness"));
66 this->
sigma = (iomodel->
Data(
"md.mesh.y")[vertex_sid]-iomodel->
Data(
"md.geometry.base")[vertex_sid])/(iomodel->
Data(
"md.geometry.thickness")[vertex_sid]);
◆ ~Vertex()
◆ Echo()
void Vertex::Echo |
( |
void |
| ) |
|
|
virtual |
◆ DeepEcho()
void Vertex::DeepEcho |
( |
void |
| ) |
|
|
virtual |
◆ Id()
◆ ObjectEnum()
int Vertex::ObjectEnum |
( |
void |
| ) |
|
|
virtual |
◆ copy()
Object * Vertex::copy |
( |
void |
| ) |
|
|
virtual |
◆ Marshall()
void Vertex::Marshall |
( |
char ** |
pmarshalled_data, |
|
|
int * |
pmarshalled_data_size, |
|
|
int |
marshall_direction |
|
) |
| |
|
virtual |
◆ Connectivity()
int Vertex::Connectivity |
( |
void |
| ) |
|
◆ GetLatitude()
◆ GetLongitude()
◆ GetRadius()
◆ GetX()
◆ GetY()
◆ GetZ()
◆ Pid()
◆ Lid()
◆ Sid()
◆ UpdatePosition()
Definition at line 170 of file Vertex.cpp.
186 newy = bed[this->
pid]+
sigma*(surface[this->
pid] - bed[this->
pid]);
187 vely = (newy-oldy)/dt;
190 _assert_(!xIsNan<IssmDouble>(vely));
194 newz = bed[this->
pid]+
sigma*(surface[this->
pid] - bed[this->
pid]);
195 velz = (newz-oldz)/dt;
198 _assert_(!xIsNan<IssmDouble>(velz));
◆ VertexCoordinates()
◆ clone
◆ domaintype
◆ id
◆ sid
◆ pid
◆ lid
◆ latitute
◆ longitude
◆ sigma
◆ connectivity
The documentation for this class was generated from the following files: