Skip to content

Commit

Permalink
deploy: 85ee645
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobEliasWagner committed Mar 14, 2024
0 parents commit 162509d
Show file tree
Hide file tree
Showing 63 changed files with 9,242 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 343d47b1cca2da89436b36abcb430701
tags: 645f666f9bcd5a90fca523b33c5a78b7
Empty file added .nojekyll
Empty file.
4 changes: 4 additions & 0 deletions _sources/coverage.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Code Coverage
=============

For an in detail report on the code coverage `click here <_static/codecov/index.html>`_.
3 changes: 3 additions & 0 deletions _sources/examples.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
========
Examples
========
31 changes: 31 additions & 0 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
===========================================
Neural Operators for Helmholtz Equation
===========================================

Welcome to the documentation for the Neural Operators for Helmholtz Equation project! This project focuses on the application of advanced neural operator techniques to solve the Helmholtz equation in various parameterized geometries. The approach integrates deep learning with physical modeling of domains.

Contents
========

.. toctree::
:maxdepth: 2

coverage
modules
examples

Introduction
============

The Helmholtz equation is a fundamental partial differential equation in physics, particularly in the fields of acoustics, electromagnetics, and quantum mechanics. In this project, we develop and utilize neural operators, a form of deep learning model, to solve the Helmholtz equation across different parameterized geometries. This approach aims to overcome the limitations of traditional numerical methods, offering speed and flexibility for complex geometries.


API Reference
=============

The :doc:`modules` section offers detailed descriptions of the functions, classes, and methods available in this project.

Examples
========

Explore practical applications and see the neural operators in action in the :doc:`examples` section.
7 changes: 7 additions & 0 deletions _sources/modules.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
nos
===

.. toctree::
:maxdepth: 4

nos
29 changes: 29 additions & 0 deletions _sources/nos.benchmarks.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
nos.benchmarks package
======================

Submodules
----------

nos.benchmarks.benchmark module
-------------------------------

.. automodule:: nos.benchmarks.benchmark
:members:
:undoc-members:
:show-inheritance:

nos.benchmarks.transmission\_loss module
----------------------------------------

.. automodule:: nos.benchmarks.transmission_loss
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: nos.benchmarks
:members:
:undoc-members:
:show-inheritance:
21 changes: 21 additions & 0 deletions _sources/nos.data.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
nos.data package
================

Submodules
----------

nos.data.transmssion\_loss module
---------------------------------

.. automodule:: nos.data.transmssion_loss
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: nos.data
:members:
:undoc-members:
:show-inheritance:
37 changes: 37 additions & 0 deletions _sources/nos.metrics.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
nos.metrics package
===================

Submodules
----------

nos.metrics.error\_metrics module
---------------------------------

.. automodule:: nos.metrics.error_metrics
:members:
:undoc-members:
:show-inheritance:

nos.metrics.metric module
-------------------------

.. automodule:: nos.metrics.metric
:members:
:undoc-members:
:show-inheritance:

nos.metrics.operator\_metrics module
------------------------------------

.. automodule:: nos.metrics.operator_metrics
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: nos.metrics
:members:
:undoc-members:
:show-inheritance:
21 changes: 21 additions & 0 deletions _sources/nos.networks.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
nos.networks package
====================

Submodules
----------

nos.networks.residual module
----------------------------

.. automodule:: nos.networks.residual
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: nos.networks
:members:
:undoc-members:
:show-inheritance:
37 changes: 37 additions & 0 deletions _sources/nos.operators.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
nos.operators package
=====================

Submodules
----------

nos.operators.deep\_dot\_operator module
----------------------------------------

.. automodule:: nos.operators.deep_dot_operator
:members:
:undoc-members:
:show-inheritance:

nos.operators.deep\_root\_operator module
-----------------------------------------

.. automodule:: nos.operators.deep_root_operator
:members:
:undoc-members:
:show-inheritance:

nos.operators.mean\_stack\_neural\_operator module
--------------------------------------------------

.. automodule:: nos.operators.mean_stack_neural_operator
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: nos.operators
:members:
:undoc-members:
:show-inheritance:
24 changes: 24 additions & 0 deletions _sources/nos.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
nos package
===========

Subpackages
-----------

.. toctree::
:maxdepth: 4

nos.benchmarks
nos.data
nos.metrics
nos.networks
nos.operators
nos.trainers
nos.transforms

Module contents
---------------

.. automodule:: nos
:members:
:undoc-members:
:show-inheritance:
29 changes: 29 additions & 0 deletions _sources/nos.trainers.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
nos.trainers package
====================

Submodules
----------

nos.trainers.average\_metric module
-----------------------------------

.. automodule:: nos.trainers.average_metric
:members:
:undoc-members:
:show-inheritance:

nos.trainers.trainer module
---------------------------

.. automodule:: nos.trainers.trainer
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: nos.trainers
:members:
:undoc-members:
:show-inheritance:
21 changes: 21 additions & 0 deletions _sources/nos.transforms.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
nos.transforms package
======================

Submodules
----------

nos.transforms.scaling module
-----------------------------

.. automodule:: nos.transforms.scaling
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: nos.transforms
:members:
:undoc-members:
:show-inheritance:
Loading

0 comments on commit 162509d

Please sign in to comment.