Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hyteg
hog
Commits
f55e2236
Commit
f55e2236
authored
1 year ago
by
Nils Kohl
Browse files
Options
Downloads
Patches
Plain Diff
Fixing epsilon vector test.
parent
f8458c73
Branches
Branches containing commit
No related tags found
1 merge request
!2
Vector operators
Pipeline
#66232
failed
1 year ago
Stage: test
Stage: integration
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hyteg_integration_tests/src/CMakeLists.txt
+1
-1
1 addition, 1 deletion
hyteg_integration_tests/src/CMakeLists.txt
hyteg_integration_tests/src/EpsilonVector.cpp
+1
-1
1 addition, 1 deletion
hyteg_integration_tests/src/EpsilonVector.cpp
with
2 additions
and
2 deletions
hyteg_integration_tests/src/CMakeLists.txt
+
1
−
1
View file @
f55e2236
...
...
@@ -59,7 +59,7 @@ add_operator_test(FILE DivT.cpp DEF REF_OP=P1ToP2ElementwiseDivTzOperator FORM D
add_operator_test
(
FILE Epsilon.cpp DEF TEST_DIAG FORM=forms::p2_epsilonvar_0_0_affine_q4 FORM Epsilon_0_0 ABBR 00VIQT GEN_ARGS -s P2 -o MOVECONSTANTS QUADLOOPS TABULATE VECTORIZE --quad-degree 4 4
)
add_operator_test
(
FILE Epsilon.cpp DEF FORM=forms::p2_epsilonvar_2_1_affine_q4 FORM Epsilon_2_1 ABBR 21VIQT GEN_ARGS -s P2 -o MOVECONSTANTS QUADLOOPS TABULATE VECTORIZE --quad-degree 4 4
)
add_operator_test
(
FILE EpsilonVector.cpp DEF FORM Epsilon ABBR VecVIQT GEN_ARGS -s P2Vector -o MOVECONSTANTS QUADLOOPS TABULATE VECTORIZE --quad-degree 4 4 --dimensions 2
)
add_operator_test
(
FILE EpsilonVector.cpp DEF FORM Epsilon ABBR VecVIQT GEN_ARGS -s P2Vector -o MOVECONSTANTS QUADLOOPS TABULATE VECTORIZE --quad-degree 4 4 --dimensions 2
LIBS constant_stencil_operator
)
# tests with blending
...
...
This diff is collapsed.
Click to expand it.
hyteg_integration_tests/src/EpsilonVector.cpp
+
1
−
1
View file @
f55e2236
...
...
@@ -21,6 +21,7 @@
#include
"core/DataTypes.h"
#include
"hyteg/elementwiseoperators/P2ElementwiseOperator.hpp"
#include
"hyteg/src/constant_stencil_operator/P2ConstantEpsilonOperator.hpp"
#include
"hyteg/forms/form_hyteg_generated/p2/p2_epsilonvar_affine_q4.hpp"
#include
"hyteg/p2functionspace/P2Function.hpp"
...
...
@@ -67,7 +68,6 @@ int main( int argc, char* argv[] )
StorageSetup
storageSetup
;
storageSetup
=
StorageSetup
(
"quad_4el"
,
MeshInfo
::
fromGmshFile
(
"../hyteg/data/meshes/quad_4el.msh"
),
GeometryMap
::
Type
::
IDENTITY
);
}
compareApply
<
P2ElementwiseAffineEpsilonOperator
,
operatorgeneration
::
TestOpEpsilon
>
(
makeRefOp
,
...
...
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