Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
ee259cf5
Commit
ee259cf5
authored
5 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[cleanup] Remove deprecated CakeGridCreator
parent
16ccbad8
No related branches found
No related tags found
1 merge request
!1879
Cleanup/remove deprecated
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dumux/io/grid/CMakeLists.txt
+0
-1
0 additions, 1 deletion
dumux/io/grid/CMakeLists.txt
dumux/io/grid/cakegridcreator.hh
+0
-43
0 additions, 43 deletions
dumux/io/grid/cakegridcreator.hh
with
0 additions
and
44 deletions
dumux/io/grid/CMakeLists.txt
+
0
−
1
View file @
ee259cf5
install
(
FILES
install
(
FILES
cakegridcreator.hh
cakegridmanager.hh
cakegridmanager.hh
cpgridmanager.hh
cpgridmanager.hh
gmshgriddatahandle.hh
gmshgriddatahandle.hh
...
...
This diff is collapsed.
Click to expand it.
dumux/io/grid/cakegridcreator.hh
deleted
100644 → 0
+
0
−
43
View file @
16ccbad8
// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
// vi: set et ts=4 sw=4 sts=4:
/*****************************************************************************
* See the file COPYING for full copying permissions. *
* *
* This program is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation, either version 3 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/
/*!
* \file
* \ingroup InputOutput
* \brief Provides a grid creator for a piece of cake grid
*/
#ifndef DUMUX_CAKE_GRID_CREATOR_HH
#define DUMUX_CAKE_GRID_CREATOR_HH
#warning "This header is deprecated. Use the new cakegridmanager."
#include
"cakegridmanager.hh"
namespace
Dumux
{
/*!
* \ingroup InputOutput
* \brief Provides a grid creator with a method for creating creating vectors
* with polar Coordinates and one for creating a cartesian grid from
* these polar coordinates.
*/
template
<
class
Grid
>
using
CakeGridCreator
[[
deprecated
(
"Use CakeGridManager instead!"
)]]
=
CakeGridManager
<
Grid
>
;
}
// end namespace Dumux
#endif
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment