#include <Penpair.h>
|
| Penpair () |
|
| Penpair (int penpair_id, int *penpair_node_ids) |
|
| ~Penpair () |
|
Object * | copy () |
|
void | DeepEcho () |
|
void | Echo () |
|
int | Id () |
|
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
|
int | ObjectEnum () |
|
void | InputUpdateFromConstant (IssmDouble constant, int name) |
|
void | InputUpdateFromConstant (int constant, int name) |
|
void | InputUpdateFromConstant (bool constant, int name) |
|
void | InputUpdateFromIoModel (int index, IoModel *iomodel) |
|
void | InputUpdateFromMatrixDakota (IssmDouble *matrix, int nrow, int ncols, int name, int type) |
|
void | InputUpdateFromVector (IssmDouble *vector, int name, int type) |
|
void | InputUpdateFromVectorDakota (IssmDouble *vector, int name, int type) |
|
void | Configure (Elements *elements, Loads *loads, Nodes *nodes, Vertices *vertices, Materials *materials, Parameters *parameters) |
|
void | CreateJacobianMatrix (Matrix< IssmDouble > *Jff) |
|
void | CreateKMatrix (Matrix< IssmDouble > *Kff, Matrix< IssmDouble > *Kfs) |
|
void | CreatePVector (Vector< IssmDouble > *pf) |
|
void | GetNodesLidList (int *lidlist) |
|
void | GetNodesSidList (int *sidlist) |
|
int | GetNumberOfNodes (void) |
|
bool | IsPenalty (void) |
|
void | PenaltyCreateJacobianMatrix (Matrix< IssmDouble > *Jff, IssmDouble kmax) |
|
void | PenaltyCreateKMatrix (Matrix< IssmDouble > *Kff, Matrix< IssmDouble > *Kfs, IssmDouble kmax) |
|
void | PenaltyCreatePVector (Vector< IssmDouble > *pf, IssmDouble kmax) |
|
void | ResetHooks () |
|
void | SetCurrentConfiguration (Elements *elements, Loads *loads, Nodes *nodes, Vertices *vertices, Materials *materials, Parameters *parameters) |
|
void | SetwiseNodeConnectivity (int *d_nz, int *o_nz, Node *node, bool *flags, int *flagsindices, int set1_enum, int set2_enum) |
|
ElementMatrix * | PenaltyCreateKMatrixMasstransport (IssmDouble kmax) |
|
ElementMatrix * | PenaltyCreateKMatrixStressbalanceFS (IssmDouble kmax) |
|
ElementMatrix * | PenaltyCreateKMatrixStressbalanceHoriz (IssmDouble kmax) |
|
ElementMatrix * | PenaltyCreateKMatrixStressbalanceSSAHO (IssmDouble kmax) |
|
virtual | ~Load () |
|
virtual | ~Object () |
|
Definition at line 16 of file Penpair.h.
◆ Penpair() [1/2]
◆ Penpair() [2/2]
Penpair::Penpair |
( |
int |
penpair_id, |
|
|
int * |
penpair_node_ids |
|
) |
| |
◆ ~Penpair()
◆ copy()
Object * Penpair::copy |
( |
void |
| ) |
|
|
virtual |
◆ DeepEcho()
void Penpair::DeepEcho |
( |
void |
| ) |
|
|
virtual |
◆ Echo()
void Penpair::Echo |
( |
void |
| ) |
|
|
virtual |
◆ Id()
◆ Marshall()
void Penpair::Marshall |
( |
char ** |
pmarshalled_data, |
|
|
int * |
pmarshalled_data_size, |
|
|
int |
marshall_direction |
|
) |
| |
|
virtual |
◆ ObjectEnum()
int Penpair::ObjectEnum |
( |
void |
| ) |
|
|
virtual |
◆ InputUpdateFromConstant() [1/3]
void Penpair::InputUpdateFromConstant |
( |
IssmDouble |
constant, |
|
|
int |
name |
|
) |
| |
◆ InputUpdateFromConstant() [2/3]
void Penpair::InputUpdateFromConstant |
( |
int |
constant, |
|
|
int |
name |
|
) |
| |
◆ InputUpdateFromConstant() [3/3]
void Penpair::InputUpdateFromConstant |
( |
bool |
constant, |
|
|
int |
name |
|
) |
| |
◆ InputUpdateFromIoModel()
void Penpair::InputUpdateFromIoModel |
( |
int |
index, |
|
|
IoModel * |
iomodel |
|
) |
| |
|
inline |
◆ InputUpdateFromMatrixDakota()
void Penpair::InputUpdateFromMatrixDakota |
( |
IssmDouble * |
matrix, |
|
|
int |
nrow, |
|
|
int |
ncols, |
|
|
int |
name, |
|
|
int |
type |
|
) |
| |
|
inline |
◆ InputUpdateFromVector()
void Penpair::InputUpdateFromVector |
( |
IssmDouble * |
vector, |
|
|
int |
name, |
|
|
int |
type |
|
) |
| |
◆ InputUpdateFromVectorDakota()
void Penpair::InputUpdateFromVectorDakota |
( |
IssmDouble * |
vector, |
|
|
int |
name, |
|
|
int |
type |
|
) |
| |
|
inline |
◆ Configure()
Implements Load.
Definition at line 111 of file Penpair.cpp.
121 this->parameters=parametersin;
◆ CreateJacobianMatrix()
◆ CreateKMatrix()
◆ CreatePVector()
◆ GetNodesLidList()
void Penpair::GetNodesLidList |
( |
int * |
lidlist | ) |
|
|
virtual |
◆ GetNodesSidList()
void Penpair::GetNodesSidList |
( |
int * |
sidlist | ) |
|
|
virtual |
◆ GetNumberOfNodes()
int Penpair::GetNumberOfNodes |
( |
void |
| ) |
|
|
virtual |
◆ IsPenalty()
bool Penpair::IsPenalty |
( |
void |
| ) |
|
|
virtual |
◆ PenaltyCreateJacobianMatrix()
◆ PenaltyCreateKMatrix()
Implements Load.
Definition at line 172 of file Penpair.cpp.
179 switch(analysis_type){
187 _error_(
"analysis " << analysis_type <<
" (" <<
EnumToStringx(analysis_type) <<
") not supported yet");
◆ PenaltyCreatePVector()
◆ ResetHooks()
void Penpair::ResetHooks |
( |
| ) |
|
|
virtual |
◆ SetCurrentConfiguration()
◆ SetwiseNodeConnectivity()
void Penpair::SetwiseNodeConnectivity |
( |
int * |
d_nz, |
|
|
int * |
o_nz, |
|
|
Node * |
node, |
|
|
bool * |
flags, |
|
|
int * |
flagsindices, |
|
|
int |
set1_enum, |
|
|
int |
set2_enum |
|
) |
| |
|
virtual |
Implements Load.
Definition at line 216 of file Penpair.cpp.
225 if(!flags[this->
nodes[i]->Lid()]){
231 while(flagsindices[counter]>=0) counter++;
232 flagsindices[counter]=this->nodes[i]->Lid();
238 if(this->nodes[i]->IsClone())
246 if(this->nodes[i]->IsClone())
254 if(this->nodes[i]->IsClone())
260 default:
_error_(
"not supported");
◆ PenaltyCreateKMatrixMasstransport()
Definition at line 290 of file Penpair.cpp.
302 Ke->
values[0*numdof+0]=+kmax*pow(10.,penalty_factor);
303 Ke->
values[0*numdof+1]=-kmax*pow(10.,penalty_factor);
304 Ke->
values[1*numdof+0]=-kmax*pow(10.,penalty_factor);
305 Ke->
values[1*numdof+1]=+kmax*pow(10.,penalty_factor);
◆ PenaltyCreateKMatrixStressbalanceFS()
Definition at line 311 of file Penpair.cpp.
313 int numdof,numdof2,N;
328 for(
int i=0;i<numdof;i++){
329 Ke->
values[ i*N+i ]=+kmax*pow(10.,penalty_offset);
330 Ke->
values[ i*N+numdof+i]=-kmax*pow(10.,penalty_offset);
331 Ke->
values[(numdof+i)*N+i ]=-kmax*pow(10.,penalty_offset);
332 Ke->
values[(numdof+i)*N+numdof+i]=+kmax*pow(10.,penalty_offset);
◆ PenaltyCreateKMatrixStressbalanceHoriz()
Definition at line 339 of file Penpair.cpp.
344 switch(approximation0){
346 switch(approximation1){
352 switch(approximation1){
358 switch(approximation1){
364 switch(approximation1){
◆ PenaltyCreateKMatrixStressbalanceSSAHO()
Definition at line 372 of file Penpair.cpp.
374 int numdof,numdof2,N;
390 for(
int i=0;i<numdof;i++){
391 Ke->
values[ i*N+i ]=+kmax*pow(10.,penalty_offset);
392 Ke->
values[ i*N+numdof+i]=-kmax*pow(10.,penalty_offset);
393 Ke->
values[(numdof+i)*N+i ]=-kmax*pow(10.,penalty_offset);
394 Ke->
values[(numdof+i)*N+numdof+i]=+kmax*pow(10.,penalty_offset);
◆ id
◆ hnodes
◆ nodes
◆ parameters
The documentation for this class was generated from the following files: