Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ExaStencils
exastencils-release
Commits
9a18019a
Commit
9a18019a
authored
Feb 07, 2022
by
Richard Angersbach
Browse files
Revert "Minor change in L4_LayerHandler."
This reverts commit
4a498037
parent
4a498037
Changes
1
Hide whitespace changes
Inline
Side-by-side
Compiler/src/exastencils/app/l4/L4_LayerHandler.scala
View file @
9a18019a
...
...
@@ -73,6 +73,7 @@ object L4_DefaultLayerHandler extends L4_LayerHandler {
L4_EquationCollection
L4_FieldCombinationCollection
L4_PrepareAccesses
.
strategies
+=
L4_PrepareMatrixAccesses
}
...
...
@@ -100,7 +101,7 @@ object L4_DefaultLayerHandler extends L4_LayerHandler {
}
//try {
ExaRootNode
.
mergeL4
(
L4_Root
(
Settings
.
getL4file
.
map
(
L4_Parser
.
parseFile
(
_
)
:
L4_Node
)))
ExaRootNode
.
mergeL4
(
L4_Root
(
Settings
.
getL4file
.
map
(
L4_Parser
.
parseFile
(
_
)
:
L4_Node
)))
//} catch {
// case foo : Exception => Logger.error("first parse")
//}
...
...
@@ -218,9 +219,9 @@ object L4_DefaultLayerHandler extends L4_LayerHandler {
L4_DuplicateFieldLayoutsForFields
.
apply
()
// after L4_ResolveFieldAccesses
L4_ResolveWriteFieldFunctions
.
apply
()
L4_ResolveReadFieldFunctions
.
apply
()
L4_ResolvePrintFieldFunctions
.
apply
()
L4_ResolveWriteFieldFunctions
.
apply
()
L4_ResolveBoundaryHandlingFunctions
.
apply
()
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment