Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
MostafaMollaali
dynamic
Commits
b26e6649
Commit
b26e6649
authored
8 years ago
by
Lars Bilke
Committed by
Lars Bilke
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed compile error on OGS_USE_PETSC=ON as proposed by Tom.
parent
ba9dc14e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ProcessLib/UncoupledProcessesTimeLoop.cpp
+1
-1
1 addition, 1 deletion
ProcessLib/UncoupledProcessesTimeLoop.cpp
scripts/jenkins/gcc-dynamic.groovy
+0
-1
0 additions, 1 deletion
scripts/jenkins/gcc-dynamic.groovy
with
1 addition
and
2 deletions
ProcessLib/UncoupledProcessesTimeLoop.cpp
+
1
−
1
View file @
b26e6649
...
...
@@ -527,7 +527,7 @@ bool UncoupledProcessesTimeLoop::setCoupledSolutions()
}
_solutions_of_coupled_processes
.
emplace_back
(
coupled_xs
);
auto
const
x
=
*
_process_solutions
[
pcs_idx
];
auto
const
&
x
=
*
_process_solutions
[
pcs_idx
];
// Create a vector to store the solution of the last coupling iteration
auto
&
x_coupling0
=
NumLib
::
GlobalVectorProvider
::
provider
.
getVector
(
x
);
...
...
This diff is collapsed.
Click to expand it.
scripts/jenkins/gcc-dynamic.groovy
+
0
−
1
View file @
b26e6649
...
...
@@ -26,7 +26,6 @@ stage('CLI (envinf1)') {
},
petsc:
{
build
.
linux
(
dir:
'build-petsc'
,
env:
'envinf1/petsc.sh'
,
script:
this
)
}
}
stage
(
'Test (envinf1)'
)
{
...
...
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