source:
issm/oecreview/Archive/16133-16554/ISSM-16216-16217.diff@
16556
Last change on this file since 16556 was 16556, checked in by , 11 years ago | |
---|---|
File size: 999 bytes |
-
../trunk-jpl/src/c/toolkits/mumps/MpiDenseMumpsSolve.cpp
128 128 129 129 /*First, some checks*/ 130 130 if (Kff_M!=Kff_N)_error_("stiffness matrix Kff should be square"); 131 if (uf_M!=Kff_M | uf_M!=pf_M)_error_("solution vector should be the same size as stiffness matrix Kff and load vector pf");132 if (uf_m!=Kff_m | uf_m!=pf_m)_error_("solution vector should be locally the same size as stiffness matrix Kff and load vector pf");131 if (uf_M!=Kff_M || uf_M!=pf_M)_error_("solution vector should be the same size as stiffness matrix Kff and load vector pf"); 132 if (uf_m!=Kff_m || uf_m!=pf_m)_error_("solution vector should be locally the same size as stiffness matrix Kff and load vector pf"); 133 133 134 134 /*Initialize matrix */ 135 135 /*figure out number of non-zero entries: */
Note:
See TracBrowser
for help on using the repository browser.