Changeset 6936
- Timestamp:
- 01/05/11 08:47:29 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r6934 r6936 705 705 ElementMatrix* Ke1=new ElementMatrix(this->nodes,NUMVERTICES,this->parameters,MacAyealApproximationEnum); 706 706 ElementMatrix* Ke2=new ElementMatrix(this->nodes,NUMVERTICES,this->parameters,StokesApproximationEnum); 707 _error_("KMatrix coupling MacAyealStokes not terminated yet");708 707 ElementMatrix* Ke=new ElementMatrix(Ke1,Ke2); 709 708 delete Ke1; … … 712 711 Ke2=CreateKMatrixDiagnosticStokes(); 713 712 713 _error_("KMatrix coupling MacAyealStokes not terminated yet"); 714 714 715 715 /*Constants*/ … … 1008 1008 1009 1009 /*compute all stiffness matrices for this element*/ 1010 ElementMatrix* Ke1=CreateKMatrixDiagnosticMacAyeal 2d();1010 ElementMatrix* Ke1=CreateKMatrixDiagnosticMacAyeal3d(); 1011 1011 ElementMatrix* Ke2=CreateKMatrixDiagnosticStokes(); 1012 1012 ElementMatrix* Ke3=CreateKMatrixCouplingMacAyealStokes();
Note:
See TracChangeset
for help on using the changeset viewer.