Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transmissibility output #3091

Open
wants to merge 32 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
e1ca063
added transmissibility unit
MelReyCG Apr 24, 2024
3aa9701
Added Cell-To-Cell output
MelReyCG Apr 24, 2024
8880a0c
generated docs
MelReyCG Apr 24, 2024
8ae44d1
uncrustify
MelReyCG Apr 25, 2024
837feea
Reorganized functions / methods
MelReyCG Apr 25, 2024
44f38d7
removed old method version
MelReyCG Apr 25, 2024
6dded4b
Add the logLevel viewkey & description (cherrypick from feature/rey/s…
MelReyCG Apr 25, 2024
10ca879
added wrapper descriptions
MelReyCG Apr 25, 2024
e077668
logLevel refactor generated documentation
MelReyCG Apr 25, 2024
14e96e0
Refactor the StencilOutput so the PackCollection can read it.
MelReyCG Jun 13, 2024
d11eebe
Changing the Problem sub-groups init order so the outputs are at the …
MelReyCG Jun 13, 2024
2cb99f3
Joining an uml diagram of the stencil architecture.
MelReyCG Jun 13, 2024
1c15439
Merge remote-tracking branch 'origin/develop' into feature/rey/transm…
MelReyCG Jun 13, 2024
736b706
loglevel viewkeystruct adjustments
MelReyCG Jun 20, 2024
a9c2fab
Solved a bug where datasets were duplicated in the hdf5
MelReyCG Jun 20, 2024
06cb7f3
Merge remote-tracking branch 'origin/develop' into feature/rey/transm…
MelReyCG Jun 24, 2024
c5df35b
completing merge
MelReyCG Jun 24, 2024
7ca6b2d
completing merge
MelReyCG Jul 2, 2024
763ba5c
adressing a few review comments
MelReyCG Jul 2, 2024
91134c9
adding a side note
MelReyCG Jul 3, 2024
339a5db
continuing wip
MelReyCG Jul 3, 2024
56f280d
CellToCellDataCollection don't support multiple mesh discretization f…
MelReyCG Jul 4, 2024
5aebddd
Merge commit 'c5df35bbf68888cbea60702c1b707a184648e7b7' into feature/…
MelReyCG Jul 4, 2024
f51665e
Revert unrelated modifications
MelReyCG Jul 4, 2024
a3d1dfc
Adding unit test (has an issue for now)
MelReyCG Jul 5, 2024
9a54196
Merge branch 'feature/rey/transmissibilityOutput' of https://github.c…
MelReyCG Jul 5, 2024
5125104
fixing unit test expectations
MelReyCG Jul 8, 2024
432669d
generated files
MelReyCG Jul 8, 2024
748da47
unit test documentation
MelReyCG Jul 8, 2024
b894e68
unit test slight refactor to improve code clarity
MelReyCG Jul 8, 2024
abc9475
Adding a test where cell size is different for each axis
MelReyCG Jul 8, 2024
e423a76
optimising test + clearing debug logging
MelReyCG Jul 8, 2024
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
logLevel refactor generated documentation
  • Loading branch information
MelReyCG committed Apr 25, 2024
commit e077668c5ae8b978a76cd7be2431c34c5569f3eb
3 changes: 2 additions & 1 deletion src/coreComponents/schema/docs/AcousticElasticSEM.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ cflFactor real64 0.5 Factor to apply to the `CF
discretization groupNameRef required Name of discretization object (defined in the :ref:`NumericalMethodsManager`) to use for this solver. For instance, if this is a Finite Element Solver, the name of a :ref:`FiniteElement` should be specified. If this is a Finite Volume Method, the name of a :ref:`FiniteVolume` discretization should be specified.
elasticSolverName groupNameRef required Name of the elastic solver used by the coupled solver
initialDt real64 1e+99 Initial time-step value required by the solver to the event manager.
logLevel integer 0 Log level
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.
name groupName required A name is required for any non-unique nodes
targetRegions groupNameRef_array required Allowable regions that the solver may be applied to. Note that this does not indicate that the solver will be applied to these regions, only that allocation will occur such that the solver may be applied to these regions. The decision about what regions this solver will beapplied to rests in the EventManager.
LinearSolverParameters node unique :ref:`XML_LinearSolverParameters`
Expand Down
3 changes: 2 additions & 1 deletion src/coreComponents/schema/docs/AcousticFirstOrderSEM.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ lifoOnHost integer -80 Set the capaci
lifoSize integer 2147483647 Set the capacity of the lifo storage (should be the total number of buffers to store in the LIFO)
linearDASGeometry real64_array2d {{0}} Geometry parameters for a linear DAS fiber (dip, azimuth, gauge length)
linearDASSamples integer 5 Number of sample points to be used for strain integration when integrating the strain for the DAS signal
logLevel integer 0 Log level
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.
name groupName required A name is required for any non-unique nodes
outputSeismoTrace integer 0 Flag that indicates if we write the seismo trace in a file .txt, 0 no output, 1 otherwise
receiverCoordinates real64_array2d {{0}} Coordinates (x,y,z) of the receivers
Expand Down
3 changes: 2 additions & 1 deletion src/coreComponents/schema/docs/AcousticSEM.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ lifoOnHost integer -80 Set the capaci
lifoSize integer 2147483647 Set the capacity of the lifo storage (should be the total number of buffers to store in the LIFO)
linearDASGeometry real64_array2d {{0}} Geometry parameters for a linear DAS fiber (dip, azimuth, gauge length)
linearDASSamples integer 5 Number of sample points to be used for strain integration when integrating the strain for the DAS signal
logLevel integer 0 Log level
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.
name groupName required A name is required for any non-unique nodes
outputSeismoTrace integer 0 Flag that indicates if we write the seismo trace in a file .txt, 0 no output, 1 otherwise
receiverCoordinates real64_array2d {{0}} Coordinates (x,y,z) of the receivers
Expand Down
3 changes: 2 additions & 1 deletion src/coreComponents/schema/docs/AcousticVTISEM.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ lifoOnHost integer -80 Set the capaci
lifoSize integer 2147483647 Set the capacity of the lifo storage (should be the total number of buffers to store in the LIFO)
linearDASGeometry real64_array2d {{0}} Geometry parameters for a linear DAS fiber (dip, azimuth, gauge length)
linearDASSamples integer 5 Number of sample points to be used for strain integration when integrating the strain for the DAS signal
logLevel integer 0 Log level
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.
name groupName required A name is required for any non-unique nodes
outputSeismoTrace integer 0 Flag that indicates if we write the seismo trace in a file .txt, 0 no output, 1 otherwise
receiverCoordinates real64_array2d {{0}} Coordinates (x,y,z) of the receivers
Expand Down
3 changes: 2 additions & 1 deletion src/coreComponents/schema/docs/Aquifer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ direction R1Tensor {0,0,0} Direction to appl
endTime real64 1e+99 Time at which the boundary condition will stop being applied.
functionName groupNameRef Name of function that specifies variation of the boundary condition.
initialCondition integer 0 Boundary condition is applied as an initial condition.
logLevel integer 0 Log level
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.
name groupName required A name is required for any non-unique nodes
pressureInfluenceFunctionName groupNameRef | Name of the table describing the pressure influence function
| . If not provided, we use a default pressure influence function
Expand Down
Loading