Changeset 1767
- Timestamp:
- 08/18/09 16:03:11 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/ModelProcessorx/DiagnosticStokes/CreateLoadsDiagnosticStokes.cpp
r1764 r1767 50 50 int pengrid_thermal_steadystate=1; 51 51 52 int numberof segs_diag_stokes;52 int numberofpressureloads_stokes; 53 53 int count; 54 54 … … 62 62 /*Create pressure loads as boundary conditions. Pay attention to the partitioning if we are running in parallel (the grids 63 63 * referenced by a certain load must belong to the cluster node): */ 64 ModelFetchData((void**)&model->pressureload s_stokes,&numberofpressureloads_stokes,NULL,model_handle,"pressureload_stokes","Matrix","Mat");64 ModelFetchData((void**)&model->pressureload_stokes,&numberofpressureloads_stokes,NULL,model_handle,"pressureload_stokes","Matrix","Mat"); 65 65 ModelFetchData((void**)&model->elements_type,NULL,NULL,model_handle,"elements_type","Matrix","Mat"); 66 66 ModelFetchData((void**)&model->thickness,NULL,NULL,model_handle,"thickness","Matrix","Mat");
Note:
See TracChangeset
for help on using the changeset viewer.