Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
KeitaYoshioka
ogs
Commits
bf950fe5
Commit
bf950fe5
authored
10 years ago
by
Karsten Rink
Browse files
Options
Downloads
Patches
Plain Diff
added documentation for new method
parent
8b801e76
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MeshLib/MeshGenerators/LayeredMeshGenerator.h
+10
-0
10 additions, 0 deletions
MeshLib/MeshGenerators/LayeredMeshGenerator.h
with
10 additions
and
0 deletions
MeshLib/MeshGenerators/LayeredMeshGenerator.h
+
10
−
0
View file @
bf950fe5
...
...
@@ -62,6 +62,16 @@ protected:
/// Adds another layer to the subsurface mesh
virtual
void
addLayerToMesh
(
MeshLib
::
Mesh
const
&
mesh_layer
,
unsigned
layer_id
,
GeoLib
::
Raster
const
&
raster
)
=
0
;
/**
* Calculates the node Position of a subsurface node based on the given raster but also constrained the DEM layer
* the layer located below.
* @param dem_node The node at this xy-location on the DEM
* @param last_layer_node The node at this xy-location on the layer below
* @param raster The raster file for the current layer
* @param new_node_id Node ID to be used if there is a meaningful node position to be found
* @param minimum_thickness The minimum thickness required for the layer (i.e. if the distance to the bottom is smaller, the node is collapsed)
* @result A new node at the given xy position.
*/
MeshLib
::
Node
*
getNewLayerNode
(
MeshLib
::
Node
const
&
dem_node
,
MeshLib
::
Node
const
&
last_layer_node
,
GeoLib
::
Raster
const
&
raster
,
...
...
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