Changeset 6936


Ignore:
Timestamp:
01/05/11 08:47:29 (14 years ago)
Author:
seroussi
Message:

macayeal3d needed in MacAyealStokes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Penta.cpp

    r6934 r6936  
    705705        ElementMatrix* Ke1=new ElementMatrix(this->nodes,NUMVERTICES,this->parameters,MacAyealApproximationEnum);
    706706        ElementMatrix* Ke2=new ElementMatrix(this->nodes,NUMVERTICES,this->parameters,StokesApproximationEnum);
    707         _error_("KMatrix coupling MacAyealStokes not terminated yet");
    708707        ElementMatrix* Ke=new ElementMatrix(Ke1,Ke2);
    709708        delete Ke1;
     
    712711        Ke2=CreateKMatrixDiagnosticStokes();
    713712
     713        _error_("KMatrix coupling MacAyealStokes not terminated yet");
    714714
    715715        /*Constants*/
     
    10081008
    10091009        /*compute all stiffness matrices for this element*/
    1010         ElementMatrix* Ke1=CreateKMatrixDiagnosticMacAyeal2d();
     1010        ElementMatrix* Ke1=CreateKMatrixDiagnosticMacAyeal3d();
    10111011        ElementMatrix* Ke2=CreateKMatrixDiagnosticStokes();
    10121012        ElementMatrix* Ke3=CreateKMatrixCouplingMacAyealStokes();
Note: See TracChangeset for help on using the changeset viewer.