#include <SpcStatic.h>
|
| SpcStatic () |
|
| SpcStatic (int id, int nodeid, int dof, IssmDouble value, int analysis_type) |
|
| ~SpcStatic () |
|
Object * | copy () |
|
void | DeepEcho () |
|
void | Echo () |
|
int | Id () |
|
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
|
int | ObjectEnum () |
|
void | ActivatePenaltyMethod (void) |
|
void | ConstrainNode (Nodes *nodes, Parameters *parameters) |
|
void | PenaltyDofAndValue (int *dof, IssmDouble *value, Nodes *nodes, Parameters *parameters) |
|
void | InputUpdateFromVectorDakota (IssmDouble *vector, Nodes *nodes, int name, int type) |
|
int | GetDof () |
|
int | GetNodeId () |
|
IssmDouble | GetValue () |
|
virtual | ~Constraint () |
|
virtual | ~Object () |
|
Definition at line 13 of file SpcStatic.h.
◆ SpcStatic() [1/2]
◆ SpcStatic() [2/2]
SpcStatic::SpcStatic |
( |
int |
id, |
|
|
int |
nodeid, |
|
|
int |
dof, |
|
|
IssmDouble |
value, |
|
|
int |
analysis_type |
|
) |
| |
◆ ~SpcStatic()
SpcStatic::~SpcStatic |
( |
| ) |
|
◆ copy()
Object * SpcStatic::copy |
( |
void |
| ) |
|
|
virtual |
◆ DeepEcho()
void SpcStatic::DeepEcho |
( |
void |
| ) |
|
|
virtual |
◆ Echo()
void SpcStatic::Echo |
( |
void |
| ) |
|
|
virtual |
◆ Id()
int SpcStatic::Id |
( |
void |
| ) |
|
|
virtual |
◆ Marshall()
void SpcStatic::Marshall |
( |
char ** |
pmarshalled_data, |
|
|
int * |
pmarshalled_data_size, |
|
|
int |
marshall_direction |
|
) |
| |
|
virtual |
◆ ObjectEnum()
int SpcStatic::ObjectEnum |
( |
void |
| ) |
|
|
virtual |
◆ ActivatePenaltyMethod()
void SpcStatic::ActivatePenaltyMethod |
( |
void |
| ) |
|
|
virtual |
◆ ConstrainNode()
◆ PenaltyDofAndValue()
Implements Constraint.
Definition at line 127 of file SpcStatic.cpp.
129 if(!this->
penalty)
_error_(
"cannot return dof and value for non penalty constraint");
141 if(xIsNan<IssmDouble>(value_out)) gdof = -1;
◆ InputUpdateFromVectorDakota()
void SpcStatic::InputUpdateFromVectorDakota |
( |
IssmDouble * |
vector, |
|
|
Nodes * |
nodes, |
|
|
int |
name, |
|
|
int |
type |
|
) |
| |
|
virtual |
◆ GetDof()
int SpcStatic::GetDof |
( |
| ) |
|
◆ GetNodeId()
int SpcStatic::GetNodeId |
( |
| ) |
|
◆ GetValue()
◆ id
◆ nodeid
◆ dof
◆ value
◆ analysis_type
int SpcStatic::analysis_type |
|
private |
◆ penalty
The documentation for this class was generated from the following files: