- Timestamp:
- 09/12/13 09:26:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/solutionsequences/solutionsequence_linear.cpp
r15849 r16126 24 24 femmodel->UpdateConstraintsx(); 25 25 26 femmodel->SystemMatricesx(&Kff, &Kfs, &pf, &df, NULL);26 SystemMatricesx(&Kff,&Kfs,&pf,&df,NULL,femmodel); 27 27 CreateNodalConstraintsx(&ys,femmodel->nodes,configuration_type); 28 28 Reduceloadx(pf, Kfs, ys); delete Kfs;
Note:
See TracChangeset
for help on using the changeset viewer.