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
2 merge requests!617[WIP] Next,!371port mpfa l method to new flux var cache concept
......@@ -57,6 +57,10 @@ public:
SeedVector& seeds,
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();
boundarySeeds.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