Changeset 3835
- Timestamp:
- 05/19/10 08:09:49 (15 years ago)
- Location:
- issm/trunk/src/c
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/ComputePressurex/ComputePressurex.cpp
r3775 r3835 13 13 int analysis_type,int sub_analysis_type){ 14 14 15 int i; 16 17 int found=0; 18 double numberofnodes; 15 int numberofnodes; 19 16 20 17 /*output: */ … … 22 19 23 20 /*Recover numberofnodes: */ 24 21 parameters->FindParam(&numberofnodes,NumberOfNodesEnum); 25 22 26 23 /*Allocate p_g on numberofnodes (only 1 dof): */ -
issm/trunk/src/c/SystemMatricesx/SystemMatricesx.cpp
r3775 r3835 13 13 int kflag,int pflag,int connectivity,int numberofdofspernode,int analysis_type,int sub_analysis_type){ 14 14 15 int i;16 17 15 extern int num_procs; 18 16 extern int my_rank; … … 30 28 loads->Configure(elements, loads, nodes,vertices, materials,parameters); 31 29 parameters->Configure(elements,loads, nodes,vertices, materials,parameters); 32 33 30 34 31 /*Get size of matrix: */ -
issm/trunk/src/c/parallel/ProcessResults.cpp
r3717 r3835 44 44 45 45 /*some parameters*/ 46 intishutter;47 intismacayealpattyn;48 intisstokes;49 int dim;46 bool ishutter; 47 bool ismacayealpattyn; 48 bool isstokes; 49 int dim; 50 50 51 51 /*intermediary: */ -
issm/trunk/src/c/parallel/diagnostic_core.cpp
r3780 r3835 201 201 VecFree(&bedslopey); 202 202 203 204 203 }
Note:
See TracChangeset
for help on using the changeset viewer.