Skip to content

Commit

Permalink
fix and updates rst
Browse files Browse the repository at this point in the history
  • Loading branch information
arng40 committed Jun 20, 2024
1 parent de56ea7 commit b47ffe8
Show file tree
Hide file tree
Showing 39 changed files with 1,379 additions and 814 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ SinglePhasePoromechanicsConformingFractures< FLOW_SOLVER >::SinglePhasePoromecha
Group * const parent )
: Base( name, parent )
{
appendLogLevelDescription( "logLevel >= 3", "The summary of declared fields and coupling" );
this->appendLogLevelDescription( "logLevel >= 3", "The summary of declared fields and coupling" );

Check warning on line 45 in src/coreComponents/physicsSolvers/multiphysics/SinglePhasePoromechanicsConformingFractures.cpp

View check run for this annotation

Codecov / codecov/patch

src/coreComponents/physicsSolvers/multiphysics/SinglePhasePoromechanicsConformingFractures.cpp#L45

Added line #L45 was not covered by tests

LinearSolverParameters & params = this->m_linearSolverParameters.get();
LinearSolverParameters & params = m_linearSolverParameters.get();
params.mgr.strategy = LinearSolverParameters::MGR::StrategyType::singlePhasePoromechanicsConformingFractures;
params.mgr.separateComponents = false;
params.mgr.displacementFieldName = solidMechanics::totalDisplacement::key();
Expand Down
103 changes: 53 additions & 50 deletions src/coreComponents/schema/docs/AcousticFirstOrderSEM.rst

Large diffs are not rendered by default.

105 changes: 54 additions & 51 deletions src/coreComponents/schema/docs/AcousticSEM.rst

Large diffs are not rendered by default.

103 changes: 53 additions & 50 deletions src/coreComponents/schema/docs/AcousticVTISEM.rst

Large diffs are not rendered by default.

167 changes: 85 additions & 82 deletions src/coreComponents/schema/docs/CompositionalMultiphaseFVM.rst

Large diffs are not rendered by default.

125 changes: 64 additions & 61 deletions src/coreComponents/schema/docs/CompositionalMultiphaseHybridFVM.rst

Large diffs are not rendered by default.

Large diffs are not rendered by default.

90 changes: 46 additions & 44 deletions src/coreComponents/schema/docs/CompositionalMultiphaseWell.rst

Large diffs are not rendered by default.

103 changes: 53 additions & 50 deletions src/coreComponents/schema/docs/ElasticFirstOrderSEM.rst

Large diffs are not rendered by default.

109 changes: 56 additions & 53 deletions src/coreComponents/schema/docs/ElasticSEM.rst

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/coreComponents/schema/docs/Events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ logLevel integer 0 | Sets the leve
| A level of 0 outputs minimal information, higher levels require more.
| logLevel >= 1
| - Information about current sub-event
maxCycle integer 2147483647 Maximum simulation cycle for the global event loop.
maxTime real64 1.79769e+308 Maximum simulation time for the global event loop.
maxCycle integer 2147483647 Maximum simulation cycle for the global event loop. Disabled by default.
maxTime real64 1.79769e+308 Maximum simulation time for the global event loop. Disabled by default.
minTime real64 0 Start simulation time for the global event loop.
timeOutputFormat geos_EventManager_TimeOutputFormat seconds Format of the time in the GEOS log.
HaltEvent node :ref:`XML_HaltEvent`
Expand Down
6 changes: 6 additions & 0 deletions src/coreComponents/schema/docs/Hydrofracture.rst

Large diffs are not rendered by default.

19 changes: 11 additions & 8 deletions src/coreComponents/schema/docs/HydrofractureInitialization.rst
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
============================ ============ ======== =======================================================================================================================================================================================================================================


Loading

0 comments on commit b47ffe8

Please sign in to comment.