Skip to content

Commit

Permalink
rename data to helmholtz
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobEliasWagner committed Feb 16, 2024
1 parent 1edb8e2 commit 1c629ba
Show file tree
Hide file tree
Showing 33 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
from .dataset import HelmholtzDataset
from .helmholtz import Helmholtz

__all__ = ["Helmholtz", "HelmholtzDataset"]
__all__ = [
"Helmholtz",
"HelmholtzDataset",
]
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

import numpy as np

from nos.data.helmholtz.domain_properties import Description, read_from_json
from nos.data.utility import xdmf_to_numpy
from nos.helmholtz.domain_properties import Description, read_from_json
from nos.helmholtz.utility import xdmf_to_numpy


@dataclass
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Helmholtz:
$$\
The Helmholtz equation is a partial differential equation derived from applying the Laplace operator to a function
The Helmholtz equation is a partial differential equation derived from applying the Laplace operators to a function
and equating it to the negative of the function multiplied by a constant. It describes the behavior of wave
phenomena, such as sound waves, electromagnetic waves, or quantum mechanical waves, in a given medium. This equation
is fundamental in various fields of physics and engineering, where it's used to understand wave propagation and
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import numpy as np

from nos.data.helmholtz.domain_properties import Description
from nos.helmholtz.domain_properties import Description

from .wave_number_function import WaveNumberFunction

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file removed test/operators/data/__init__.py
Empty file.

0 comments on commit 1c629ba

Please sign in to comment.