Last change
on this file since 16556 was 16556, checked in by Mathieu Morlighem, 11 years ago |
NEW: added Archive/16133-16554
|
File size:
999 bytes
|
Rev | Line | |
---|
[16556] | 1 | Index: ../trunk-jpl/src/c/toolkits/mumps/MpiDenseMumpsSolve.cpp
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/c/toolkits/mumps/MpiDenseMumpsSolve.cpp (revision 16216)
|
---|
| 4 | +++ ../trunk-jpl/src/c/toolkits/mumps/MpiDenseMumpsSolve.cpp (revision 16217)
|
---|
| 5 | @@ -128,8 +128,8 @@
|
---|
| 6 |
|
---|
| 7 | /*First, some checks*/
|
---|
| 8 | if (Kff_M!=Kff_N)_error_("stiffness matrix Kff should be square");
|
---|
| 9 | - 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");
|
---|
| 10 | - 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");
|
---|
| 11 | + 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");
|
---|
| 12 | + 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");
|
---|
| 13 |
|
---|
| 14 | /*Initialize matrix */
|
---|
| 15 | /*figure out number of non-zero entries: */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.