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
Özgür Ozan Sen
ogs
Commits
8414e6bd
Commit
8414e6bd
authored
8 years ago
by
Christoph Lehmann
Committed by
Tom Fischer
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[Doc] updated project file docu start page
parent
36d1234d
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
Documentation/ProjectFile/i_ProjectFile.md
+9
-10
9 additions, 10 deletions
Documentation/ProjectFile/i_ProjectFile.md
with
9 additions
and
10 deletions
Documentation/ProjectFile/i_ProjectFile.md
+
9
−
10
View file @
8414e6bd
...
...
@@ -16,7 +16,7 @@ different prefixes, namely:
<tt>
<
type
>
</tt>
tag in the input file.
<br>
Example:
\r
ef ogs_file_param__linear_solver
and
\r
ef ogs_file_param__parameter__Constant (
<tt>
<
type
>
Constant
<
/type
>
</tt>
)
vs.
\r
ef ogs_file_param__parameter__Mesh
Property
(
<tt>
<
type
>
Mesh
Property
<
/type
>
</tt>
)
vs.
\r
ef ogs_file_param__parameter__Mesh
Node
(
<tt>
<
type
>
Mesh
Node
<
/type
>
</tt>
)
The input file parameters are documented within a tree structure (cf. the
navigation tree on the left). This structure resembles the XML document tree of
...
...
@@ -48,15 +48,14 @@ prefix:
<tt>
process_variables.process_variable.boundary_conditions.boundary_condition.geometry
</tt>
.
2.
Cases that distinguish types do not translate to XML tags either.
They enclose a set of configuration settings that can be used at that specific point.
<br>
Example: There is a
\r
ef ogs_file_param__initial_condition__MeshProperty "MeshProperty"
initial condition, which has a
\r
ef ogs_file_param__initial_condition__MeshProperty__field_name "field_name" tag.
I.e., if you select the MeshProperty IC, you can (or must) specify the XML tag
with the path
<tt>
process_variables.process_variable.initial_condition.field_name
</tt>
in the project file.
<br>
The MeshProperty IC can be selected by setting the
\r
ef ogs_file_param__initial_condition__type "process_variables.process_variable.initial_condition.type" tag to
<tt>
MeshProperty
</tt>
.
Example: There is a
\r
ef ogs_file_param__parameter__MeshNode "MeshNode"
initial condition, which has a
\r
ef
ogs_file_param__parameter__MeshNode__field_name "field_name" tag. I.e., if you
configure the MeshNode parameter, you can (or must) specify the XML tag with the
path
<tt>
parameters.parameter.field_name
</tt>
in the project file.
<br>
A
MeshNode parameter can be defined by setting the
\r
ef
ogs_file_param__parameter__type "parameters.parameter.type" tag to
<tt>
MeshNode
</tt>
.
# Further Information
...
...
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