Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CardMech
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
KIT
Mpp
CardMech
Merge requests
!268
[729-refactor-mesh-construction] switch to mpi tests for TestCardiacTransfers and coupled tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[729-refactor-mesh-construction] switch to mpi tests for TestCardiacTransfers and coupled tests
729-refactor-mesh-construction
into
feature
Overview
0
Commits
2
Pipelines
1
Changes
2
Merged
Niklas Baumgarten
requested to merge
729-refactor-mesh-construction
into
feature
1 year ago
Overview
0
Commits
2
Pipelines
1
Changes
2
Expand
They make use of Meshes::GetDistribution which returns a nullptr in non parallel cases.
0
0
Merge request reports
Compare
feature
feature (base)
and
latest version
latest version
3b4326c2
2 commits,
1 year ago
2 files
+
3
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
test/coupled/CMakeLists.txt
+
2
−
4
Options
add_mpp_test
(
TestCardiacTransfers COUPLED
)
add_mpp_test
(
TestDeformedDiffusion COUPLED
)
add_mpi_test
(
TestCardiacTransfers COUPLED
)
add_mpi_test
(
TestCoupledConsistency COUPLED
)
\ No newline at end of file
add_mpi_test
(
TestCoupledConsistency COUPLED
)
add_mpi_test
(
TestDeformedDiffusion COUPLED
)
Loading