Skip to content
Snippets Groups Projects
Commit 3f9b294c authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[mpfa-l][globaliavolseeds] print warning

parent b1e657e7
No related branches found
No related tags found
Loading
...@@ -57,6 +57,10 @@ public: ...@@ -57,6 +57,10 @@ public:
SeedVector& seeds, SeedVector& seeds,
BoundarySeedVector& boundarySeeds) BoundarySeedVector& boundarySeeds)
{ {
// print warning
std::cout << "\nWARNING: Note that the mpfa-l method currently only works for unstructured grids"
<< " when the global volume variables and global fv geometry caches are enabled!\n" << std::endl;
seeds.clear(); seeds.clear();
boundarySeeds.clear(); boundarySeeds.clear();
scvfIndexMap.clear(); scvfIndexMap.clear();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment