-
Notifications
You must be signed in to change notification settings - Fork 89
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
39 changed files
with
1,379 additions
and
814 deletions.
There are no files selected for viewing
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
103 changes: 53 additions & 50 deletions
103
src/coreComponents/schema/docs/AcousticFirstOrderSEM.rst
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
167 changes: 85 additions & 82 deletions
167
src/coreComponents/schema/docs/CompositionalMultiphaseFVM.rst
Large diffs are not rendered by default.
Oops, something went wrong.
125 changes: 64 additions & 61 deletions
125
src/coreComponents/schema/docs/CompositionalMultiphaseHybridFVM.rst
Large diffs are not rendered by default.
Oops, something went wrong.
10 changes: 5 additions & 5 deletions
10
src/coreComponents/schema/docs/CompositionalMultiphaseReservoirPoromechanics.rst
Large diffs are not rendered by default.
Oops, something went wrong.
90 changes: 46 additions & 44 deletions
90
src/coreComponents/schema/docs/CompositionalMultiphaseWell.rst
Large diffs are not rendered by default.
Oops, something went wrong.
103 changes: 53 additions & 50 deletions
103
src/coreComponents/schema/docs/ElasticFirstOrderSEM.rst
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
19 changes: 11 additions & 8 deletions
19
src/coreComponents/schema/docs/HydrofractureInitialization.rst
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,12 +1,15 @@ | ||
|
||
|
||
============================ ============ ======== =========================================== | ||
Name Type Default Description | ||
============================ ============ ======== =========================================== | ||
logLevel integer 0 Log level | ||
name groupName required A name is required for any non-unique nodes | ||
poromechanicsSolverName groupNameRef required Name of the poromechanics solver | ||
solidMechanicsStatisticsName groupNameRef Name of the solid mechanics statistics | ||
============================ ============ ======== =========================================== | ||
============================ ============ ======== ======================================================================================================================================================================================================================================= | ||
Name Type Default Description | ||
============================ ============ ======== ======================================================================================================================================================================================================================================= | ||
logLevel integer 0 | Sets the level of information to write in the standard output (the console typically). | ||
| A level of 0 outputs minimal information, higher levels require more. | ||
| logLevel >= 1 | ||
| - Information about physics solver stress initialization | ||
name groupName required A name is required for any non-unique nodes | ||
poromechanicsSolverName groupNameRef required Name of the poromechanics solver | ||
solidMechanicsStatisticsName groupNameRef Name of the solid mechanics statistics | ||
============================ ============ ======== ======================================================================================================================================================================================================================================= | ||
|
||
|
Oops, something went wrong.