https://github.com/idaholab/moose

sort by:
Revision Author Date Message Commit Date
4781fca Merge pull request #27290 from lindsayad/valgrind-fix-27231 Limit _stage variable to prevent OOB access 05 April 2024, 18:34:45 UTC
f57cc6d Merge pull request #23472 from hugary1995/skip_initial_residual Skip initial residual evaluation if possible 05 April 2024, 18:10:13 UTC
263a7f8 Limit _stage variable to prevent OOB access Refs #27231 05 April 2024, 02:02:13 UTC
bfbeaaf Merge pull request #27287 from roystgnr/cast_check Check whether `_eigen_sys` was cast successfully 04 April 2024, 23:15:04 UTC
741e790 Improved error message from Yaqi 04 April 2024, 20:25:43 UTC
f09faa7 Check whether `_eigen_sys` was cast successfully Maybe Yaqi can suggest a better error message here, but this is at least a big step up from a segfault. Fixes #27286 04 April 2024, 20:24:32 UTC
c0def29 Address comments 04 April 2024, 19:46:58 UTC
a747086 Merge pull request #27231 from lindsayad/linear_td Get time derivatives correct on timestep end output, even for linear solve types 04 April 2024, 16:59:54 UTC
88a761e Skip pre-SMO residual evaluation if solve type is linear 04 April 2024, 13:37:28 UTC
36ef4b9 Revert "Uncovered a bug with postResidual time resetting" This reverts commit df0b6b0b8b0297f8ff4d39e59db4b67e3bfe67d0. 04 April 2024, 13:27:37 UTC
6f586dc Merge pull request #27274 from hugary1995/piecewise_by_block_26324 Fix PiecewiseByBlockMaterial for continuous variable 04 April 2024, 07:38:32 UTC
90a23a2 Merge pull request #27272 from milljm/27270-fix-next Fix petsc_alt next 04 April 2024, 05:04:56 UTC
3624a3f Merge pull request #27275 from dschwen/const_get_shared_26947 Add `const` version for `getSharedPtr()` 04 April 2024, 00:17:37 UTC
9d7163f Merge pull request #27273 from roystgnr/libmesh_update_20240403 libMesh submodule update 03 April 2024, 23:14:42 UTC
df0b6b0 Uncovered a bug with postResidual time resetting 03 April 2024, 21:36:11 UTC
d943e22 Fix BatchMaterial 03 April 2024, 20:33:22 UTC
d21def2 Merge pull request #26750 from dewenyushu/material_inv_neml2 Elasticity inversion using NEML2 03 April 2024, 20:31:50 UTC
71cb2f0 loosening exodiff tolerances because of change to preconditioner. These are the optimized parameters so they need looser tolerances than what is usually used for variables. closes #27272 03 April 2024, 18:42:59 UTC
ebd1dae Merge pull request #26485 from schakrabortygithub/CP_Restart To enable restart a crystal plasticity simulation from checkpoint 03 April 2024, 17:56:12 UTC
f4d4bb6 Add const get shared (#26947) 03 April 2024, 16:03:47 UTC
372306a Adjust PETSc options Adjust PETSc options to allow tests using an older version of PETSc to pass. 03 April 2024, 15:09:48 UTC
cf5754c Fix PiecewiseByBlockMaterial for continuous variable close #26324 03 April 2024, 14:23:14 UTC
9fffa07 Bump versioner_hashes.yaml for libMesh update 03 April 2024, 14:19:08 UTC
f3b536e Re-gold GeneralField transfers' quadrature change The FEMContext bug we just fixed was affecting 3 of our regression tests... 03 April 2024, 14:12:35 UTC
2737104 Update libMesh submodule Refs #0 Summary of changes: - Improved TriangulatorInterface compatibility with quadratic elements in boundary and hole meshes, including adjusting triangulation elements to match curved boundaries. This feature is not yet compatible with mid-triangulation boundary refinement. - Added scaling options to Empirical Interpolation Method in Reduced-Basis code, handling for cases with linearly dependent data, and update plotting. - Fixed bugs in visualization output of Lagrange data on Tri7, in `DirichletBoundary` application on nodesets generated from sidesets, and in FEMContext quadrature selection for cases where the first variable of a system is higher-order than any of the variables being queried by the context. This last fix prevents excessive numbers of quadrature points from being used in some MOOSE GeneralField transfer operations. 03 April 2024, 13:54:00 UTC
d5a6d4d Newsletter entries for libMesh submodule update 03 April 2024, 13:32:15 UTC
3ced554 Make March 2024 news public Create April 2024 template Refs #11447 03 April 2024, 13:24:09 UTC
f9d09ff peridynamics does not work with automatic scaling 03 April 2024, 13:13:29 UTC
f38c93c Fix petsc_alt next Limit this test to running on versions of PETSc greater than 3.15 Note: 3.15 was arbitrarily chosen. I am not sure what exact version is required: PETSC ERROR: --------------------- Error Message ------------------ PETSC ERROR: No support for this operation for this object type Matrix type superlu_dist Full error can be seen here: https://civet.inl.gov/job/2157448/ Closes #27270 03 April 2024, 12:54:16 UTC
db409b1 Merge pull request #27221 from dschwen/release_26947 Fix shared pointer factory create 03 April 2024, 12:35:43 UTC
e20e4a5 Merge pull request #27256 from dschwen/fix_mac_jit_27255 Fix mac JIT compile 02 April 2024, 22:59:41 UTC
61cf416 Add unit test (#26947) 02 April 2024, 22:28:23 UTC
7c7c586 Shared from this for MooseObject (#26947) 02 April 2024, 22:28:23 UTC
1b7c2dc peridynamics use new behavior, tighten test tolerances 02 April 2024, 20:04:54 UTC
fa92c09 Merge pull request #27172 from pbehne/ss_detect Separate auxvariable norms for steady state detection 02 April 2024, 19:17:15 UTC
f94ced3 Peridynamics should use legacy behavior 02 April 2024, 18:46:53 UTC
a255bc6 Annoying clang-format 02 April 2024, 17:45:05 UTC
f76f433 Fix framework tests 02 April 2024, 17:39:02 UTC
afa8cee Apply format change 02 April 2024, 17:01:47 UTC
acb24a2 Remove unnecessary includes 02 April 2024, 17:01:37 UTC
e84dc3a Skip initial residual evaluation if possible This PR deprecates the parameter `compute_initial_residual_before_preset_bcs` in favor of `use_pre_SMO_residual`. The user should set this parameter to true if they really want to use the pre-initial residual in the relative convergence check. The pre-SMO residual is defined as the norm of the residual evaluated at the beginning of the time step before any solution-modifying object is executed. A legacy option is added in MooseApp to make the transition smoother. All modules except Peridynamics are using the new behavior. Apps default to using the legacy behavior. close #10464 02 April 2024, 16:27:13 UTC
4dcb858 Apply suggestions from code review Co-authored-by: Guillaume Giudicelli <guillaume.giudicelli@gmail.com> 02 April 2024, 14:22:32 UTC
7b75e1b Merge pull request #27261 from farscape-project/docs Documentation improvements 02 April 2024, 06:05:57 UTC
1b7f89a Merge pull request #27238 from YaqiWang/console_exec_type_27237 Using executioner type function instead of demangle the name 02 April 2024, 05:31:34 UTC
c250273 Fix example syntax for (AD)CoupledTimeDerivative (#27261) 02 April 2024, 00:26:56 UTC
86bd16d Improve description for {Div,Grad}Field (#27261) 01 April 2024, 22:20:25 UTC
b730234 Fix equations rendering incorrectly in the docs (#27261) 01 April 2024, 22:20:20 UTC
65d12f4 Fix description for JouleHeatingHeatGeneratedAux (#27261) 01 April 2024, 22:20:15 UTC
72bb7d0 Fix description for ArrayCoupledTimeDerivative (#27261) 01 April 2024, 22:20:10 UTC
f0ac1c7 Fix minor typos in the Peacock docs (#27261) 01 April 2024, 22:20:01 UTC
79fc811 Fix mac JIT compile (#27255) 01 April 2024, 21:33:51 UTC
8d5128c Addressed Guillaume's review. 01 April 2024, 19:23:51 UTC
d38fc50 Merge pull request #27246 from GiudGiud/PR_opt_next Skip system check in latest optimization module test 01 April 2024, 19:21:18 UTC
574d6d1 Address comments 01 April 2024, 16:38:23 UTC
f55cd0c Apply suggestions from code review Co-authored-by: Gary (Tianchen) Hu <thu@anl.gov> 01 April 2024, 15:51:07 UTC
6310903 Update framework/doc/content/source/userobjects/BatchPropertyDerivative.md Co-authored-by: Gary (Tianchen) Hu <thu@anl.gov> 01 April 2024, 15:46:52 UTC
6d7916c Skip system check in latest optimization module test refs #22215 01 April 2024, 04:06:49 UTC
c766b17 Merge pull request #27208 from GiudGiud/PR_friendly_fps Rework FluidProp error message to be more indicative 31 March 2024, 22:26:08 UTC
6e16587 Address Josh review - dont offer to neglect derivatives if already neglecting - rename method and de-template it, making it a lot simpler Co-authored-by: joshuahansel <joshua.hansel@inl.gov> 30 March 2024, 17:42:48 UTC
8f588bb Merge pull request #25668 from zachmprince/optimization_paper Optimization example for material inversion of a nonlinear problem 30 March 2024, 14:16:20 UTC
b02bb19 Merge pull request #27239 from pbehne/unused_tol_warning Added warnings when FixedPoint params are unused. 30 March 2024, 14:12:54 UTC
adb6c66 Moved param from input file to CLI to avaoid warning that CIVET will turn into error. 29 March 2024, 20:54:38 UTC
f029343 Added warnings when FixedPoint params are unused. When the 'disable_fixed_point_residual_norm_check' is set to true and the user sets one of 3 parameters, a warning is printed stating that these parameters will be ignored because the norm check is disabled. The 3 parameters are: fixed_point_rel_tol, fixed_point_abs_tol, and fixed_point_force_norms. Ref #26285. 29 March 2024, 19:18:01 UTC
17b715a Slightly bump comparison tolerance for hertz test 29 March 2024, 19:17:38 UTC
51d4fc6 Add checkpoint output to dynamics input Checkpoint output triggered the bug fixed by the previous commit 29 March 2024, 19:17:38 UTC
e3f6eb7 Don't swap stateful for explicit dynamics neighbor mats 29 March 2024, 19:17:38 UTC
926358d Mark all ExplicitTimeIntegrator classes as isExplicit (#27233) 29 March 2024, 19:17:38 UTC
c107b63 Fix the jacobian for DotCouplingKernel (#27233) 29 March 2024, 19:17:38 UTC
edaa8fc Perform time derivative calculations for all solver systems (#27233) 29 March 2024, 19:17:38 UTC
149e6c3 Bite the bullet and do what I think is right for CentralDifference Refs #27233 29 March 2024, 19:17:38 UTC
ba88069 using executioner type function instead of demangle the name suggested by Logan Harbour #27237 29 March 2024, 19:14:58 UTC
ad6651e Merge pull request #27229 from cticenhour/seacas-mar-2024 Update seacas to 2024-03-11 29 March 2024, 18:27:23 UTC
80f89a8 Add patch to fixup seacas on Intel Macs 29 March 2024, 13:57:43 UTC
abd38c4 Merge pull request #24081 from roystgnr/disc_bex discontinuous_spline_extraction option 29 March 2024, 13:16:44 UTC
053c9ca Consolidate redundant code when copying back solution states 29 March 2024, 07:27:32 UTC
5d770ec Don't compute time derivatives on timestep end for explicit Will have to ping some explicit time integration people to understand why this fails 29 March 2024, 07:27:23 UTC
8f99e04 TaoSetMonitor -> TaoMonitorSet for PETSc 3.21 29 March 2024, 07:27:23 UTC
517aec2 Make sure to set nonlinear system for eigen problems (#27233) 29 March 2024, 07:27:05 UTC
fa572f3 Compute solver system and aux time derivatives in the same code paths Refs #27233 29 March 2024, 07:26:40 UTC
8a28e35 Add test to illustrate the problem (#27233) 29 March 2024, 07:26:40 UTC
3a4cbc8 Merge pull request #27144 from GiudGiud/PR_disp_proj Add support for displaced meshes with ProjectionAux 29 March 2024, 07:17:30 UTC
fceee4a Merge pull request #27217 from jasondhales/ht1D_27216 Fix 1D heat transfer with recover 29 March 2024, 05:52:35 UTC
f68f79d Update seacas to 2024-03-11 Refs #21665 29 March 2024, 02:11:05 UTC
6a01768 Merge pull request #26852 from GiudGiud/PR_rt2 Misc ray tracing changes 29 March 2024, 00:33:26 UTC
0c326b4 Merge pull request #27214 from loganharbour/max_container Add arbitrary checkpoint capability to `SnapshotContainerBase` 29 March 2024, 00:14:02 UTC
1392a7e Fix ambiguous call 28 March 2024, 21:14:05 UTC
e3eb6b3 Fix 1D heat transfer with recover See #27216 28 March 2024, 19:26:54 UTC
1102009 Remove extraneous move 28 March 2024, 18:49:53 UTC
b8637f9 Correct typo 28 March 2024, 18:15:24 UTC
97b1638 Add tests for new DataIO methods 28 March 2024, 18:13:19 UTC
e182a08 Remove include 28 March 2024, 17:45:38 UTC
287827a Apply clang format 28 March 2024, 17:44:44 UTC
94ac0b6 Add docstrings to UniqueStorage IO 28 March 2024, 17:44:20 UTC
21cad37 Fix includes, add docstrings 28 March 2024, 17:41:46 UTC
d572d85 Add assertion and missing resize 28 March 2024, 16:45:00 UTC
7fd4d8b Use UniqueStorage in SnapshotContainerBase and enable checkpoint refs #27213 28 March 2024, 16:40:23 UTC
7879914 Add constructible NumericVector to DataIO refs #27213 28 March 2024, 16:40:18 UTC
ede1529 Add UniqueStorage to DataIO refs #27213 28 March 2024, 16:40:14 UTC
d2a335b Merge pull request #27200 from loganharbour/27170_defect Add mooseDocumentedError 28 March 2024, 13:52:46 UTC
cbf0cff Rework error message to be more indicative refs #27207 28 March 2024, 13:50:48 UTC
back to top