Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
2c3a2a7
set an error when a box has no selection
arng40 Sep 5, 2025
bfe7b49
fix
arng40 Sep 5, 2025
82055c1
string correction viewkeystruct
arng40 Sep 5, 2025
94104fb
revert changement on dataContext
arng40 Sep 5, 2025
c125ae2
Merge remote-tracking branch 'origin/develop' into feat/dudes/error-w…
arng40 Sep 8, 2025
b1fe1a0
test for cuda
arng40 Sep 8, 2025
37bc92d
fix sink selection in test unit test
arng40 Sep 8, 2025
bb3a1ac
fix all test
arng40 Sep 8, 2025
5f84879
doc
arng40 Sep 8, 2025
d93c3d8
uncrustify
arng40 Sep 8, 2025
ed02e2b
trigger integrated
arng40 Sep 8, 2025
1de66c8
add more context & clean log
arng40 Sep 8, 2025
c19069f
syntax
arng40 Sep 9, 2025
59d2d7a
add error to test in integrated test & rebaseline
arng40 Sep 9, 2025
3dca3c4
Merge branch 'develop' into feat/dudes/error-when-box-select-nothing
arng40 Sep 9, 2025
9054c64
wip
arng40 Sep 10, 2025
0fbd101
set a flag from surfaceGenrator to fs
arng40 Sep 10, 2025
7db4040
Merge remote-tracking branch 'origin/develop' into feat/dudes/error-w…
arng40 Sep 10, 2025
5599217
Merge remote-tracking branch 'origin/develop' into feat/dudes/error-w…
arng40 Sep 11, 2025
3d89422
Update thermal leaky well example
dkachuma Sep 16, 2025
82359ae
update the logic set error output
arng40 Sep 19, 2025
f6bd260
Merge branch 'feat/dudes/error-when-box-select-nothing' of https://gi…
arng40 Sep 19, 2025
26fba63
add unit test
arng40 Sep 19, 2025
af62cbc
change map to pair and add MPIComm
arng40 Sep 22, 2025
58e284c
Merge remote-tracking branch 'origin/develop' into feat/dudes/error-w…
arng40 Sep 22, 2025
f09ef8d
xsd
arng40 Sep 22, 2025
5521545
testSet
arng40 Sep 22, 2025
e993c6e
renaming & remove comment
arng40 Sep 22, 2025
3fe65b0
replace integer to string for set error
arng40 Sep 22, 2025
30e85fd
reaname enum errorAsWarning to warning
arng40 Sep 22, 2025
2d8ea45
update fs test
arng40 Sep 23, 2025
e469dfd
add case for SG & update fs wrapper
arng40 Sep 23, 2025
abedcc5
xsd
arng40 Sep 23, 2025
97bc914
doc
arng40 Sep 23, 2025
03f061d
enum loc
arng40 Sep 23, 2025
869ddaf
UPDATE LOGIC
arng40 Sep 23, 2025
d7a3aea
doc
arng40 Sep 23, 2025
4a83b8e
code style
arng40 Sep 24, 2025
02e981e
yaml
arng40 Sep 24, 2025
03d280e
add warning flag for integrated tests failed
arng40 Sep 24, 2025
7433d26
baseline
arng40 Sep 24, 2025
0fe2c58
reduce smoke step & silent for wavePropagation deck
arng40 Sep 25, 2025
1017ecd
move ManagersLoop to MeshObjectPath and renaming variables
arng40 Sep 26, 2025
13b012c
add comment
arng40 Sep 26, 2025
ec86c38
fix space margin
arng40 Sep 29, 2025
8840280
Merge remote-tracking branch 'origin/develop' into feat/dudes/error-w…
arng40 Sep 29, 2025
39675d7
fix capture by ref
arng40 Sep 29, 2025
88d9589
remove setName from capture binding
arng40 Sep 29, 2025
65ed1a0
baseline
arng40 Sep 30, 2025
a28b7c6
Merge remote-tracking branch 'origin/develop' into feat/dudes/error-w…
arng40 Sep 30, 2025
b95f304
fix timeout leakywell
arng40 Sep 30, 2025
3387d4a
revert restart removed
arng40 Oct 7, 2025
308f0e8
Merge remote-tracking branch 'origin/develop' into feat/dudes/error-w…
arng40 Oct 7, 2025
54c013a
news rebaseline
arng40 Oct 7, 2025
4ee688e
Merge remote-tracking branch 'origin/develop' into feat/dudes/error-w…
arng40 Oct 8, 2025
a5f2a43
Merge remote-tracking branch 'origin/develop' into feat/dudes/error-w…
arng40 Oct 9, 2025
874186b
revert thermalLeakyWell
arng40 Oct 10, 2025
2886078
Revert "revert thermalLeakyWell"
arng40 Oct 10, 2025
4b3161a
Merge remote-tracking branch 'origin/develop' into feat/dudes/error-w…
arng40 Oct 10, 2025
562842f
address typo, duplcation & description
arng40 Oct 10, 2025
181e571
Merge remote-tracking branch 'origin/develop' into feat/dudes/error-w…
arng40 Oct 10, 2025
03c20b2
Merge remote-tracking branch 'origin/develop' into feat/dudes/error-w…
arng40 Oct 13, 2025
7c79821
rebaseline
arng40 Oct 13, 2025
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
doc
  • Loading branch information
arng40 committed Sep 23, 2025
commit d7a3aea0da02dba4f1eaeb7b7fc9c2fb6bec4493
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class FieldSpecificationBase : public dataRepository::Group
dataRepository::Group * const >;
/**
* @enum SetErrorMode
* @brief
* @brief Indicate the error handling mode.
*/
enum class SetErrorMode : integer
{
Expand Down Expand Up @@ -887,6 +887,10 @@ void FieldSpecificationBase::zeroSystemRowsForBoundaryCondition( SortedArrayView
} );
}


/**
* @brief Indicate the error handling mode
*/
ENUM_STRINGS( FieldSpecificationBase::SetErrorMode,
"silent",
"error",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ class FieldSpecificationManager : public dataRepository::Group

private:
static FieldSpecificationManager * m_instance;
/// Indicate if the SurfaceGenerator element is present
bool m_isSurfaceGenerationCase = false;

};
Expand Down
Loading