-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
16 additions
and
6 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
...processes/process/jacobian_assembler/CentralDifferences/c_CentralDifferences.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Assembles the Jacobian using central differences. |
5 changes: 5 additions & 0 deletions
5
...ocesses/process/jacobian_assembler/CentralDifferences/t_component_magnitudes.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Representative magnitudes for the components of the solution vector of the | ||
process being assembled. | ||
|
||
E.g., for the HT process there are two components: pressure and temperature, | ||
thus two values are expected in this case. |
5 changes: 5 additions & 0 deletions
5
.../processes/process/jacobian_assembler/CentralDifferences/t_relative_epsilons.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Specifies the magnitudes of the perturbations used to compute the numerical | ||
Jacobian. | ||
|
||
The magnitudes are specified relative to the \c component_magnitudes. | ||
The number of values given must match the one of the \c component_magnitudes. |
3 changes: 2 additions & 1 deletion
3
...on/ProjectFile/prj/processes/process/jacobian_assembler/i_jacobian_assembler.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
\ogs_missing_documentation | ||
This setting makes it easy to switch between different ways to assemble the | ||
Jacobian, e.g., analytically or numerically using finite differences. |
1 change: 0 additions & 1 deletion
1
.../ProjectFile/prj/processes/process/jacobian_assembler/t_component_magnitudes.md
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...ion/ProjectFile/prj/processes/process/jacobian_assembler/t_relative_epsilons.md
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
Documentation/ProjectFile/prj/processes/process/jacobian_assembler/t_type.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
\ogs_missing_documentation | ||
The type of the Jacobian assembler to be used. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters