![]() |
Ice Sheet System Model
4.18
Code documentation
|
#include <Riftfront.h>
Data Fields | |
int | id |
int | type |
int | fill |
IssmDouble | friction |
IssmDouble | fractionincrement |
bool | shelf |
Hook * | hnodes |
Hook * | hvertices |
Hook * | helements |
Node ** | nodes |
Vertex ** | vertices |
Element ** | elements |
int | penalty_lock |
bool | active |
bool | frozen |
int | counter |
bool | prestable |
bool | material_converged |
IssmDouble | normal [2] |
IssmDouble | length |
IssmDouble | fraction |
int | state |
Parameters * | parameters |
Definition at line 16 of file Riftfront.h.
Riftfront::Riftfront | ( | ) |
Definition at line 22 of file Riftfront.cpp.
Riftfront::Riftfront | ( | int | riftfront_id, |
int | i, | ||
IoModel * | iomodel | ||
) |
Definition at line 32 of file Riftfront.cpp.
Riftfront::~Riftfront | ( | ) |
Definition at line 98 of file Riftfront.cpp.
|
virtual |
|
virtual |
Implements Object.
Definition at line 151 of file Riftfront.cpp.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements Object.
Definition at line 231 of file Riftfront.cpp.
void Riftfront::InputUpdateFromConstant | ( | IssmDouble | constant, |
int | name | ||
) |
Definition at line 242 of file Riftfront.cpp.
|
inline |
Definition at line 67 of file Riftfront.h.
void Riftfront::InputUpdateFromConstant | ( | bool | constant, |
int | name | ||
) |
Definition at line 239 of file Riftfront.cpp.
|
inline |
Definition at line 69 of file Riftfront.h.
|
inline |
Definition at line 70 of file Riftfront.h.
void Riftfront::InputUpdateFromVector | ( | IssmDouble * | vector, |
int | name, | ||
int | type | ||
) |
Definition at line 246 of file Riftfront.cpp.
|
inline |
Definition at line 72 of file Riftfront.h.
|
virtual |
Implements Load.
Definition at line 254 of file Riftfront.cpp.
|
inlinevirtual |
|
virtual |
Implements Load.
Definition at line 272 of file Riftfront.cpp.
|
virtual |
Implements Load.
Definition at line 277 of file Riftfront.cpp.
|
virtual |
|
virtual |
|
virtual |
Implements Load.
Definition at line 298 of file Riftfront.cpp.
|
virtual |
|
inlinevirtual |
|
virtual |
Implements Load.
Definition at line 307 of file Riftfront.cpp.
|
virtual |
Implements Load.
Definition at line 332 of file Riftfront.cpp.
|
virtual |
Implements Load.
Definition at line 357 of file Riftfront.cpp.
|
virtual |
int Riftfront::Constrain | ( | int * | punstable | ) |
Definition at line 594 of file Riftfront.cpp.
void Riftfront::FreezeConstraints | ( | void | ) |
Definition at line 675 of file Riftfront.cpp.
bool Riftfront::IsFrozen | ( | void | ) |
Definition at line 682 of file Riftfront.cpp.
ElementMatrix * Riftfront::PenaltyCreateKMatrixStressbalanceHoriz | ( | IssmDouble | kmax | ) |
Definition at line 431 of file Riftfront.cpp.
ElementVector * Riftfront::PenaltyCreatePVectorStressbalanceHoriz | ( | IssmDouble | kmax | ) |
Definition at line 504 of file Riftfront.cpp.
int Riftfront::id |
Definition at line 19 of file Riftfront.h.
int Riftfront::type |
Definition at line 22 of file Riftfront.h.
int Riftfront::fill |
Definition at line 23 of file Riftfront.h.
IssmDouble Riftfront::friction |
Definition at line 24 of file Riftfront.h.
IssmDouble Riftfront::fractionincrement |
Definition at line 25 of file Riftfront.h.
bool Riftfront::shelf |
Definition at line 26 of file Riftfront.h.
Hook* Riftfront::hnodes |
Definition at line 29 of file Riftfront.h.
Hook* Riftfront::hvertices |
Definition at line 30 of file Riftfront.h.
Hook* Riftfront::helements |
Definition at line 31 of file Riftfront.h.
Node** Riftfront::nodes |
Definition at line 34 of file Riftfront.h.
Vertex** Riftfront::vertices |
Definition at line 35 of file Riftfront.h.
Element** Riftfront::elements |
Definition at line 36 of file Riftfront.h.
int Riftfront::penalty_lock |
Definition at line 39 of file Riftfront.h.
bool Riftfront::active |
Definition at line 40 of file Riftfront.h.
bool Riftfront::frozen |
Definition at line 41 of file Riftfront.h.
int Riftfront::counter |
Definition at line 42 of file Riftfront.h.
bool Riftfront::prestable |
Definition at line 43 of file Riftfront.h.
bool Riftfront::material_converged |
Definition at line 44 of file Riftfront.h.
IssmDouble Riftfront::normal[2] |
Definition at line 45 of file Riftfront.h.
IssmDouble Riftfront::length |
Definition at line 46 of file Riftfront.h.
IssmDouble Riftfront::fraction |
Definition at line 47 of file Riftfront.h.
int Riftfront::state |
Definition at line 48 of file Riftfront.h.
Parameters* Riftfront::parameters |
Definition at line 50 of file Riftfront.h.