MCPcopy Index your code
hub / github.com/PML-UCF/pinn

github.com/PML-UCF/pinn @v0.0.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.0.3 ↗ · + Follow
48 symbols 192 edges 18 files 9 documented · 19%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

DOI PyPI version

Physics-informed neural networks package

Welcome to the PML repository for physics-informed neural networks. We will use this repository to disseminate our research in this exciting topic.

Install

To install the stable version just do:

pip install pml-pinn

Develop mode

To install in develop mode, clone this repository and do a pip install:

git clone https://github.com/PML-UCF/pinn.git
cd pinn
pip install -e .

Citing this repository

Please, cite this repository using:

@misc{2019_pinn,
    author    = {Felipe A. C. Viana and Renato G. Nascimento and Yigit Yucesan and Arinan Dourado},
    title     = {Physics-informed neural networks package},
    month     = Aug,
    year      = 2019,
    doi       = {10.5281/zenodo.3356877},
    version   = {0.0.3},
    publisher = {Zenodo},
    url       = {https://github.com/PML-UCF/pinn}
    }

The corresponding reference entry should look like:

F. A. C. Viana, R. G. Nascimento, Y. Yucesan, and A. Dourado, Physics-informed neural networks package, v0.0.3, Aug. 2019. doi:10.5281/zenodo.3356877, URL https://github.com/PML-UCF/pinn.

Publications

Journal papers

Conference papers

Core symbols most depended-on inside this repo

create_model
called by 4
samples/cumulative_damage/airplane_fleet_crack_growth/model.py
inputsSelection
called by 4
pinn/layers/core.py
gather_fn
called by 4
pinn/layers/util.py
build
called by 3
pinn/layers/core.py
build
called by 2
pinn/layers/physics.py
build
called by 2
pinn/layers/physics.py
build
called by 2
pinn/layers/physics.py
read
called by 1
setup.py

Shape

Method 24
Function 18
Class 6

Languages

Python100%

Modules by API surface

pinn/layers/physics.py20 symbols
pinn/layers/rnn.py8 symbols
pinn/layers/core.py7 symbols
samples/cumulative_damage/propagation_walker_model/run01_sample_walker_model_sequential.py3 symbols
samples/cumulative_damage/airplane_fleet_crack_growth/model.py3 symbols
pinn/layers/util.py2 symbols
setup.py1 symbols
samples/cumulative_damage/sn_curve/model.py1 symbols
samples/cumulative_damage/propagation_walker_model/model.py1 symbols
samples/core/table_interpolation/run01_table_interpolation_sample.py1 symbols
samples/core/input_selection/run01_inputs_selection_sample.py1 symbols

For agents

$ claude mcp add pinn \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page