![]() |
Ice Sheet System Model
4.18
Code documentation
|
#include <ElementHook.h>
Public Member Functions | |
ElementHook () | |
ElementHook (int in_numanalyses, int material_id, int numvertices, IoModel *iomodel) | |
~ElementHook () | |
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
void | DeepEcho () |
void | Echo () |
void | InitHookNeighbors (int *element_ids) |
void | SetHookNodes (int *node_ids, int numnodes, int analysis_counter) |
void | SpawnSegHook (ElementHook *triahook, int ndex1, int index2) |
void | SpawnTriaHook (ElementHook *triahook, int index1, int index2, int index3) |
Data Fields | |
int | numanalyses |
Hook ** | hnodes |
Hook * | hvertices |
Hook * | hmaterial |
Hook * | hneighbors |
Definition at line 11 of file ElementHook.h.
ElementHook::ElementHook | ( | ) |
Definition at line 18 of file ElementHook.cpp.
ElementHook::ElementHook | ( | int | in_numanalyses, |
int | material_id, | ||
int | numvertices, | ||
IoModel * | iomodel | ||
) |
Definition at line 39 of file ElementHook.cpp.
ElementHook::~ElementHook | ( | ) |
Definition at line 26 of file ElementHook.cpp.
void ElementHook::Marshall | ( | char ** | pmarshalled_data, |
int * | pmarshalled_data_size, | ||
int | marshall_direction | ||
) |
Definition at line 67 of file ElementHook.cpp.
void ElementHook::DeepEcho | ( | void | ) |
Definition at line 127 of file ElementHook.cpp.
void ElementHook::Echo | ( | void | ) |
Definition at line 156 of file ElementHook.cpp.
void ElementHook::InitHookNeighbors | ( | int * | element_ids | ) |
Definition at line 184 of file ElementHook.cpp.
void ElementHook::SetHookNodes | ( | int * | node_ids, |
int | numnodes, | ||
int | analysis_counter | ||
) |
Definition at line 188 of file ElementHook.cpp.
void ElementHook::SpawnSegHook | ( | ElementHook * | triahook, |
int | ndex1, | ||
int | index2 | ||
) |
Definition at line 192 of file ElementHook.cpp.
void ElementHook::SpawnTriaHook | ( | ElementHook * | triahook, |
int | index1, | ||
int | index2, | ||
int | index3 | ||
) |
Definition at line 217 of file ElementHook.cpp.
int ElementHook::numanalyses |
Definition at line 14 of file ElementHook.h.
Hook** ElementHook::hnodes |
Definition at line 15 of file ElementHook.h.
Hook* ElementHook::hvertices |
Definition at line 16 of file ElementHook.h.
Hook* ElementHook::hmaterial |
Definition at line 17 of file ElementHook.h.
Hook* ElementHook::hneighbors |
Definition at line 18 of file ElementHook.h.