Skip to content
Snippets Groups Projects

Reduction Support

Open Richard Angersbach requested to merge rangersbach/reductions into v2.0-dev
Viewing commit 558a0f20
Show latest version
2 files
+ 16
2
Preferences
Compare changes
Files
2
+ 14
0
@@ -38,6 +38,14 @@ from .simp import AssignmentCollection
from .sympyextensions.typed_sympy import TypedSymbol, DynamicType
from .sympyextensions import SymbolCreator
from .datahandling import create_data_handling
from .sympyextensions.reduction import (
AddReducedAssignment,
SubReducedAssignment,
MulReducedAssignment,
DivReducedAssignment,
MinReducedssignment,
MaxReducedssignment
)
__all__ = [
"Field",
@@ -69,6 +77,12 @@ __all__ = [
"AssignmentCollection",
"Assignment",
"AddAugmentedAssignment",
"AddReducedAssignment",
"SubReducedAssignment",
"MulReducedAssignment",
"DivReducedAssignment",
"MinReducedssignment",
"MaxReducedssignment",
"assignment_from_stencil",
"SymbolCreator",
"create_data_handling",