Skip to content
Snippets Groups Projects
Commit 1c04fe20 authored by Reimar H Leike's avatar Reimar H Leike
Browse files

now exporting DOFDistributor

parent 5a460b08
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -11,9 +11,10 @@ from .smoothness_operator import SmoothnessOperator
from .power_distributor import PowerDistributor
from .inversion_enabler import InversionEnabler
from .sandwich_operator import SandwichOperator
from .dof_distributor import DOFDistributor
__all__ = ["LinearOperator", "EndomorphicOperator", "ScalingOperator",
"DiagonalOperator", "HarmonicTransformOperator", "FFTOperator",
"FFTSmoothingOperator", "GeometryRemover",
"LaplaceOperator", "SmoothnessOperator", "PowerDistributor",
"InversionEnabler", "SandwichOperator"]
"InversionEnabler", "SandwichOperator", "DOFDistributor"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment