*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 1afb2bb5 authored by Hanser, Valentin's avatar Hanser, Valentin
Browse files

added additional informaion about used dist and mesh

parent 247da138
Branches
Tags
No related merge requests found
Pipeline #284269 passed
......@@ -67,7 +67,7 @@ coefHysteresisMS<DIM_MESH, DIM_PREISACH, DIM_MS_COEF_R, DIM_MS_COEF_C>::coefHyst
}
});
cout << "\n";
cout << "created " << CountVectorPreisachPoints() << " VectorPreisachPoints" << endl;
cout << "created " << CountVectorPreisachPoints() << " VectorPreisachPoints , mesh dim: " << DIM_MESH <<", Preisach dim" << DIM_PREISACH << ", Ndist" << ptrDist->size() << endl;
......
......@@ -85,7 +85,7 @@ ngPreisachScalar<DIM>::ngPreisachScalar(shared_ptr<MeshAccess>& mesh, Integratio
}
}
});
cout << "created " << CountScalarPreisachPoints() << " ScalarPreisachPoints" << endl;
cout << "created " << CountScalarPreisachPoints() << " ScalarPreisachPoints, mesh dim: " << DIM << endl;
Demagnetise();
}
......
......@@ -93,7 +93,8 @@ ngPreisachVector<DIM_MESH, DIM_PREISACH>::ngPreisachVector(shared_ptr<MeshAccess
});
cout << "\n";
cout << "created " << CountVectorPreisachPoints() << " VectorPreisachPoints with "<< ptrDist->size() << "ScalarPoints each" << endl;
cout << "created " << CountVectorPreisachPoints() << " VectorPreisachPoints , mesh dim: " << DIM_MESH <<", Preisach dim" << DIM_PREISACH << ", Ndist" << ptrDist->size() << endl;
Demagnetise();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment