sort by:
Revision Author Date Message Commit Date
a74e562 Quiet down NEML2 makefile (#26450) 07 March 2024, 03:09:48 UTC
b383511 Merge pull request #26919 from roystgnr/libmesh_update_20240228 Update libMesh submodule 06 March 2024, 16:02:48 UTC
00644f5 Merge pull request #26922 from yjung-anl/interface_boundary_id_shift Supporting interface boundary ID re-assignment in Patterned MeshGenerators 06 March 2024, 15:29:35 UTC
705a308 adding interface boundary ID shift option in Patterned MeshGenertors, idaholab#26921 06 March 2024, 06:58:08 UTC
1ad9fc4 Merge pull request #26989 from cpgr/pfv Make checkVariables() virtual 06 March 2024, 03:51:16 UTC
f963789 Merge pull request #26981 from GiudGiud/PR_support Streamline discussions user support 06 March 2024, 03:19:12 UTC
a179ebe Address Alex review soften language a tad Co-authored-by: Alex Lindsay <alexander.lindsay@inl.gov> 06 March 2024, 00:49:03 UTC
d27b3a2 Add a discussion template for the general Q&A, refs #26980 06 March 2024, 00:10:23 UTC
01af1ca Make checkVariables() virtual Closes #26988 05 March 2024, 23:52:05 UTC
8bdc89a Merge pull request #26914 from grmnptr/2d-fe-laser-welding-26909 Add 2D FE example for laser welding. 05 March 2024, 18:10:08 UTC
406b274 Merge pull request #26936 from pbehne/console_output_file_fix Patched multiple procs writing to same file 05 March 2024, 17:05:42 UTC
15fde0b Update versioner hashes 05 March 2024, 17:02:19 UTC
c3887b9 Bump remaining versions+hashes 05 March 2024, 16:58:57 UTC
eba525a Newsletter update 05 March 2024, 16:58:12 UTC
1bf0bd8 Update libMesh submodule Refs #0 Summary of changes - Added capability to read and write sparse matrices in the ASCII/Matlab format used by PETSc. - Added capability to read mesh constraint rows from an arbitrary sparse matrix. This will enable IGA solves on more flexible meshes without perfect body fit domains. - Added vector-valued parameter support in Reduced-Basis code. - Added normalization to Empirical Interpolation Method in Reduced-Basis code. - Removed redundant mapping code for FEXYZ. Instead use the common mapping code, which has additional optimizations, and which avoids a bug triggered by MOOSE use of those optimizations. - Fixed bugs in Tet14 element refinement with non-default diagonal selection. - Always number assembly element nodes contiguously when reading IsoGeometric Analysis meshes. This avoids a bug in transient IGA solves on distributed meshes with discontinuous assembly elements. - Minor bug fixes to example applications' common shell functions, test execution in configurations without numeric solver libraries, an unused variable warning on newer compilers, 05 March 2024, 16:58:09 UTC
a869083 Merge pull request #26911 from cticenhour/feb_news Make February 2024 news public 05 March 2024, 15:21:10 UTC
41aaba7 Merge pull request #26944 from brandonlangley/moose_server_hover_support_22766 Add hover capabilities to MooseServer for input documentation 05 March 2024, 14:19:25 UTC
51451f5 Apply suggestions from code review Co-authored-by: Guillaume Giudicelli <guillaume.giudicelli@gmail.com> 04 March 2024, 23:57:19 UTC
dbcce30 Apply suggestions from code review Co-authored-by: roystgnr <roy@stogners.org> 04 March 2024, 23:23:16 UTC
fc16b9d Fixup duplicate bib entries 04 March 2024, 20:08:18 UTC
605d5b8 Remove physics syntax block entry Added in January's news Co-authored-by: Guillaume Giudicelli <guillaume.giudicelli@gmail.com> 04 March 2024, 20:08:18 UTC
0909fe1 Lower-d aux var addition 04 March 2024, 20:08:18 UTC
2563ebb Fix incorrect file name in autolink 04 March 2024, 20:08:18 UTC
333f37c Re-organize subsections and fix typo 04 March 2024, 20:08:18 UTC
8597207 Add application block entry to February news 04 March 2024, 20:08:18 UTC
5851208 Add Guillaume s contribution to MOOSE in Feb 04 March 2024, 20:08:18 UTC
4867ab9 Make February 2024 news public Create March 2024 template Refs #11447 04 March 2024, 19:31:32 UTC
a5421fc Increase test coverage percent for MooseServer hover capabilities refs #22766 04 March 2024, 17:30:18 UTC
1c61049 test typo fix. 04 March 2024, 16:27:25 UTC
6834f11 tweaked tests. 04 March 2024, 15:32:36 UTC
777833b Add hover capabilities to MooseServer for all input documentation refs #22766 04 March 2024, 05:28:04 UTC
c67d458 Bump versioner_hashes.yaml as a result of updating WASP submodule refs #22766 04 March 2024, 05:28:01 UTC
303c9b8 Update WASP submodule with LSP document hover server side support refs #22766 04 March 2024, 05:16:14 UTC
5503488 Merge pull request #26073 from recuero/normal_contact_dynamics Initial work on contact for explicit finite element dynamics 03 March 2024, 02:22:11 UTC
3c5651e Address Daniel's review 02 March 2024, 19:27:54 UTC
d0cf1f6 Address Alex's comments 02 March 2024, 19:27:54 UTC
ff53b65 Turn off debug/valgrind for slow contact petrov-galerkin tests 02 March 2024, 19:27:54 UTC
3d16460 reinitNodeFaceFace -> reinitNodeFace This after moving calls to `_fe_problem.reinitNodeFace` into the `NonlinearSystemBase` method such that `NonlinearSystemBase::reinitNodeFace` now does all the reinit'ing necessary for node face constraints 02 March 2024, 19:27:53 UTC
fbdbb1d No extra close in ActuallyExplicitEuler Also no need for overwriteContact to be virtual 02 March 2024, 19:27:53 UTC
226bc8d Add reinitNodeFaceFace method to NonlinearSystemBase And remove the getNeighborPoints method 02 March 2024, 19:27:53 UTC
f597a96 NodeFaceConstraint updates - More doxygen - Reorder data members for public-protected-private - friend class NonlinearSystemBase - No more public penetration info 02 March 2024, 19:27:53 UTC
142a6a9 Convert mat prop dependencies to unordered set 02 March 2024, 19:27:53 UTC
b89e804 Create framework test to cover overwriting of solution vector. Test object encapsulates basic functionality that allows a node face constraint to overwrite the solution with an explicit integrator in the framework. This feature is used in the contact module. 02 March 2024, 19:27:53 UTC
f5afd2b Clean up and add coverage for 'overwrite' option 02 March 2024, 19:27:53 UTC
9ac457f Reinit material for contact constraints on undisplaced mesh. This is needed for explicit dynamics contact constraints which use material properties on both secondary node and primary projection point. 02 March 2024, 19:27:53 UTC
be55865 Remove dead code, add coverage, cleanup 02 March 2024, 19:27:53 UTC
bdd2cf3 Include option to overwrite current solution. This option is more consistent with the internal energy of the solid. I.e., it overwrites the position of the contacting boundaries with the result of the iterative contact algorithm. However, it sometimes results in some sort of element inversion or impossible mappings. This needs to be investigated/debugged. It may be due to MOOSE's order of operations. 02 March 2024, 19:27:53 UTC
584e25a Update contact boundary displacements with new step. The previous strategy modified previous displacements to produce a velocity that would fulfil the dynamic contact constraints. That resulted in very wrong internal force state in the new step, which _created_ energy. This commit attempts to directly write the displacement variables in the new step. 02 March 2024, 19:27:53 UTC
e3e67d3 Fix critical time step postprocessor threading behavior. When multiple threads provide values for the critical values for the time step, pick the minimum value. Otherwise: - It's numerically inaccurate, only the minimum value would guarantee stability. - The behavior would be inconsistent with parallel processing 02 March 2024, 19:27:53 UTC
5cb3132 Move test folder and remove unnecessary mutex. Fix website. Only update auxiliary system in node-face constraints if we are writing to variables. 02 March 2024, 19:27:53 UTC
6c87002 Fix documentation 02 March 2024, 19:27:53 UTC
7d50145 Remove unused gap variable 02 March 2024, 19:27:53 UTC
d5a58b9 Add heavy test 02 March 2024, 19:27:53 UTC
0675e22 Implement balance-momentum equations for explicit contact (#25666) Kinematic constraint works for primary surface being rigid and works also in parallel. Requires verification and adding documentation. 02 March 2024, 19:27:49 UTC
7e9143d Make NodeFace writeable friendly. Pull variables into constraint. 02 March 2024, 19:27:18 UTC
076f8ae Fix nodal calculations 02 March 2024, 19:27:18 UTC
f87ff84 Implement momentum-balance explicit dynamics contact force 02 March 2024, 19:27:18 UTC
7436d6a Enable (hopefully) neighbor materials in explicit contact constraint 02 March 2024, 19:27:18 UTC
cb98b48 Mods to avoid OOB access 02 March 2024, 19:27:18 UTC
835e404 Add necessary material properties 02 March 2024, 19:27:17 UTC
47dfe7b Neighbor material in node-face explicit dynamics constraint 02 March 2024, 19:27:17 UTC
d47cecd Update calls to system base with new API 02 March 2024, 19:27:17 UTC
bb206bc WIP iterative contact dynamics 02 March 2024, 19:27:17 UTC
29c256d Add wave speed as a material property 02 March 2024, 19:27:13 UTC
01b4bb2 Initial commit with: - Initial explicit dynamics action - Initial explicit dynamics node-face normal constraint (#25666). 02 March 2024, 19:26:14 UTC
1ac1ddc Merge pull request #26924 from GiudGiud/PR_less_checks Tune verbosity of search value conflicts 01 March 2024, 20:50:25 UTC
03a8ec5 Address Alex's review rename variable Co-authored-by: Alex Lindsay <alexander.lindsay@inl.gov> 01 March 2024, 16:19:16 UTC
92eed81 Patched multiple procs writing to same file Console objects have a parameter 'output_file', that when true, writes console output to a file. Parallel simulations would write information from all processors to the same file, which can lead to bad behavior. This commit introduces a patch that only writes console content from the head proc to the file. In the case that --keep-cout is passed to the executable, each proc writes its console content to a separate file. The same bahavior can be achieved without setting output_file to true by instead passing '--keep-cout --redirect-stdout' to the executable. Closes Ref #26174. 01 March 2024, 15:43:44 UTC
eb8d9de Merge pull request #26934 from GiudGiud/PR_sam_comp 01 March 2024, 02:17:19 UTC
8f10cb0 Add a tensor mechanics app header for compatibility refs #25584 29 February 2024, 20:08:52 UTC
ad219bc Merge pull request #26926 from hugary1995/weld_animation Add an animation of laser welding 29 February 2024, 05:21:54 UTC
349bab8 Merge pull request #26927 from lindsayad/unused-contact-tests Remove unused VCP contact tests 29 February 2024, 05:07:31 UTC
36edcf4 Remove unused VCP contact tests Discovered these were unused while looking into #26879 29 February 2024, 00:57:48 UTC
4ee14ee Add an animation of laser welding close #26925 28 February 2024, 23:03:15 UTC
de04424 Limit the output from search value conflict by default Make it user selectable refs #26923 28 February 2024, 22:13:45 UTC
6201cb0 Stop searching for value conflict if the mesh has not changed: and the conflict search has happened once refs #26923 28 February 2024, 22:13:30 UTC
c8158dd Merge pull request #26739 from GiudGiud/PR_rename_tensor 28 February 2024, 14:48:23 UTC
c019c7d Change documentation test makefile to exclude tensor mechanics symlink folder 28 February 2024, 05:18:39 UTC
1f3ac12 Update some UEL and NEML2 paths And a few tests doco paths 28 February 2024, 05:18:39 UTC
90df016 Update coverage target to new module name 28 February 2024, 05:18:39 UTC
0aee541 Allow actions registered to meta-action tasks to create an action that has a valid and a deprecated syntax and still have the single-syntax-action behavior 28 February 2024, 05:18:38 UTC
4b11022 Address Ben's review - revert some module name changes in newsletters - improve reference spelling to the solid mechanics module part 2 28 February 2024, 05:18:38 UTC
3c943a7 Update module loader to new tensor mechanics module name Makefile cosmetic changes 28 February 2024, 05:18:38 UTC
100e610 Add doco for new name of parameter sharing action 28 February 2024, 05:18:38 UTC
48018aa Add two deprecated headers to keep the actions around until the apps are patched 28 February 2024, 05:18:38 UTC
3ea25bd Attempt deleting doco symlink - if we dont do that the 'child' class searching extension cannot find the children classes headers and errors 28 February 2024, 05:18:38 UTC
d81ec64 Add more pages for deprecated kernels pages 28 February 2024, 05:18:38 UTC
64c7504 Update tests spec design document location 28 February 2024, 05:18:38 UTC
9ba88fc More backing up on bad replacements 28 February 2024, 05:18:38 UTC
a6d1d77 (Dynamic)SolidMechanicsAction -> Dynamic/QuasiStaticSolidMechanicsPhysics 28 February 2024, 05:18:38 UTC
5e180b7 Rename UO doc files 28 February 2024, 05:18:38 UTC
f0a34d7 Update documentation module items to new module name - sqa reports - duplicate bibs - tutorial links - gallery 28 February 2024, 05:18:38 UTC
408a08e Fixup deprecated syntax doco to point to new tests names and blocks 28 February 2024, 05:18:38 UTC
b91e5c6 Replace TM by SolidMechanics in XFEM, Combined, Porous Flow and Contact 28 February 2024, 05:18:38 UTC
a62f350 Update modules documentation to new modules names 28 February 2024, 05:18:38 UTC
592d874 Update framework documentation to new module name 28 February 2024, 05:18:38 UTC
c9ce007 Unrelated Clang format 28 February 2024, 05:18:38 UTC
95b038d Add new Physics syntax pages 28 February 2024, 05:18:38 UTC
b60b204 Add back old pages for compatibility 28 February 2024, 05:18:38 UTC
e0ba26d Update syntax doco to new syntax 28 February 2024, 05:18:38 UTC
back to top