Skip to content

Commit

Permalink
thinking about user and developer guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ecoon committed Aug 28, 2024
1 parent 04307b3 commit 5dcf3b7
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/documentation/source/concepts/domain.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Model Domains
=============

Simulations, in Amanzi-ATS, consist of a coupled set of partial
differential equations, typically solving for the conservation of some
quantity (e.g. water mass, or energy, etc), solved on a **domain**.
Here we define a domain to be a
26 changes: 26 additions & 0 deletions docs/documentation/source/concepts/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Amanzi-ATS Concepts
%%%%%%%%%%%%%%%%%%%

Amanzi and ATS rely heavily on a set of concepts implemented in Arcos,
an object-oriented library for multiphysics applications. These
concepts are introduced here.

.. toctree::
:maxdepth: 1

domain
region
variable_name
tag
record
record_set
evaluator
state
pk
mpc






16 changes: 16 additions & 0 deletions docs/documentation/source/examples/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Example Models
%%%%%%%%%%%%%%

Building upon these concepts, Amanzi and ATS are able to implement
extremely complex application models at runtime. It is useful to look
at a few carefully selected examples of these to understand how the
concepts are used to implement models.

.. toctree::
:maxdepth: 1

richards
integrated_hydrology
flow_and_transport
subdomain_models

2 changes: 2 additions & 0 deletions docs/documentation/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ User Guide
.. toctree::
:maxdepth: 1

developer/concepts/index
developer/examples/index
demos
input_spec/index

Expand Down

0 comments on commit 5dcf3b7

Please sign in to comment.