Changeset 13975 for issm/trunk/src/c/classes/IoModel.h
- Timestamp:
- 11/16/12 08:10:16 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 13397-13398,13401,13407-13582,13584-13974
- Property svn:mergeinfo changed
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/c/classes/IoModel.h
r13395 r13975 19 19 20 20 private: 21 Parameters *constants; //this dataset holds all IssmDouble, int, bool and char *parameters read in from the input file.*22 21 Parameters *constants; //this dataset holds all IssmDouble, int, bool and char from input 22 23 23 public: 24 IssmDouble **data; 25 24 IssmDouble **data; //this dataset holds temporary data, memory intensive. 25 26 26 /*This data needs to stay memory resident at all time, even if it's memory intensive: */ 27 FILE *fid; //pointer to input file27 FILE *fid; //pointer to input file 28 28 bool *my_elements; 29 29 bool *my_nodes; … … 36 36 int loadcounter; //keep track of how many loads are being created in each analysis type 37 37 int constraintcounter; //keep track of how many constraints are being created in each analysis type 38 38 39 39 /*for AD mode: to keep track of our independent variables we fetch:*/ 40 40 bool* independents; 41 DataSet* independent_objects; 41 42 42 43 /*Methods*/
Note:
See TracChangeset
for help on using the changeset viewer.