mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-16 11:21:38 +08:00
forward problem combined in docs
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
.. _api_Problem:
|
||||
.. _api_ForwardProblem:
|
||||
|
||||
|
||||
Problem
|
||||
*******
|
||||
Forward Problem
|
||||
***************
|
||||
|
||||
Problem Class
|
||||
=============
|
||||
|
||||
The problem is a partial differential equation of the form:
|
||||
|
||||
@@ -62,10 +65,20 @@ This can often be computed given a vector (i.e. \\(J(v)\\)) rather than stored,
|
||||
|
||||
u(m)
|
||||
|
||||
|
||||
|
||||
The API
|
||||
=======
|
||||
|
||||
Problem
|
||||
-------
|
||||
.. automodule:: SimPEG.Problem
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
Survey
|
||||
------
|
||||
|
||||
.. automodule:: SimPEG.Survey
|
||||
:members:
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
.. _api_Survey:
|
||||
|
||||
|
||||
Survey
|
||||
======
|
||||
|
||||
.. automodule:: SimPEG.Survey
|
||||
:show-inheritance:
|
||||
:members:
|
||||
:undoc-members:
|
||||
:inherited-members:
|
||||
+1
-2
@@ -56,8 +56,7 @@ Forward Problems
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
api_Problem
|
||||
api_Survey
|
||||
api_ForwardProblem
|
||||
|
||||
Inversion
|
||||
*********
|
||||
|
||||
Reference in New Issue
Block a user