#include "Node.hxx"
#include "Cell.hxx"
+#include "Face.hxx"
#include "Field.hxx"
#include "MEDFileMesh.hxx"
#include "MEDLoader.hxx"
throw CdmathException("!!! Error : only 'GMRES', 'CG' or 'BCGS' algorithm is acceptable !!!");
}
// set preconditioner
- if (pcType == NOPC)
+ if (pcType == NONE)
_pctype = (char*)&PCNONE;
else if (pcType ==LU)
_pctype = (char*)&PCLU;
throw CdmathException("!!! Error : only 'GMRES', 'CG' or 'BCGS' algorithm is acceptable !!!");
}
// set preconditioner
- if (pcType == NOPC)
+ if (pcType == NONE)
_pctype = (char*)&PCNONE;
else if (pcType ==LU)
_pctype = (char*)&PCLU;