108 |
checkFinleyError(); |
checkFinleyError(); |
109 |
} |
} |
110 |
|
|
111 |
|
void SystemMatrixAdapter::saveHB(const std::string& fileName) const |
112 |
|
{ |
113 |
|
char fName[fileName.size()+1]; |
114 |
|
strcpy(fName,fileName.c_str()); |
115 |
|
Finley_SystemMatrix* system_matrix_ptr = getFinley_SystemMatrix(); |
116 |
|
Finley_SystemMatrix_saveHB(system_matrix_ptr,fName); |
117 |
|
checkFinleyError(); |
118 |
|
} |
119 |
|
|
120 |
void SystemMatrixAdapter::setValue(const double value) const |
void SystemMatrixAdapter::setValue(const double value) const |
121 |
{ |
{ |
122 |
Finley_SystemMatrix* system_matrix_ptr = getFinley_SystemMatrix(); |
Finley_SystemMatrix* system_matrix_ptr = getFinley_SystemMatrix(); |