Changeset 21706


Ignore:
Timestamp:
05/04/17 15:36:03 (8 years ago)
Author:
schlegel
Message:

NEW: add size call to FemModel

Location:
issm/trunk-jpl/src/c/classes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/classes/FemModel.cpp

    r21677 r21706  
    520520}
    521521/*}}}*/
    522 void  FemModel::SolutionAnalysesList(int** panalyses,int* pnumanalyses,IoModel* iomodel,int solutiontype){/*{{{*/
     522int  FemModel::Size(){ /*{{{*/
     523        int   femmodel_size;
     524
     525        this->Marshall(NULL,&femmodel_size,MARSHALLING_SIZE);
     526
     527        return femmodel_size;
     528}
     529/*}}}*/
     530void FemModel::SolutionAnalysesList(int** panalyses,int* pnumanalyses,IoModel* iomodel,int solutiontype){/*{{{*/
    523531
    524532        /*output: */
  • TabularUnified issm/trunk-jpl/src/c/classes/FemModel.h

    r21672 r21706  
    6767                void SetCurrentConfiguration(int configuration_type);
    6868                void SetCurrentConfiguration(int configuration_type,int analysis_type);
     69                int  Size(void);
    6970                void SolutionAnalysesList(int** panalyses,int* pnumanalyses,IoModel* iomodel,int solutiontype);
    7071                void Solve(void);
Note: See TracChangeset for help on using the changeset viewer.