Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
540e9978
Commit
540e9978
authored
Dec 25, 2019
by
Christoph Grüninger
Browse files
Remove Grid.HeapSize
parent
62b7c885
Changes
5
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
540e9978
...
...
@@ -7,6 +7,8 @@ Differences Between DuMuX 3.2 and DuMuX 3.1
### Immediate interface changes not allowing/requiring a deprecation period
-
Remove
`Grid.HeapSize`
as dune-ugrid removed the according feature as well.
### Deprecated properties, to be removed after 3.2:
### Deprecated classes/files, to be removed after 3.2:
...
...
doc/doxygen/extradoc/parameterlist.txt
View file @
540e9978
...
...
@@ -85,7 +85,6 @@ Adaptive | MaxLevel | std::size_t | 0 | |
* | | GmshPhysicalEntityThreshold | std::size_t | 0 | |
* | | Gradingstd::to_string(i) | Scalar | grading[i] | |
* | | Gradingstd::to_string(i) | std::vector<ctype> | grading[i] | |
* | | HeapSize | int | | |
* | | Image | std::string | | |
* | | KeepPhysicalOverlap | bool | true | |
* | | LeftBoundary | CoordinateType | 0.0 | |
...
...
dumux/io/grid/gridmanager_ug.hh
View file @
540e9978
...
...
@@ -51,7 +51,6 @@ namespace Dumux {
* - CellType : "Cube" or "Simplex" to be used for structured grids
* - Refinement : the number of global refines to perform
* - Verbosity : whether the grid construction should output to standard out
* - HeapSize: The heapsize used to allocate memory
* - BoundarySegments : whether to insert boundary segments into the grid
*
*/
...
...
@@ -143,10 +142,7 @@ private:
* \brief Do some operations before making the grid
*/
void
preProcessing_
(
const
std
::
string
&
modelParamGroup
)
{
if
(
hasParamInGroup
(
modelParamGroup
,
"Grid.HeapSize"
))
Grid
::
setDefaultHeapSize
(
getParamFromGroup
<
unsigned
>
(
modelParamGroup
,
"Grid.HeapSize"
));
}
{}
/*!
* \brief Do some operatrion after making the grid, like global refinement
...
...
test/porousmediumflow/2p/sequential/grids/test_3d2p_12_ug.dgf
View file @
540e9978
...
...
@@ -129,7 +129,6 @@ Cube
#
GridParameter
closure none
heapsize 1000
#
Boundarydomain
default 1
...
...
test/porousmediumflow/2p/sequential/grids/test_3d2p_3_ug1.dgf
View file @
540e9978
...
...
@@ -40,7 +40,6 @@ Cube
#
GridParameter
closure none
heapsize 1000
#
Boundarydomain
default 1
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment