Files
thermal-conduction-ml/ThermalSolver/model/__init__.py
Filippo Olivo 6e90ef5393 random changes
2025-10-27 10:23:13 +01:00

6 lines
178 B
Python

__all__ = ["GraphFiniteDifference", "GatingGNO"]
from .learnable_finite_difference import GraphFiniteDifference
from .local_gno import GatingGNO
from .point_net import PointNet