Trilinos
Trilinos copied to clipboard
Panzer: use HGrad_*_Cn basis with n=2, instead of HGrad_*_C2.
Continuing work of PR #10357, and have Panzer use HGrad Cn basis instead of C2 basis. In contrast to Cn basis, C2 basis dofs are ordered as the nodes of Shards quadratic topology geometry and it's best to limit their use ONLY for mappings for quadratic meshes.
@trilinos/panzer
Motivation
Stakeholder Feedback
Testing
Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request.
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:
Pull Request Auto Testing STARTING (click to expand)
Build Information
Test Name: Trilinos_pullrequest_gcc_8.3.0
- Build Num: 7059
- Status: STARTED
Jenkins Parameters
Parameter Name | Value |
---|---|
PR_LABELS | |
PULLREQUESTNUM | 10374 |
PULLREQUEST_CDASH_TRACK | Pull Request |
TEST_REPO_ALIAS | TRILINOS |
TRILINOS_SOURCE_BRANCH | panzer_use_Cn |
TRILINOS_SOURCE_REPO | https://github.com/mperego/Trilinos |
TRILINOS_SOURCE_SHA | 05dc05646868777beec88daf0922152f7c7ecb78 |
TRILINOS_TARGET_BRANCH | develop |
TRILINOS_TARGET_REPO | https://github.com/trilinos/Trilinos |
TRILINOS_TARGET_SHA | 43e20cfc998f37be23426cbf0fbd34017ee3ef01 |
Build Information
Test Name: Trilinos_pullrequest_gcc_7.2.0_serial
- Build Num: 4558
- Status: STARTED
Jenkins Parameters
Parameter Name | Value |
---|---|
PR_LABELS | |
PULLREQUESTNUM | 10374 |
PULLREQUEST_CDASH_TRACK | Pull Request |
TEST_REPO_ALIAS | TRILINOS |
TRILINOS_SOURCE_BRANCH | panzer_use_Cn |
TRILINOS_SOURCE_REPO | https://github.com/mperego/Trilinos |
TRILINOS_SOURCE_SHA | 05dc05646868777beec88daf0922152f7c7ecb78 |
TRILINOS_TARGET_BRANCH | develop |
TRILINOS_TARGET_REPO | https://github.com/trilinos/Trilinos |
TRILINOS_TARGET_SHA | 43e20cfc998f37be23426cbf0fbd34017ee3ef01 |
Build Information
Test Name: Trilinos_pullrequest_gcc_7.2.0_debug
- Build Num: 5077
- Status: STARTED
Jenkins Parameters
Parameter Name | Value |
---|---|
PR_LABELS | |
PULLREQUESTNUM | 10374 |
PULLREQUEST_CDASH_TRACK | Pull Request |
TEST_REPO_ALIAS | TRILINOS |
TRILINOS_SOURCE_BRANCH | panzer_use_Cn |
TRILINOS_SOURCE_REPO | https://github.com/mperego/Trilinos |
TRILINOS_SOURCE_SHA | 05dc05646868777beec88daf0922152f7c7ecb78 |
TRILINOS_TARGET_BRANCH | develop |
TRILINOS_TARGET_REPO | https://github.com/trilinos/Trilinos |
TRILINOS_TARGET_SHA | 43e20cfc998f37be23426cbf0fbd34017ee3ef01 |
Build Information
Test Name: Trilinos_pullrequest_intel_17.0.1
- Build Num: 12146
- Status: STARTED
Jenkins Parameters
Parameter Name | Value |
---|---|
PR_LABELS | |
PULLREQUESTNUM | 10374 |
PULLREQUEST_CDASH_TRACK | Pull Request |
TEST_REPO_ALIAS | TRILINOS |
TRILINOS_SOURCE_BRANCH | panzer_use_Cn |
TRILINOS_SOURCE_REPO | https://github.com/mperego/Trilinos |
TRILINOS_SOURCE_SHA | 05dc05646868777beec88daf0922152f7c7ecb78 |
TRILINOS_TARGET_BRANCH | develop |
TRILINOS_TARGET_REPO | https://github.com/trilinos/Trilinos |
TRILINOS_TARGET_SHA | 43e20cfc998f37be23426cbf0fbd34017ee3ef01 |
Build Information
Test Name: Trilinos_pullrequest_clang_10.0.0
- Build Num: 4851
- Status: STARTED
Jenkins Parameters
Parameter Name | Value |
---|---|
PR_LABELS | |
PULLREQUESTNUM | 10374 |
PULLREQUEST_CDASH_TRACK | Pull Request |
TEST_REPO_ALIAS | TRILINOS |
TRILINOS_SOURCE_BRANCH | panzer_use_Cn |
TRILINOS_SOURCE_REPO | https://github.com/mperego/Trilinos |
TRILINOS_SOURCE_SHA | 05dc05646868777beec88daf0922152f7c7ecb78 |
TRILINOS_TARGET_BRANCH | develop |
TRILINOS_TARGET_REPO | https://github.com/trilinos/Trilinos |
TRILINOS_TARGET_SHA | 43e20cfc998f37be23426cbf0fbd34017ee3ef01 |
Build Information
Test Name: python-3
- Build Num: 1413
- Status: STARTED
Jenkins Parameters
Parameter Name | Value |
---|---|
PR_LABELS | |
PULLREQUESTNUM | 10374 |
PULLREQUEST_CDASH_TRACK | Pull Request |
TEST_REPO_ALIAS | TRILINOS |
TRILINOS_SOURCE_BRANCH | panzer_use_Cn |
TRILINOS_SOURCE_REPO | https://github.com/mperego/Trilinos |
TRILINOS_SOURCE_SHA | 05dc05646868777beec88daf0922152f7c7ecb78 |
TRILINOS_TARGET_BRANCH | develop |
TRILINOS_TARGET_REPO | https://github.com/trilinos/Trilinos |
TRILINOS_TARGET_SHA | 43e20cfc998f37be23426cbf0fbd34017ee3ef01 |
Build Information
Test Name: _cuda_10.1.243
- Build Num: 647
- Status: STARTED
Jenkins Parameters
Parameter Name | Value |
---|---|
FORCE_CLEAN | true |
PR_LABELS | |
PULLREQUESTNUM | 10374 |
PULLREQUEST_CDASH_TRACK | Pull Request |
TEST_REPO_ALIAS | TRILINOS |
TRILINOS_SOURCE_BRANCH | panzer_use_Cn |
TRILINOS_SOURCE_REPO | https://github.com/mperego/Trilinos |
TRILINOS_SOURCE_SHA | 05dc05646868777beec88daf0922152f7c7ecb78 |
TRILINOS_TARGET_BRANCH | develop |
TRILINOS_TARGET_REPO | https://github.com/trilinos/Trilinos |
TRILINOS_TARGET_SHA | 43e20cfc998f37be23426cbf0fbd34017ee3ef01 |
Using Repos:
- Repo: TRILINOS (mperego/Trilinos)
- Branch: panzer_use_Cn
- SHA: 05dc05646868777beec88daf0922152f7c7ecb78
- Mode: TEST_REPO
Pull Request Author: mperego
@rppawlo I tried to replace C2 with Cn in tFieldAggPattern.cpp but I didn't understand it well and didn't want to change the hardcoded values. Is the GeometricAggFieldPattern
supposed to work with any basis? Also I found this comment that's a bit concerning:
https://github.com/trilinos/Trilinos/blob/7bc4eb697c4ccd9fab1742661da3260a1069d41a/packages/panzer/dof-mgr/test/dofmngr_test/tFieldAggPattern.cpp#L459
Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED
Pull Request Auto Testing has PASSED (click to expand)
Build Information
Test Name: Trilinos_pullrequest_gcc_8.3.0
- Build Num: 7059
- Status: PASSED
Jenkins Parameters
Parameter Name | Value |
---|---|
PR_LABELS | |
PULLREQUESTNUM | 10374 |
PULLREQUEST_CDASH_TRACK | Pull Request |
TEST_REPO_ALIAS | TRILINOS |
TRILINOS_SOURCE_BRANCH | panzer_use_Cn |
TRILINOS_SOURCE_REPO | https://github.com/mperego/Trilinos |
TRILINOS_SOURCE_SHA | 05dc05646868777beec88daf0922152f7c7ecb78 |
TRILINOS_TARGET_BRANCH | develop |
TRILINOS_TARGET_REPO | https://github.com/trilinos/Trilinos |
TRILINOS_TARGET_SHA | 43e20cfc998f37be23426cbf0fbd34017ee3ef01 |
Build Information
Test Name: Trilinos_pullrequest_gcc_7.2.0_serial
- Build Num: 4558
- Status: PASSED
Jenkins Parameters
Parameter Name | Value |
---|---|
PR_LABELS | |
PULLREQUESTNUM | 10374 |
PULLREQUEST_CDASH_TRACK | Pull Request |
TEST_REPO_ALIAS | TRILINOS |
TRILINOS_SOURCE_BRANCH | panzer_use_Cn |
TRILINOS_SOURCE_REPO | https://github.com/mperego/Trilinos |
TRILINOS_SOURCE_SHA | 05dc05646868777beec88daf0922152f7c7ecb78 |
TRILINOS_TARGET_BRANCH | develop |
TRILINOS_TARGET_REPO | https://github.com/trilinos/Trilinos |
TRILINOS_TARGET_SHA | 43e20cfc998f37be23426cbf0fbd34017ee3ef01 |
Build Information
Test Name: Trilinos_pullrequest_gcc_7.2.0_debug
- Build Num: 5077
- Status: PASSED
Jenkins Parameters
Parameter Name | Value |
---|---|
PR_LABELS | |
PULLREQUESTNUM | 10374 |
PULLREQUEST_CDASH_TRACK | Pull Request |
TEST_REPO_ALIAS | TRILINOS |
TRILINOS_SOURCE_BRANCH | panzer_use_Cn |
TRILINOS_SOURCE_REPO | https://github.com/mperego/Trilinos |
TRILINOS_SOURCE_SHA | 05dc05646868777beec88daf0922152f7c7ecb78 |
TRILINOS_TARGET_BRANCH | develop |
TRILINOS_TARGET_REPO | https://github.com/trilinos/Trilinos |
TRILINOS_TARGET_SHA | 43e20cfc998f37be23426cbf0fbd34017ee3ef01 |
Build Information
Test Name: Trilinos_pullrequest_intel_17.0.1
- Build Num: 12146
- Status: PASSED
Jenkins Parameters
Parameter Name | Value |
---|---|
PR_LABELS | |
PULLREQUESTNUM | 10374 |
PULLREQUEST_CDASH_TRACK | Pull Request |
TEST_REPO_ALIAS | TRILINOS |
TRILINOS_SOURCE_BRANCH | panzer_use_Cn |
TRILINOS_SOURCE_REPO | https://github.com/mperego/Trilinos |
TRILINOS_SOURCE_SHA | 05dc05646868777beec88daf0922152f7c7ecb78 |
TRILINOS_TARGET_BRANCH | develop |
TRILINOS_TARGET_REPO | https://github.com/trilinos/Trilinos |
TRILINOS_TARGET_SHA | 43e20cfc998f37be23426cbf0fbd34017ee3ef01 |
Build Information
Test Name: Trilinos_pullrequest_clang_10.0.0
- Build Num: 4851
- Status: PASSED
Jenkins Parameters
Parameter Name | Value |
---|---|
PR_LABELS | |
PULLREQUESTNUM | 10374 |
PULLREQUEST_CDASH_TRACK | Pull Request |
TEST_REPO_ALIAS | TRILINOS |
TRILINOS_SOURCE_BRANCH | panzer_use_Cn |
TRILINOS_SOURCE_REPO | https://github.com/mperego/Trilinos |
TRILINOS_SOURCE_SHA | 05dc05646868777beec88daf0922152f7c7ecb78 |
TRILINOS_TARGET_BRANCH | develop |
TRILINOS_TARGET_REPO | https://github.com/trilinos/Trilinos |
TRILINOS_TARGET_SHA | 43e20cfc998f37be23426cbf0fbd34017ee3ef01 |
Build Information
Test Name: python-3
- Build Num: 1413
- Status: PASSED
Jenkins Parameters
Parameter Name | Value |
---|---|
PR_LABELS | |
PULLREQUESTNUM | 10374 |
PULLREQUEST_CDASH_TRACK | Pull Request |
TEST_REPO_ALIAS | TRILINOS |
TRILINOS_SOURCE_BRANCH | panzer_use_Cn |
TRILINOS_SOURCE_REPO | https://github.com/mperego/Trilinos |
TRILINOS_SOURCE_SHA | 05dc05646868777beec88daf0922152f7c7ecb78 |
TRILINOS_TARGET_BRANCH | develop |
TRILINOS_TARGET_REPO | https://github.com/trilinos/Trilinos |
TRILINOS_TARGET_SHA | 43e20cfc998f37be23426cbf0fbd34017ee3ef01 |
Build Information
Test Name: _cuda_10.1.243
- Build Num: 647
- Status: PASSED
Jenkins Parameters
Parameter Name | Value |
---|---|
FORCE_CLEAN | true |
PR_LABELS | |
PULLREQUESTNUM | 10374 |
PULLREQUEST_CDASH_TRACK | Pull Request |
TEST_REPO_ALIAS | TRILINOS |
TRILINOS_SOURCE_BRANCH | panzer_use_Cn |
TRILINOS_SOURCE_REPO | https://github.com/mperego/Trilinos |
TRILINOS_SOURCE_SHA | 05dc05646868777beec88daf0922152f7c7ecb78 |
TRILINOS_TARGET_BRANCH | develop |
TRILINOS_TARGET_REPO | https://github.com/trilinos/Trilinos |
TRILINOS_TARGET_SHA | 43e20cfc998f37be23426cbf0fbd34017ee3ef01 |
Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging WARNING: NO REVIEWERS HAVE BEEN REQUESTED FOR THIS PULL REQUEST!
All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...
@mperego - GeomAggregateFieldPattern must work for all bases. Maybe we can have a quick discussion about this today? Commit #10357 has broken many empire tests this weekend.
All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...
All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...
All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...
All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...
All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...
All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....
All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....
All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....
All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....
All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....
All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....
All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....
All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....
All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....
All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....
All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....
All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....
All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....
All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....
All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....
All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....
All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....
All Jobs Finished; status = PASSED, However PR is now STALE, and must be retested. Set the AT: RETEST Label to force retest....