-
Notifications
You must be signed in to change notification settings - Fork 91
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
feat: Table subs division #3353
Closed
Closed
Changes from 1 commit
Commits
Show all changes
255 commits
Select commit
Hold shift + click to select a range
59a9bc8
Merge remote-tracking branch 'origin/develop' into feature/dudes/tabl…
arng40 677fdb6
add log to wellGeneratorBase
arng40 623b6ad
uncrustify + missing doc
arng40 37dc5dd
first review with correction
arng40 8678fc0
constness modification, doc/test updated
arng40 9475286
const declaration updated
arng40 1320651
doc + minor restructuring
arng40 f78bd83
doc + method for row from vector
arng40 294f075
clean code + doc + add test for rows from vector
arng40 36dd7a4
doc updated
arng40 8f74cfa
Merge commit 'c11ad8ecd2d0d0aba5cd0661eb6e72951252409d' into feature/…
arng40 ebb9fc0
Revert "Merge commit 'c11ad8ecd2d0d0aba5cd0661eb6e72951252409d' into …
arng40 cb41359
revert last merge and Merge remote-tracking branch 'origin/develop' i…
arng40 22659ec
Merge remote-tracking branch 'origin/feature/dudes/table-layout' into…
arng40 ff37ac9
begin pvt tables logs - add write in log bool
arng40 628f56b
duplication log & csv fixed
arng40 e11a2bf
CI correction ( uncrustify, missing doc )
arng40 a8f9271
optionnal added to datatype
arng40 9ff17b9
update doxygen for ci
arng40 d90c8b5
more logs added
arng40 958d542
remove static_assert + constness
arng40 550ca26
Merge remote-tracking branch 'origin/develop' into feature/dudes/tabl…
arng40 f67e3d9
remove unused code
arng40 5b8689a
factorisation log pvt
arng40 0fa76e3
doxygen added
arng40 bb1ee01
remove test parent name with constitutive
arng40 aa2f789
remove unused code + add drawtostring method
arng40 8ff95c2
uncrustify
arng40 957c7d7
refacto Table first part
arng40 70d0a01
refortor still going up (missing doc and some minor refacto)
arng40 f5251f5
uncrustify + perfo example addded
arng40 1bec18e
update test + margin correction
arng40 1e45501
Merge remote-tracking branch 'origin/develop' into feature/dudes/tabl…
arng40 288f79e
Merge remote-tracking branch 'origin/feature/dudes/table-layout' into…
arng40 2054bd4
added Formatter function, correction on TableData
arng40 37e18b4
Delete table..cpp/hpp
arng40 5ff7c68
small correction
arng40 b360a16
doc updated
arng40 dd5f42f
TableData2D small refacto + opti
arng40 16b4ded
first update for log in table function
arng40 e8e89c2
Merge remote-tracking branch 'origin/feature/dudes/table-layout' into…
arng40 769beab
uncrustify + small correction
arng40 5fa478c
csv format / function correction
arng40 85494c7
remove dataToString with 2D table parameter
arng40 46e8d23
code opti
arng40 c1ba824
add 2D table test
arng40 14ea4f5
uncrustify
arng40 1271875
Alignment::middle by center and compile time verifcation added
arng40 d39fa00
PR review
arng40 c58be1e
2nd wave of pr review
arng40 1d4bdb4
update compile time verification for table value
arng40 0bff847
some update
arng40 8553441
pvt_log updated
arng40 7005d57
Merge remote-tracking branch 'origin/feature/dudes/table-layout' into…
arng40 22b16e9
update pvt log
arng40 429920c
add missing doc + uncrustify
arng40 965a972
constness update + refacto on text formatter
arng40 6e49ebc
PR correction
arng40 c1fb3dd
move has_formatter to format.hpp, doc correction
arng40 e0c6ca2
log level correction
arng40 7221c0f
perfo log correctly displayed
arng40 82098d8
remove ; to scope bracket
arng40 75ed072
doc correction format.hpp
arng40 3469920
format.hpp doc
arng40 052f1fa
last correction
arng40 fae723e
Merge remote-tracking branch 'origin/develop' into feature/dudes/tabl…
arng40 838f36e
cmake fix
arng40 1139117
test return string
arng40 13a6d09
fix hpp
arng40 cfeec17
fix error with string_view
arng40 f735cd1
uncrustify
arng40 755805a
Correction melvin PR
arng40 6264d87
correction review PR
arng40 21021c7
setMargin private
arng40 3a34e27
uncrustify
arng40 76789ba
remove constructor vector string
arng40 2d1cded
Table Data logs
arng40 8fedfd8
move table to common + pr correction
arng40 e5d2d3a
Merge remote-tracking branch 'origin/feature/dudes/table-layout' into…
arng40 13f975a
correction from merging
arng40 f7dbdcf
minor correction
arng40 4f34fc2
gracefully breaking your code :)
MelReyCG 1cb2cc0
improving proposal + added TODOs
MelReyCG 615a16d
Refactor conversion TableData2 => TableData1D
arng40 0100b33
Merge remote-tracking branch 'origin/feature/rey/transmissibilityOutp…
arng40 e66074e
Merge remote-tracking branch 'origin/develop' into pvt-logs-cp
arng40 7375665
refactor method to convert 2Dtable => 1D table
arng40 d590513
CI correction
arng40 7f6b79b
move table to fileIO
arng40 73f8374
update some doc
arng40 ae4968b
first part test 2D table crash
arng40 92a1644
add test/warning for table conversion 2D => 1D and warning for fillin…
arng40 e6b2e6d
ci correction
arng40 18db533
test ci correction for c++ < 17
arng40 31126e1
test ci table2D example 1
arng40 d481454
test ci Table2D test 1 & 2
arng40 6a7bfe8
test ci Table2D test 1 & 2 & 3
arng40 e01523b
add virtual destructor TableFormatter + minor variable refacto
arng40 978674e
bug correction + missing doc + test small refacto
arng40 da95c91
missig doc ...
arng40 79acc00
start management logError in table + todo refacto functions in TableF…
arng40 24f92d9
TableFormatter refacto + clean up
arng40 5a70c33
uncrustify
arng40 95f3a9d
small doc update
arng40 77351b9
some error management update
arng40 da67c05
renaming & simplifying
arng40 a9612bb
add case for fill all column in case of table 2D
arng40 0f1bbe2
Merge remote-tracking branch 'origin/develop' into feature/dudes/tabl…
arng40 89f859a
simplification
arng40 ef5085c
code optimization
arng40 294db78
remove useless std::move
arng40 9f23f62
refacto build separator + reviews
arng40 9809699
final review correction
arng40 66895d6
Merge remote-tracking branch 'origin/feature/dudes/table-layout' into…
arng40 46a6abe
method display layout added
arng40 9de9d63
small correction after merge
arng40 fe80c59
review correction #1
arng40 abb994e
variables renamed
arng40 c851b38
uncrustify + doc
arng40 0ae0c74
doc
arng40 86c0130
Merge remote-tracking branch 'origin/develop' into feature/dudes/tabl…
arng40 e9639ea
remove unused code
arng40 a48feb3
Merge remote-tracking branch 'origin/feature/dudes/table-layout' into…
arng40 924d955
syntax correction
arng40 5b530f0
Merge branch 'pvt-logs-cp' of https://github.com/GEOS-DEV/GEOS into p…
arng40 ac0cec8
variable correction
arng40 d6415a7
doc + code clarification
arng40 eaa8919
more code simplification
arng40 138541b
remove addErrorMsg function
arng40 3f74746
merge
arng40 d360dcf
Merge branch 'develop' into feature/dudes/table-layout
arng40 7aaf7b6
Merge remote-tracking branch 'origin/feature/dudes/table-layout' into…
arng40 1f24247
uncrustify
arng40 709c037
Merge remote-tracking branch 'origin/develop' into feature/dudes/pvt-…
arng40 fb795ba
Merge branch 'feature/dudes/pvt-output' of https://github.com/GEOS-DE…
arng40 b1ec0d0
begin refacto in table function for more clarity
arng40 b62161a
continue refato
arng40 98764af
refacto continuing ( commit works )
arng40 8091945
missing doxygen
arng40 1c8d7a9
correction fun name
arng40 2c17324
missing doc
arng40 0dddcf5
uncrustify + doc
arng40 7ee093b
Doxygen check
arng40 86fe90b
review correction + add pvtOptions struct
arng40 28b68f0
missing test correction
arng40 7f1b8ab
pvtOpt struct renaming + fct move to FlashModel
arng40 3da5e82
xsd/rst generation
arng40 fd605f7
review pavel
arng40 5cbaeec
renaming
arng40 684a405
review update
arng40 ae86942
revert a modif
arng40 c69fbee
uncrustify
arng40 49b52f3
Merge remote-tracking branch 'origin/develop' into feature/dudes/pvt-…
arng40 fa3218c
melvin review
arng40 5c808f8
fix
arng40 b39a84a
Merge remote-tracking branch 'origin/develop' into feature/dudes/pvt-…
arng40 76ee4dd
Merge remote-tracking branch 'origin/develop' into feature/dudes/pvt-…
arng40 57c23b2
pr pavel correction
arng40 4c4a3b8
Merge remote-tracking branch 'origin/develop' into feature/dudes/pvt-…
arng40 83c80b2
missing doxygen
arng40 5e8d0af
remove unused code
arng40 547bf9e
review melvin
arng40 37482aa
doxygen + uncrustify
arng40 7e7492d
revert space applied
arng40 d6c3a8a
uncrustify
arng40 c0c1d6b
nb character lines fix
arng40 ace4ce9
Merge remote-tracking branch 'origin/develop' into feature/dudes/pvt-…
arng40 44d3e8e
Merge branch 'develop' into feature/dudes/pvt-output
MelReyCG 3c0997a
fix print screen level condition
arng40 45847cd
Merge branch 'feature/dudes/pvt-output' of https://github.com/GEOS-DE…
arng40 7278d9c
Merge remote-tracking branch 'origin/develop' into feature/dudes/pvt-…
arng40 003de35
Merge remote-tracking branch 'origin/develop' into feature/dudes/pvt-…
arng40 53d4ea0
small fix
arng40 49c939c
small change in path indaction
arng40 6d2995e
Merge remote-tracking branch 'origin/develop' into feature/dudes/pvt-…
arng40 b707111
[DRAFT] column fill with subvalues
arng40 d486a8a
[DRAFT ] subsection draw
arng40 a184897
[DRAFT] First table sub version, missing spaces
arng40 eef11e6
[DRAFT] subVales added
arng40 4cd35f5
Table well formated + some opti
arng40 111cb13
fix heade + some simplification
arng40 50512ae
new version with multiples sub column
arng40 267d065
some opti
arng40 985c88c
some refactor
arng40 59e3134
getter margin adjustment
arng40 b7bdb04
moving code
arng40 2d50cda
varaible refactor + unused code
arng40 f0644cd
test passed + hpp doxygen + uncrustify
arng40 6fc69e3
update test
arng40 c369b22
update output pre existing
arng40 c1c3137
some refacto and adding functions
arng40 6b33bcc
small fix
arng40 70400cc
missing doxygen
arng40 4f8002b
small tweaks
arng40 349f05c
Merge remote-tracking branch 'origin/develop' into table-subs-division
arng40 f870e67
const variable
arng40 41fb6d5
small refactor
arng40 ed6c14b
doxygen improved
arng40 eb17f42
fix margin if title largest
arng40 582e168
add init_list constructor
arng40 5cfe033
adding setMargin + small cleaning
arng40 674e271
fix unwanted empty space
arng40 380da9f
test working + log domainPartiton
arng40 37c9721
uncrustify + some renaming
arng40 f9f1111
fix default alignment not defined correctly
arng40 aa98cf2
xsd
arng40 d7150b2
Merge remote-tracking branch 'origin/develop' into feature/dudes/tabl…
arng40 db50180
fix after merge
arng40 377eea9
uncrustify
arng40 6f70e9b
doc small correction + replace layoutTostring -> toString
arng40 79cbc8e
missing doc + small adjustment
arng40 a32cedc
minor update
arng40 8f74418
xsd
arng40 7d83833
remove todo
arng40 24ab8fa
small things forgotten
arng40 1f1d2b5
fix pvt test
arng40 04a494b
doxygen & failed test
arng40 88cf2a3
doxygen
arng40 cd84b82
variable renaming
arng40 169ffc8
adding a way to set up alignment for header and values
arng40 16b4e4e
missing doc
arng40 1cad750
Merge branch 'develop' into table-subs-division
MelReyCG 5ef16fe
Merge remote-tracking branch 'origin/develop' into feature/dudes/tabl…
arng40 33e3be1
Merge remote-tracking branch 'origin/develop' into feature/dudes/tabl…
arng40 6583325
update layout constructor
arng40 61ffd56
update tableLayout declaration
arng40 a2a7273
renaming, doxygen, small simpl
arng40 adb8dc0
missing doc
arng40 6c06d4d
remove unacessary code
arng40 e15df11
Merge remote-tracking branch 'origin/develop' into feature/dudes/tabl…
arng40 b0d731a
xsd
arng40 f27c101
Delete src/coreComponents/schema/schema.xsd
arng40 3acc8a1
xsd regenrate
arng40 76a022c
test ci fix
arng40 9c1379f
update output domain partition (fix ci)
arng40 2fafae3
some renaming
arng40 cb26312
Merge remote-tracking branch 'origin/develop' into feature/dudes/tabl…
arng40 346d8dc
remove unnecessary code
arng40 cabdbcb
doc
arng40 43f9664
missing const
arng40 2300686
renaming & signature & const
arng40 e1af681
improve populate table values
arng40 b87cee9
renaming, some function refactoring & simplification
arng40 8ea7e56
cout removed, assert added, doc update
arng40 e893ac7
move assert
arng40 e77ea50
add idx...
arng40 ac61e5d
replace string vector on ColumnStructure
arng40 d81654c
remove code / doc
arng40 e56d538
add assert for transporse
arng40 6332366
Merge remote-tracking branch 'origin/develop' into feature/dudes/tabl…
arng40 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
missing const
- Loading branch information
commit 43f9664d1f92b29b2e65c7e570ac74678895fdb1
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the goal of this test to consolidate the
setValuesAlignment()
code?If so,
tableLayout
non-const,There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setValuesAlignment
is for cellValues and alignementTableLayout::Column{}
is for header alignmentThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I see, this is not what we discussed at first, but it is good to be able to modify both setting by this way.
So two requests:
valueAlignment
in theColumn
constructors.setValuesAlignment()
only one time.tableLayout
constant.