Ignore:
Timestamp:
12/03/13 14:07:15 (11 years ago)
Author:
Mathieu Morlighem
Message:

NEW: added CreateDVector in all analyses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/BalancethicknessSoftAnalysis.cpp

    r16992 r17000  
    2626
    2727/*Finite Element Analysis*/
     28ElementVector* BalancethicknessSoftAnalysis::CreateDVector(Element* element){/*{{{*/
     29        /*Default, return NULL*/
     30        return NULL;
     31}/*}}}*/
    2832ElementMatrix* BalancethicknessSoftAnalysis::CreateJacobianMatrix(Element* element){/*{{{*/
    2933_error_("Not implemented");
Note: See TracChangeset for help on using the changeset viewer.