Ignore:
Timestamp:
10/24/13 10:12:44 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: moving model processor stuff to analyses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/analyses/MeshdeformationAnalysis.cpp ΒΆ

    r16534 r16539  
    66
    77/*Model processing*/
    8 int MeshdeformationAnalysis::DofsPerNode(int** doflist,int meshtype,int approximation){/*{{{*/
     8int  MeshdeformationAnalysis::DofsPerNode(int** doflist,int meshtype,int approximation){/*{{{*/
    99        _error_("not implemented");
    1010}/*}}}*/
     11void MeshdeformationAnalysis::UpdateParameters(Parameters** pparameters,IoModel* iomodel,int solution_enum,int analysis_enum){/*{{{*/
     12           _error_("not implemented yet");
     13}/*}}}*/
     14void MeshdeformationAnalysis::UpdateElements(Elements* elements,IoModel* iomodel,int analysis_counter,int analysis_type){/*{{{*/
     15           _error_("not implemented yet");
     16}/*}}}*/
     17void MeshdeformationAnalysis::CreateNodes(Nodes** pnodes,IoModel* iomodel){/*{{{*/
     18           _error_("not implemented yet");
     19}/*}}}*/
     20void MeshdeformationAnalysis::CreateConstraints(Constraints** pconstraints,IoModel* iomodel){/*{{{*/
     21           _error_("not implemented yet");
     22}/*}}}*/
     23void MeshdeformationAnalysis::CreateLoads(Loads** ploads, IoModel* iomodel){/*{{{*/
     24           _error_("not implemented yet");
     25}/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.