cleanup
This commit is contained in:
parent
c53335074d
commit
ff2ba09279
2 changed files with 2 additions and 2 deletions
|
|
@ -385,7 +385,7 @@ void FEM_Matrix::Derive_Matrix_Pattern_slow()
|
|||
|
||||
void FEM_Matrix::CalculateLaplace_mult(vector<double> &f)
|
||||
{
|
||||
cout << "\n############ FEM_Matrix::CalculateLaplaceMult ";
|
||||
cout << "\n############ FEM_Matrix::CalculateLaplace_mult ";
|
||||
double tstart = omp_get_wtime(); // OpenMP
|
||||
assert(_mesh.NdofsElement() == 3); // only for triangular, linear elements
|
||||
//cout << _nnz << " vs. " << _id[_nrows] << " " << _nrows<< endl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue