Skip to content

Commit

Permalink
deploy: 90a02b1
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobEliasWagner committed Jan 19, 2024
0 parents commit 320b8aa
Show file tree
Hide file tree
Showing 53 changed files with 6,969 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
37 changes: 37 additions & 0 deletions _sources/nos.data.helmholtz.domain_properties.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
nos.data.helmholtz.domain\_properties package
=============================================

Submodules
----------

nos.data.helmholtz.domain\_properties.crystal\_description module
-----------------------------------------------------------------

.. automodule:: nos.data.helmholtz.domain_properties.crystal_description
:members:
:undoc-members:
:show-inheritance:

nos.data.helmholtz.domain\_properties.domain\_description module
----------------------------------------------------------------

.. automodule:: nos.data.helmholtz.domain_properties.domain_description
:members:
:undoc-members:
:show-inheritance:

nos.data.helmholtz.domain\_properties.file\_input module
--------------------------------------------------------

.. automodule:: nos.data.helmholtz.domain_properties.file_input
:members:
:undoc-members:
:show-inheritance:

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

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

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

.. toctree::
:maxdepth: 4

nos.data.helmholtz.domain_properties

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

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

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

.. toctree::
:maxdepth: 4

nos.data.helmholtz

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

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

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

.. toctree::
:maxdepth: 4

nos.data
nos.utility

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

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

Submodules
----------

nos.utility.unique\_id module
-----------------------------

.. automodule:: nos.utility.unique_id
:members:
:undoc-members:
:show-inheritance:

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

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

0 comments on commit 320b8aa

Please sign in to comment.