#include <SpcTransient.h>
|
| SpcTransient () |
|
| SpcTransient (int id_in, int nodeid, int dof, int nsteps, IssmDouble *times, IssmDouble *values, int analysis_type) |
|
| ~SpcTransient () |
|
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 SpcTransient.h.
◆ SpcTransient() [1/2]
SpcTransient::SpcTransient |
( |
| ) |
|
◆ SpcTransient() [2/2]
SpcTransient::SpcTransient |
( |
int |
id_in, |
|
|
int |
nodeid, |
|
|
int |
dof, |
|
|
int |
nsteps, |
|
|
IssmDouble * |
times, |
|
|
IssmDouble * |
values, |
|
|
int |
analysis_type |
|
) |
| |
◆ ~SpcTransient()
SpcTransient::~SpcTransient |
( |
| ) |
|
◆ copy()
Object * SpcTransient::copy |
( |
void |
| ) |
|
|
virtual |
◆ DeepEcho()
void SpcTransient::DeepEcho |
( |
void |
| ) |
|
|
virtual |
◆ Echo()
void SpcTransient::Echo |
( |
void |
| ) |
|
|
virtual |
◆ Id()
int SpcTransient::Id |
( |
void |
| ) |
|
|
virtual |
◆ Marshall()
void SpcTransient::Marshall |
( |
char ** |
pmarshalled_data, |
|
|
int * |
pmarshalled_data_size, |
|
|
int |
marshall_direction |
|
) |
| |
|
virtual |
◆ ObjectEnum()
int SpcTransient::ObjectEnum |
( |
void |
| ) |
|
|
virtual |
◆ ActivatePenaltyMethod()
void SpcTransient::ActivatePenaltyMethod |
( |
void |
| ) |
|
|
virtual |
◆ ConstrainNode()
void SpcTransient::ConstrainNode |
( |
Nodes * |
nodes, |
|
|
Parameters * |
parameters |
|
) |
| |
|
virtual |
◆ PenaltyDofAndValue()
Implements Constraint.
Definition at line 161 of file SpcTransient.cpp.
163 if(!this->
penalty)
_error_(
"cannot return dof and value for non penalty constraint");
199 if(!found)
_error_(
"could not find time segment for constraint");
203 if(xIsNan<IssmDouble>(value)){
◆ InputUpdateFromVectorDakota()
void SpcTransient::InputUpdateFromVectorDakota |
( |
IssmDouble * |
vector, |
|
|
Nodes * |
nodes, |
|
|
int |
name, |
|
|
int |
type |
|
) |
| |
|
inlinevirtual |
◆ GetDof()
int SpcTransient::GetDof |
( |
| ) |
|
◆ GetNodeId()
int SpcTransient::GetNodeId |
( |
| ) |
|
◆ GetValue()
◆ id
◆ nodeid
◆ dof
◆ values
◆ times
◆ nsteps
◆ analysis_type
int SpcTransient::analysis_type |
|
private |
◆ penalty
bool SpcTransient::penalty |
|
private |
The documentation for this class was generated from the following files: