Ignore:
Timestamp:
09/12/13 09:26:10 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: moving SystemMatrices back to modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/solutionsequences/solutionsequence_stokescoupling_nonlinear.cpp

    r15849 r16126  
    6161
    6262                /*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);
    6464                CreateNodalConstraintsx(&ys,femmodel->nodes,configuration_type);
    6565                Reduceloadx(pf_horiz, Kfs_horiz, ys); delete Kfs_horiz;
     
    7575
    7676                /*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);
    7878                CreateNodalConstraintsx(&ys,femmodel->nodes,configuration_type);
    7979                Reduceloadx(pf_vert, Kfs_vert, ys); delete Kfs_vert;
Note: See TracChangeset for help on using the changeset viewer.