11 lines
263 B
Python
11 lines
263 B
Python
|
|
"""
|
||
|
|
AtomizerField Neural Models Package
|
||
|
|
|
||
|
|
Phase 2: Neural Network Architecture for Field Prediction
|
||
|
|
|
||
|
|
This package contains neural network models for learning complete FEA field results
|
||
|
|
from mesh geometry, boundary conditions, and loads.
|
||
|
|
"""
|
||
|
|
|
||
|
|
__version__ = "2.0.0"
|