Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
S
SWE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gaurav Kukreja
SWE
Commits
57a437ee
Commit
57a437ee
authored
Mar 13, 2013
by
Sebastian Rettenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed obsolete functions
parent
4286c829
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
27 deletions
+1
-27
SWE_Block.cpp
src/blocks/SWE_Block.cpp
+0
-22
SWE_Block.hh
src/blocks/SWE_Block.hh
+0
-4
swe_solvers
submodules/swe_solvers
+1
-1
No files found.
src/blocks/SWE_Block.cpp
View file @
57a437ee
...
...
@@ -307,28 +307,6 @@ const Float2D& SWE_Block::getBathymetry() {
// methods for simulation
//==================================================================
/**
* set wall boundary tpye for the four block boundaries
*/
void
SWE_Block
::
setWallBoundaries
()
{
boundary
[
BND_LEFT
]
=
WALL
;
boundary
[
BND_RIGHT
]
=
WALL
;
boundary
[
BND_BOTTOM
]
=
WALL
;
boundary
[
BND_TOP
]
=
WALL
;
}
/**
* set outflow boundary tpye for the four block boundaries
*/
void
SWE_Block
::
setOutflowBoundaries
()
{
boundary
[
BND_LEFT
]
=
OUTFLOW
;
boundary
[
BND_RIGHT
]
=
OUTFLOW
;
boundary
[
BND_BOTTOM
]
=
OUTFLOW
;
boundary
[
BND_TOP
]
=
OUTFLOW
;
}
/**
* Set the boundary type for specific block boundary.
*
...
...
src/blocks/SWE_Block.hh
View file @
57a437ee
...
...
@@ -145,10 +145,6 @@ class SWE_Block {
const
Float2D
&
getBathymetry
();
// defining boundary conditions
/// set boundary conditions to type WALL at all boundaries
void
setWallBoundaries
();
/// set boundary conditions to type OUTFLOW at all boundaries
void
setOutflowBoundaries
();
/// set type of boundary condition for the specified boundary
void
setBoundaryType
(
BoundaryEdge
edge
,
BoundaryType
boundtype
,
const
SWE_Block1D
*
inflow
=
NULL
);
...
...
swe_solvers
@
9f7fe2f2
Subproject commit
2569cc274f93ca7af014e972bc1fed7b0b1df7ef
Subproject commit
9f7fe2f2ebc31a9c9e68583232748fb5de7dba18
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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