https://github.com/idaholab/moose

sort by:
Revision Author Date Message Commit Date
d771e02 2021-09-15 release 15 September 2021, 18:04:15 UTC
ddf2276 Merge commit '7df3b095f66fb205a46d4afc6aa4a23e4b394a95' 15 September 2021, 03:26:31 UTC
7df3b09 Merge pull request #18805 from bwspenc/int_int_eig_grad_bf Add eigenstrain and body force terms to interaction integrals 14 September 2021, 06:04:35 UTC
6965984 Address review comments ref #18804 14 September 2021, 01:16:07 UTC
db12f54 Merge pull request #18808 from GiudGiud/PR_doco7 Add missing documentation for a few auxkernels 13 September 2021, 19:18:10 UTC
fe3737f Merge pull request #18793 from GiudGiud/PR_doco6 Add actions documentation 13 September 2021, 19:15:13 UTC
49173dc Add tests for body force term in interaction integral ref #18804 These include a regression and an error test. 13 September 2021, 18:33:33 UTC
55518ae Add tests for arbitrary eigenstrain gradient in interaction integral ref #18804 Add a test using a testing material that computes an eigenstrain gradient as a RankThreeTensor and gives a very similar result to an existing test that does the same calculation but through the thermal gradient. The results are slightly different because of differences in interpolation of the driving eigenstrains. Also add error condition tests for this new capability. 13 September 2021, 18:33:33 UTC
7ac3ee8 Account for body forces and gradients of general eigenstrains in interaction integral ref #18804 Note that this does not yet include these contributions for other fracture integrals. 13 September 2021, 18:33:33 UTC
e18eecd Fix sign error in MaterialVectorBodyForce closes #18662 13 September 2021, 18:33:33 UTC
97df57c Fix issue with getting body force material ref #18662 Prior to this update, a hard-coded name was used for the body force material, rather than the value specified by the user in 'body_force'. 13 September 2021, 18:33:33 UTC
cad31de Merge pull request #18705 from roystgnr/libmesh_update Update libMesh 13 September 2021, 18:12:36 UTC
6a56eb5 Add documentation for a few auxkernels Add missing documentation file for VectorFunctionAux refs #18333 #17566 #16248 #15968 13 September 2021, 15:44:59 UTC
459c65a Update to write MONOMIAL_VEC variables as elemental data This is in response to libmesh/libmesh#2873 which allows native writing of MONOMIAL_VEC variables as elemental data 13 September 2021, 02:59:57 UTC
b7eae3f Regold due to tightening of affine map tolerance We were incorrectly detecting elements as affine previously which could introduce relative errors of roughly order 1e-4 to 1e-6 in results. These newly re-golded results should correctly reflect the fact that elements are non-affine for slightly deformed elements 12 September 2021, 21:24:47 UTC
d30d48a Merge commit '0d650f19e1f1fa71216477f707d04a51d3933c9f' 10 September 2021, 20:41:16 UTC
ca82f6f Remove use of deprecated centroid() method 10 September 2021, 19:44:59 UTC
022a459 Update libMesh Summary of changes: - DofMap: add const DofConstraints accessor - --disable-amr fixes - Bump up tolerance in the "sharktooth" PBC test - Update to add EIM observation points - Skip ConstrainDirichlet on empty adjoint dirichlet boundaries - Fix all-static build issues in fparser_ad - Add override keyword in several places - Enable plotting of EIM functions - fparser: update deprecated throw specifications - ExodusII v8.11 - Deprecate Elem::centroid(), add Elem::true_centroid() and Elem::vertex_average() alternatives - Add/remove some derived class Elem::true_centroid() implementations - Avoid building an FE just to check its FEContinuity - Generalize vector operations to always use global forms - enable AMR with infinite elements. - Avoid pair copy in mesh_base.C - Fix has_affine_map() - Pyramid centroid optimizations - Add a protection when loading element integers from Exodus - Update TIMPI and MetaPhysicL submodules: * Packing<vector> support * StandardType specialization for SemiDynamicSparseNumberArray * StandardType specialization for DynamicStdArrayWrapper * Add template boolean parameter for StandardType and Packing of DualNumber Refs #0 10 September 2021, 19:44:59 UTC
0d650f1 Merge pull request #18795 from lindsayad/allow-warnings Allow warnings in hard mortar contact test 10 September 2021, 13:49:14 UTC
25aed16 Merge commit 'abd1920d512a62749ba656f7a0278c6ce2d977ca' 10 September 2021, 10:37:30 UTC
abd1920 Merge pull request #18695 from hugary1995/ad_grad_u_dot Ad grad u dot 10 September 2021, 05:11:17 UTC
b45b6a8 Merge commit '19791a326f98938ceefd09f22403d8b54fef5f04' 10 September 2021, 02:57:05 UTC
19791a3 Merge pull request #18766 from zachmprince/deep_diff JSONDiff with tolerance and new reporter JSON format 09 September 2021, 19:48:00 UTC
094ee94 Merge pull request #18507 from GiudGiud/PR_output_restrictable_names Add block names to error message for block restriction 09 September 2021, 19:29:05 UTC
54fb3c5 Merge pull request #18627 from GiudGiud/PR_thermalBC Modify thermal BCs to allow use of other variable sets for CNSFV 09 September 2021, 16:14:52 UTC
0c14bf0 Merge commit 'f989dfc472735ac3c22239a216538878262e9d7e' 09 September 2021, 12:56:03 UTC
f989dfc Merge pull request #18745 from aprilnovak/uo-vpp Spatial user object vector postprocessor 09 September 2021, 07:17:41 UTC
1913bcb Merge commit '72b4b6a228a763d9b84a949bba4ed1d22075abee' 09 September 2021, 06:00:47 UTC
3c0183a Address Alex's review - make temperature field default to bc's variable, adjust tests refs #18626 09 September 2021, 05:04:56 UTC
e38babc Merge commit '9326e72914620ea18afaf58a3bf3d28451be9a40' 09 September 2021, 01:22:06 UTC
72b4b6a Merge pull request #18778 from loganharbour/cppflags_18777 Enable building c++ opt without -O2 optimization 08 September 2021, 23:50:14 UTC
4f7348a Add more information as to what the action actually does, refs #18333 08 September 2021, 23:36:01 UTC
18c51ff Merge commit '260b18b9a679d09f0fe6fe7c410eb8ffb9158a71' 08 September 2021, 21:39:02 UTC
292bd61 Allow warnings in hard mortar contact test Antonio recently changed an exception for invalid mortar orientations to a warning, which in contact module testing has the effect of turning a cut timestep into a hard failure unless we allow warnings. We just saw this in CI parallel testing (which I'm going to invalidate so linking here would be ineffectual) Refs #17696 08 September 2021, 21:37:48 UTC
6cebb71 Adding deepdiff as a required python package for JSONDiff #11323 08 September 2021, 20:09:29 UTC
4c11126 Add actions documentation refs #18333 #17566 #16248 #15968 08 September 2021, 19:47:39 UTC
4c43631 Shorten long-running tests 08 September 2021, 16:59:07 UTC
9326e72 Merge pull request #18666 from freiler/my-moose Capped Mixing Length Turbulence 08 September 2021, 16:32:58 UTC
260b18b Merge pull request #18771 from joshuahansel/fp-default-p-T Implemented default (p,T) fluid properties interfaces 08 September 2021, 14:44:56 UTC
d6516d2 Ignored GCC overloaded-virtual warnings in SinglePhaseFluidProperties Refs #18767 07 September 2021, 19:59:36 UTC
11afa37 Reduce number of variables in lots_of_variables test refs #18777 06 September 2021, 21:19:41 UTC
715ebfa Simplify selective_reinit test 2000 variables is unnecessary refs #18777 06 September 2021, 21:16:22 UTC
dcb537f Honor ADDITIONAL_CPPFLAGS over libmesh_CXXFLAGS when building c++ refs #18777 06 September 2021, 21:08:03 UTC
626b041 Merge commit 'e3c48025ba7d3169cd5de39de0fcfd25ca443aca' 05 September 2021, 23:49:05 UTC
e3c4802 Merge pull request #18764 from jiangwen84/bilinear_improvement Improve bilinear traction separation CZM law 05 September 2021, 18:37:36 UTC
54aeda4 improve bilinear traction separation law ref #18763 05 September 2021, 15:36:18 UTC
b24fe7e Merge commit 'd502709adff3c6db557bb88e5c88c807068ccffd' 04 September 2021, 06:36:49 UTC
0907211 Merge commit '88ca217a109ec431caec5267d982f27e83565395' 04 September 2021, 03:25:01 UTC
d502709 Merge pull request #18716 from crswong888/shortcut-extension-18715 Fix and Improve MooseDown Shortcuts 03 September 2021, 23:19:55 UTC
0c3257c Removing jsondiff import #11323 03 September 2021, 22:17:44 UTC
88ca217 Merge pull request #18770 from loganharbour/uninitialized_18679 Correct uninitialized memory error 03 September 2021, 19:18:28 UTC
50b1362 Use consistent point file ordering for tests. Refs #18743 03 September 2021, 18:27:03 UTC
92194ea Using command to run jsondiff #11323 03 September 2021, 17:38:14 UTC
003103f Implemented default (p,T) interfaces for fluid properties Closes #18767 03 September 2021, 17:36:43 UTC
316249f Added v_e_from_p_T interface to SinglePhaseFluidProperties This interface is used to transform (p,T) to (v,e), since many fluid properties have interfaces for computing from both. This can be used for some default implementations of (p,T) interfaces using already-implemented interfaces from (v,e). Refs #18767 03 September 2021, 17:28:25 UTC
a171807 Regolding json tests #18113 03 September 2021, 16:11:07 UTC
045ccfe Reworking how JSONOutput outputs reporters #18113 03 September 2021, 16:11:07 UTC
2e1a9b2 Adding deep diff to JSONDiff #11323 03 September 2021, 16:11:04 UTC
8dfef29 Correct uninitialized memory error refs #18769 03 September 2021, 16:09:24 UTC
0974eef Doc Fixes #18666 Format changes #18666 03 September 2021, 15:45:54 UTC
4d6dd64 Fix tests error #18666 Old Test Fixes #18666 03 September 2021, 15:45:50 UTC
1f4b8fb Updates to class descriptions Ref. #18666 Fix error in class description #18666 Format changes #18666 03 September 2021, 15:45:47 UTC
823d217 Added tests Ref. #18666 Moved tests to modules/navier_stokes Changed INSADMixingLengthTurbulentViscosityMaterial.md to MixingLengthTurbulentViscosityMaterial.md Ref. #18666 Addressed GiudGiud suggested changes Ref. #18666 03 September 2021, 15:45:42 UTC
9e80f40 Changed Turbulent viscosity material name Ref. #18663 Fixed Format #18666 03 September 2021, 15:45:35 UTC
225ea05 Documentation added Modified velocity scaling for the turbulent viscosity (Smagorinsky) Added capping to the mixing length formulation Added total viscosity material Added AuxKernel for the mixing length eddy viscosity Ref. #18663 03 September 2021, 15:45:34 UTC
c942acc Add capped mixing length 03 September 2021, 15:45:34 UTC
a9b2c0f Updates Escudier capped mixing length Tuning mixinglength 03 September 2021, 15:45:12 UTC
af231e1 Merge commit '091b3c0920114d667083ef2e66ac367d022b3487' 03 September 2021, 08:17:53 UTC
aa3bcb1 Merge commit '544165c7d5e5977caf3c26a442e53ffa29c042b3' 03 September 2021, 05:20:00 UTC
091b3c0 Merge pull request #18761 from friedmud/perf_graph_live_print_tweaks_15444 PerfGraph Live Print Fixes 03 September 2021, 01:34:05 UTC
a6b4de2 Merge pull request #18664 from dschwen/volumetric_body_force_18662 Add mechanical body force 02 September 2021, 23:49:16 UTC
174158c Merge pull request #18739 from loganharbour/fix_rt_unit Fix ray_tracing unit Makefile 02 September 2021, 22:54:04 UTC
b937b54 Merge pull request #18642 from lee7632/fp-changes Add derivatives to the SimpleFluidProperties for use in simple Pronghorn studies 02 September 2021, 20:55:48 UTC
6c2e6bb Rename kernel yet again (#18662) 02 September 2021, 20:48:54 UTC
8c6ce69 Merge pull request #18758 from bwspenc/init_stateful_warning Change error about initializing stateful props to a warning 02 September 2021, 19:50:28 UTC
c9d15ee The SimpleFluidProperties class is updated by adding the functions called cp_from_v_e, cv_from_p_T, cv_from_v_e, c_from_p_T, c_from_v_e, k_from_v_e, s_from_v_e, rho_from_p_T, T_from_v_e, p_from_v_e, mu_from_v_e with derivatives. refs #18638 02 September 2021, 17:59:55 UTC
6940005 Merge pull request #18714 from lindsayad/make-jac-test-always-non-affine Always compute single point map when computing Jacobian with disps 02 September 2021, 16:18:05 UTC
544165c Merge pull request #18633 from zachmprince/vector_surrogate Creating vector-type calculators and adding median calculator 02 September 2021, 16:12:24 UTC
89bcb75 Fix possible timing bug with live print and increase the default wait to 5 seconds refs #15444 02 September 2021, 16:10:12 UTC
32636bb Merge pull request #18418 from roystgnr/no_as_needed Put --no-as-needed in linker flags 02 September 2021, 14:44:39 UTC
60ba297 Merge pull request #18757 from dschwen/typos4_11354 Fix typos and grammar 02 September 2021, 14:37:05 UTC
355da44 Merge pull request #18754 from joshuahansel/nested-solve-state-getter Added method to NestedSolve to get the solve state 02 September 2021, 14:36:27 UTC
7a1487a Rename kernel (#18662) 02 September 2021, 13:18:40 UTC
6e18264 Merge commit '9fa0a6162fd91bdec65b186da8de84bc5d891039' 02 September 2021, 07:47:51 UTC
f0a1bd0 Change error about initializing stateful props to a warning ref #16992 01 September 2021, 23:52:00 UTC
f536ad7 Address comments (#18662) 01 September 2021, 23:16:28 UTC
07dfec6 Fix docs (#18662) 01 September 2021, 23:15:14 UTC
de708ed Add test (#18662) 01 September 2021, 23:15:14 UTC
aacd69f Update gravity tests (#18662) 01 September 2021, 23:15:14 UTC
1fc08f4 Address comments (#18662) 01 September 2021, 23:15:14 UTC
63fed33 Add mechanical body force (#18662) 01 September 2021, 23:15:14 UTC
9fa0a61 Merge pull request #18752 from dschwen/disable_valgrind_18712 Disable valgrind testing 01 September 2021, 21:58:57 UTC
27d8da4 Fix typos and gramar (#11354) 01 September 2021, 21:43:00 UTC
d8b51bf Put --no-as-needed in linker flags This fixes #16092 for me on Ubuntu 21.04, where presumably the default linker behavior is --as-needed? As explained in that ticket: when we only interact with a library by invoking the constructors of its static initialized objects, --as-needed breaks our interaction by failing to determine that the library has to be loaded at all. This flag isn't supported on OSX (and perhaps nothing equivalent is, according to a brief search), so we test to see whether trying to use it throws an error and we only enable it if not. 01 September 2021, 21:30:02 UTC
15624d4 Modifications 01 September 2021, 19:05:03 UTC
1130805 Add Turbulence Kernels 01 September 2021, 19:05:03 UTC
533e985 Disable valgrind testing (#18694) 01 September 2021, 18:55:04 UTC
f548d5e created a new extension to better handle shortcut tokens and make it easier to access them from outside the core extension, also fixed all occurances of duplicate shortcut keys (closes #18715) 01 September 2021, 16:35:19 UTC
760358b Added method to NestedSolve to get the solve state Closes #18750 01 September 2021, 15:50:11 UTC
8e5290a Improve how cohesive zone model performs rotations (#18698) * closes #18697 * address comments 01 September 2021, 14:28:06 UTC
back to top