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
Iterations
Wiki
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
Service Desk
Analyze
Contributor 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
ogs
ogs
Merge requests
!4547
[jupyter] Relax requirements a bit, update PyVista.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[jupyter] Relax requirements a bit, update PyVista.
bilke/ogs:nb-reqs
into
master
Overview
1
Commits
6
Pipelines
0
Changes
7
Merged
Lars Bilke
requested to merge
bilke/ogs:nb-reqs
into
master
2 years ago
Overview
1
Commits
6
Pipelines
0
Changes
7
Expand
Feature description was added to the
changelog
Tests covering your feature were added?
Edited
1 year ago
by
Lars Bilke
0
0
Merge request reports
Compare
master
version 18
b1e85577
1 year ago
version 17
fdb95a3b
1 year ago
version 16
9f27e7d8
1 year ago
version 15
d639ca75
1 year ago
version 14
a26779f8
1 year ago
version 13
6f1f747d
1 year ago
version 12
a6c52680
1 year ago
version 11
f93b3fe2
1 year ago
version 10
cb62f29f
1 year ago
version 9
f9f1a77d
1 year ago
version 8
4023e7e4
1 year ago
version 7
da9f9891
1 year ago
version 6
a8351b54
1 year ago
version 5
e63446df
1 year ago
version 4
ce1623ff
1 year ago
version 3
d69f0b52
1 year ago
version 2
5fcb25d2
1 year ago
version 1
93ed4aa8
2 years ago
master (base)
and
latest version
latest version
24ed83be
6 commits,
1 year ago
version 18
b1e85577
6 commits,
1 year ago
version 17
fdb95a3b
6 commits,
1 year ago
version 16
9f27e7d8
5 commits,
1 year ago
version 15
d639ca75
4 commits,
1 year ago
version 14
a26779f8
4 commits,
1 year ago
version 13
6f1f747d
4 commits,
1 year ago
version 12
a6c52680
4 commits,
1 year ago
version 11
f93b3fe2
4 commits,
1 year ago
version 10
cb62f29f
4 commits,
1 year ago
version 9
f9f1a77d
4 commits,
1 year ago
version 8
4023e7e4
4 commits,
1 year ago
version 7
da9f9891
4 commits,
1 year ago
version 6
a8351b54
3 commits,
1 year ago
version 5
e63446df
2 commits,
1 year ago
version 4
ce1623ff
2 commits,
1 year ago
version 3
d69f0b52
2 commits,
1 year ago
version 2
5fcb25d2
1 commit,
1 year ago
version 1
93ed4aa8
1 commit,
2 years ago
7 files
+
82
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
ProcessLib/SteadyStateDiffusion/Tests.cmake
+
6
−
1
Options
@@ -1023,8 +1023,13 @@ AddTest(
square_1x1_quad_1e2_GMRES_GML_output_square_1x1_geometry_left.xdmf square_1x1_quad_1e2_GMRES_GML_output_square_1x1_geometry_left.xdmf pressure pressure 1e-14 1e-14
)
if
(
OGS_USE_MPI
AND OGS_USE_PIP
)
if
(
OGS_USE_MPI
)
NotebookTest
(
NOTEBOOKFILE Notebooks/SimplePETSc.ipynb RUNTIME 10
)
else
()
NotebookTest
(
NOTEBOOKFILE Elliptic/cube_1x1x1_SteadyStateDiffusion/ssd-cube.ipynb
RUNTIME 6
)
endif
()
AddTest
(
Loading