Changeset 18064 for issm/trunk-jpl/src/c/classes/FemModel.cpp
- Timestamp:
- 05/26/14 21:40:16 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/FemModel.cpp
r18056 r18064 43 43 44 44 /*Object constructors and destructor*/ 45 /*FUNCTION FemModel::FemModel(int argc,char** argv,ISSM_MPI_Comm incomm){{{*/ 46 FemModel::FemModel(int argc,char** argv,ISSM_MPI_Comm incomm){ 45 FemModel::FemModel(int argc,char** argv,ISSM_MPI_Comm incomm){/*{{{*/ 47 46 48 47 /*configuration: */ … … 94 93 } 95 94 /*}}}*/ 96 /*FUNCTION FemModel::FemModel(char* rootpath, char* inputfilename, char* outputfilename, char* toolkitsfilename, char* lockfilename, const int in_solution_type,const int* analyses,const int nummodels){{{*/ 97 FemModel::FemModel(char* rootpath, char* inputfilename, char* outputfilename, char* toolkitsfilename, char* lockfilename, const int in_solution_type,const int* analyses,const int nummodels){ 95 FemModel::FemModel(char* rootpath, char* inputfilename, char* outputfilename, char* toolkitsfilename, char* lockfilename, const int in_solution_type,const int* analyses,const int nummodels){/*{{{*/ 98 96 99 97 /*Call InitFromFiles. This constructor is just a wrapper: */ … … 102 100 } 103 101 /*}}}*/ 104 /*FUNCTION FemModel::~FemModel{{{*/ 105 FemModel::~FemModel(){ 102 FemModel::~FemModel(){/*{{{*/ 106 103 107 104 /*Intermediary*/ … … 163 160 164 161 /*Object management*/ 165 /*FUNCTION FemModel::Echo {{{*/ 166 void FemModel::Echo(void){ 162 void FemModel::Echo(void){/*{{{*/ 167 163 168 164 _printf_("FemModel echo: \n"); … … 175 171 } 176 172 /*}}}*/ 177 /*FUNCTION FemModel::InitFromFiles(char* rootpath, char* inputfilename, char* outputfilename, char* toolkitsfilename, char* lockfilename, const int in_solution_type,const int* analyses,const int nummodels){{{*/ 178 void FemModel::InitFromFiles(char* rootpath, char* inputfilename, char* outputfilename, char* toolkitsfilename, char* lockfilename, const int in_solution_type,const int* analyses,const int nummodels){ 173 void FemModel::InitFromFiles(char* rootpath, char* inputfilename, char* outputfilename, char* toolkitsfilename, char* lockfilename, const int in_solution_type,const int* analyses,const int nummodels){/*{{{*/ 179 174 180 175 /*intermediary*/ … … 246 241 } 247 242 /*}}}*/ 248 /*FUNCTION FemModel::SetStaticComm {{{*/ 249 void FemModel::SetStaticComm(void){ 243 void FemModel::SetStaticComm(void){/*{{{*/ 250 244 251 245 /*This routine sets the global communicator variable hidden inside the IssmComm … … 255 249 } 256 250 /*}}}*/ 257 /*FUNCTION FemModel::SetCurrentConfiguration(int configuration_type,int analysis_type){{{*/ 258 void FemModel::SetCurrentConfiguration(int configuration_type,int analysis_type){ 251 void FemModel::SetCurrentConfiguration(int configuration_type,int analysis_type){/*{{{*/ 259 252 260 253 /*Use configuration_type to setup the analysis counter, the configurations of objects etc ... but use … … 290 283 } 291 284 /*}}}*/ 292 /*FUNCTION FemModel::SetCurrentConfiguration(int configuration_type){{{*/ 293 void FemModel::SetCurrentConfiguration(int configuration_type){ 285 void FemModel::SetCurrentConfiguration(int configuration_type){/*{{{*/ 294 286 this->SetCurrentConfiguration(configuration_type,configuration_type); 295 287 } 296 288 /*}}}*/ 297 /*FUNCTION FemModel::Solve {{{*/ 298 void FemModel::Solve(void){ 289 void FemModel::Solve(void){/*{{{*/ 299 290 300 291 /*profiling: */
Note:
See TracChangeset
for help on using the changeset viewer.