Changeset 16126 for issm/trunk-jpl/src/c/solutionsequences/solutionsequence_stokescoupling_nonlinear.cpp
- Timestamp:
- 09/12/13 09:26:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/solutionsequences/solutionsequence_stokescoupling_nonlinear.cpp
r15849 r16126 61 61 62 62 /*solve: */ 63 femmodel->SystemMatricesx(&Kff_horiz, &Kfs_horiz, &pf_horiz, &df_horiz, NULL);63 SystemMatricesx(&Kff_horiz, &Kfs_horiz, &pf_horiz, &df_horiz, NULL,femmodel); 64 64 CreateNodalConstraintsx(&ys,femmodel->nodes,configuration_type); 65 65 Reduceloadx(pf_horiz, Kfs_horiz, ys); delete Kfs_horiz; … … 75 75 76 76 /*solve: */ 77 femmodel->SystemMatricesx(&Kff_vert, &Kfs_vert, &pf_vert, &df_vert,NULL);77 SystemMatricesx(&Kff_vert, &Kfs_vert, &pf_vert, &df_vert,NULL,femmodel); 78 78 CreateNodalConstraintsx(&ys,femmodel->nodes,configuration_type); 79 79 Reduceloadx(pf_vert, Kfs_vert, ys); delete Kfs_vert;
Note:
See TracChangeset
for help on using the changeset viewer.