Skip to content

Commit

Permalink
Merge pull request #29040 from NamjaeChoi/max_qp
Browse files Browse the repository at this point in the history
Increase constMaxQpsPerElem to 1000 #29039
  • Loading branch information
lindsayad authored Nov 10, 2024
2 parents 019fd71 + e60f6c9 commit 45658fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/include/utils/MooseTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ namespace Moose
/// up with some overkill complex mechanism for dynamically resizing them.
/// Eventually, we may need or implement that more sophisticated mechanism and
/// will no longer need this.
constexpr std::size_t constMaxQpsPerElem = 216;
constexpr std::size_t constMaxQpsPerElem = 1000;

// These are used by MooseVariableData and MooseVariableDataFV
enum SolutionState : int
Expand Down

0 comments on commit 45658fc

Please sign in to comment.