rename files for structured grid creators to make them consistent with the classes which they contain

structuredcubegridcreator.hh -> cubegridcreator.hh
structuredsimplexgridcreator.hh -> simplexgridcreator.hh

also document them properly.
This commit is contained in:
Andreas Lauser 2012-02-14 16:01:34 +00:00 committed by Andreas Lauser
parent fb63f62336
commit f5a9cf1a83

View File

@ -40,7 +40,7 @@
// The components that are used
#include <dumux/material/components/h2o.hh>
#include <dumux/material/components/oil.hh>
#include <dumux/common/structuredcubegridcreator.hh>
#include <dumux/common/cubegridcreator.hh>
namespace Dumux{
// Forward declaration of the problem class