![]() |
Ice Sheet System Model
4.18
Code documentation
|
#include <Node.h>
Public Member Functions | |
Node () | |
Node (int node_id, int node_sid, int io_index, bool isclone, IoModel *iomodel, int analysis_enum, int approximation_in, bool isamr) | |
~Node () | |
Object * | copy () |
void | DeepEcho () |
void | Echo () |
int | Id () |
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
int | ObjectEnum () |
void | AllocateDofLists (int setenum) |
void | Activate (void) |
void | ApplyConstraint (int dof, IssmDouble value) |
void | CreateNodalConstraints (Vector< IssmDouble > *ys) |
void | Deactivate (void) |
void | DistributeLocalDofs (int *pdofcount, int setenum) |
void | DofInFSet (int dof) |
void | DofInSSet (int dof) |
void | FreezeDof (int dof) |
int | GetApproximation () |
void | GetCoordinateSystem (IssmDouble *coord_system_out) |
int | GetDof (int dofindex, int setenum) |
void | GetDofList (int *poutdoflist, int approximation_enum, int setenum) |
void | GetDofListLocal (int *poutdoflist, int approximation_enum, int setenum) |
void | GetLocalDofList (int *poutdoflist, int approximation_enum, int setenum) |
int | GetNumberOfDofs (int approximation_enum, int setenum) |
void | HardDeactivate (void) |
bool | IsActive (void) |
int | IsClone () |
int | IsFloating () |
int | IsGrounded () |
int | Lid (void) |
void | DistributeGlobalDofsMasters (int dofcount, int setenum) |
void | ReindexingDone (void) |
void | RelaxConstraint (int dof) |
bool | RequiresDofReindexing (void) |
void | SetCurrentConfiguration (DataSet *nodes, Vertices *vertices) |
void | ShowMasterDofs (int *truerows, int setenum) |
int | Sid (void) |
int | Pid (void) |
void | UpdateCloneDofs (int *alltruerows, int setenum) |
void | VecMerge (Vector< IssmDouble > *ug, IssmDouble *local_uf, int *indices_uf, IssmDouble *local_ys, int *indices_ys) |
void | VecReduce (Vector< IssmDouble > *uf, IssmDouble *local_ug, int *indices_ug) |
void | SetApproximation (int in_approximation) |
![]() | |
virtual | ~Object () |
Data Fields | |
int | analysis_enum |
IssmDouble | coord_system [3][3] |
bool | indexingupdate |
int | gsize |
int | fsize |
int | ssize |
bool | active |
bool | freeze |
bool * | f_set |
bool * | s_set |
IssmDouble * | svalues |
int * | doftype |
int * | gdoflist |
int * | fdoflist |
int * | sdoflist |
int * | gdoflist_local |
int * | fdoflist_local |
int * | sdoflist_local |
Private Attributes | |
int | approximation |
bool | clone |
int | id |
int | sid |
int | lid |
int | pid |
Friends | |
class | Nodes |
class | FemModel |
Node::Node | ( | int | node_id, |
int | node_sid, | ||
int | io_index, | ||
bool | isclone, | ||
IoModel * | iomodel, | ||
int | analysis_enum, | ||
int | approximation_in, | ||
bool | isamr | ||
) |
Definition at line 39 of file Node.cpp.
|
virtual |
|
virtual |
|
virtual |
void Node::Activate | ( | void | ) |
void Node::ApplyConstraint | ( | int | dof, |
IssmDouble | value | ||
) |
void Node::CreateNodalConstraints | ( | Vector< IssmDouble > * | ys | ) |
void Node::Deactivate | ( | void | ) |
void Node::DistributeLocalDofs | ( | int * | pdofcount, |
int | setenum | ||
) |
void Node::FreezeDof | ( | int | dof | ) |
int Node::GetApproximation | ( | ) |
void Node::GetCoordinateSystem | ( | IssmDouble * | coord_system_out | ) |
void Node::GetDofList | ( | int * | poutdoflist, |
int | approximation_enum, | ||
int | setenum | ||
) |
void Node::GetDofListLocal | ( | int * | poutdoflist, |
int | approximation_enum, | ||
int | setenum | ||
) |
void Node::GetLocalDofList | ( | int * | poutdoflist, |
int | approximation_enum, | ||
int | setenum | ||
) |
int Node::GetNumberOfDofs | ( | int | approximation_enum, |
int | setenum | ||
) |
void Node::HardDeactivate | ( | void | ) |
bool Node::IsActive | ( | void | ) |
int Node::IsClone | ( | ) |
int Node::IsFloating | ( | ) |
int Node::IsGrounded | ( | ) |
void Node::DistributeGlobalDofsMasters | ( | int | dofcount, |
int | setenum | ||
) |
void Node::ReindexingDone | ( | void | ) |
void Node::RelaxConstraint | ( | int | dof | ) |
bool Node::RequiresDofReindexing | ( | void | ) |
int Node::Pid | ( | void | ) |
void Node::UpdateCloneDofs | ( | int * | alltruerows, |
int | setenum | ||
) |
void Node::VecMerge | ( | Vector< IssmDouble > * | ug, |
IssmDouble * | local_uf, | ||
int * | indices_uf, | ||
IssmDouble * | local_ys, | ||
int * | indices_ys | ||
) |
void Node::VecReduce | ( | Vector< IssmDouble > * | uf, |
IssmDouble * | local_ug, | ||
int * | indices_ug | ||
) |
void Node::SetApproximation | ( | int | in_approximation | ) |
IssmDouble Node::coord_system[3][3] |
IssmDouble* Node::svalues |