Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update _docs_v7/Solver-Setup.md
Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
  • Loading branch information
suargi and pcarruscag authored Aug 26, 2021
commit 22dbc601bd42e048c3e8bef3e27553756c8f6b96
2 changes: 1 addition & 1 deletion _docs_v7/Solver-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permalink: /docs_v7/Solver-Setup/
This is a basic introduction on how to set up a simulation using SU2. We distinguish between single-zone computations and multi-zone computations. The following considers a single zone only. For an explanation on multi-zone problems, continue with [Basics of Multi-Zone Computations](/docs_v7/Multizone).

Three different types of mathematical problems can be solved in SU2. The type of problem to be solved is specified on the config file by the `MATH_PROBLEM` field. The three options are:
`DIRECT`: also refered to as primal, flow solver.?
`DIRECT`: Also referred to as primal, this is the default when SU2_CFD or SU2_DEF are used.
`DISCRETE_ADJOINT`: a discrete adjoint methodology based on Automatic Differentiation.
`CONTINUOUS_ADJOINT`: a continuous adjoint methodology based on Automatic Differentiation.

Expand Down