Changeset 15772
- Timestamp:
- 08/09/13 11:07:39 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r15771 r15772 7015 7015 Friction* friction=NULL; 7016 7016 GaussPenta *gauss=NULL; 7017 Node *node_list[20]; 7017 7018 7018 7019 /*If on water or not FS, skip stiffness: */ … … 7024 7025 int numnodes = 2*vnumnodes-1+pnumnodes; 7025 7026 7026 Node *node_list[numnodes]; 7027 int cs_list[numnodes]; 7027 int* cs_list = xNew<int>(numnodes); 7028 7028 7029 7029 ElementMatrix* Ke1=new ElementMatrix(this->nodes,NUMVERTICES,this->parameters,SSAApproximationEnum); … … 8258 8258 ElementVector* pe1=CreatePVectorCouplingHOFSViscous(); 8259 8259 ElementVector* pe2=CreatePVectorCouplingHOFSFriction(); 8260 // if(id==15){ 8261 // pe1->Echo(); 8262 // pe2->Echo(); 8263 // _error_(""); 8264 // } 8260 8265 ElementVector* pe =new ElementVector(pe1,pe2); 8261 8266
Note:
See TracChangeset
for help on using the changeset viewer.