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
89480ed4
Commit
89480ed4
authored
8 years ago
by
Kilian Weishaupt
Browse files
Options
Downloads
Patches
Plain Diff
[handbook] Fix path of test in quickstart guide
parent
d1554e3a
No related branches found
No related tags found
1 merge request
!198
Fix/handbook 2.10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/handbook/2_quickstartguide.tex
+2
-2
2 additions, 2 deletions
doc/handbook/2_quickstartguide.tex
with
2 additions
and
2 deletions
doc/handbook/2_quickstartguide.tex
+
2
−
2
View file @
89480ed4
...
...
@@ -10,8 +10,8 @@ If not given differently in the input files, this is \texttt{build-cmake} as def
\begin{enumerate}
\item
Go to the directory
\texttt
{
build-cmake/test
}
. There, various test application
folders can be found. Let us consider as example
\texttt
{
implicit/test
{
\_
}
box2p
}
:
\item
Enter the folder
\texttt
{
implicit
/2p
}
. Type
\texttt
{
make test
{
\_
}
box2p
}
in order
folders can be found. Let us consider as example
\texttt
{
porousmediumflow/2p/
implicit/test
{
\_
}
box2p
}
:
\item
Enter the folder
\texttt
{
porousmediumflow/2p/
implicit
}
. Type
\texttt
{
make test
{
\_
}
box2p
}
in order
to compile the application
\texttt
{
test
{
\_
}
box2p
}
. To run the simulation, type
\\
\texttt
{
./test
{
\_
}
box2p -parameterFile ./test
\_
box2p.input
}
\\
into the console. The parameter
\texttt
{
-parameterFile
}
specifies that all
...
...
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