Files
thermal-conduction-ml/ThermalSolver/model/__init__.py

6 lines
168 B
Python

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