Skip to content

Commit c1026d9

Browse files
add rst files
1 parent 89f2205 commit c1026d9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/source/_rst/_code.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ Problems Zoo
215215
.. toctree::
216216
:titlesonly:
217217

218+
AcousticWaveProblem <problem/zoo/acoustic_wave.rst>
218219
AdvectionProblem <problem/zoo/advection.rst>
219220
AllenCahnProblem <problem/zoo/allen_cahn.rst>
220221
DiffusionReactionProblem <problem/zoo/diffusion_reaction.rst>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
AcousticWaveProblem
2+
=====================
3+
.. currentmodule:: pina.problem.zoo.acoustic_wave
4+
5+
.. automodule:: pina.problem.zoo.acoustic_wave
6+
7+
.. autoclass:: AcousticWaveProblem
8+
:members:
9+
:show-inheritance:

0 commit comments

Comments
 (0)