sort by:
Revision Author Date Message Commit Date
f61fd9a Merge commit '153d2af57f92c38929c82c4875f78f28b0b75957' 05 February 2019, 01:08:35 UTC
153d2af Merge pull request #174 from lindsayad/moose-12738-api-changes Update for moose api changes 05 February 2019, 00:57:08 UTC
66d3b8d Update for moose api changes Refs idaholab/moose#12738 05 February 2019, 00:31:43 UTC
5dbca30 Merge commit '815fd9e8345ae2170b499ca27d9e76b92524c4cd' 02 January 2019, 16:55:53 UTC
815fd9e Merge pull request #172 from lindsayad/tensor-api-change Tensor API changes. Sorry @lindsayad for the silence, I'm just coming back to civilisation with access to my laptop and an internet connection. Happy new year and thanks a lot for the update! 02 January 2019, 16:50:40 UTC
014ddd2 Tensor API changes. Refs idaholab/moose#12599 14 December 2018, 21:04:10 UTC
8ccd9d4 Merge commit '63ed3df8546f9230a2f08a363ea3032fc7d8bc9c' 19 November 2018, 06:47:40 UTC
63ed3df Merge pull request #170 from pou036/43_restoring_code #43 objects registration done locally (instead of base/RedbackApp.C) 19 November 2018, 06:42:40 UTC
52a8d1c #43 objects registration done locally (instead of base/RedbackApp.C) updated inconsistent copyright headers in all files 19 November 2018, 06:30:55 UTC
bf8c3c2 Merge commit '7d3e80b6c4c9f84362ca2f74c8820b1a6d2f4987' 24 August 2018, 02:51:11 UTC
7d3e80b Merge pull request #166 from pou036/43_restoring_code #43 fixed test not working with moose update 24 August 2018, 02:47:09 UTC
0c38e58 #43 Total_porosity update shifted by one timestep 24 August 2018, 02:30:42 UTC
7a1f59c Merge commit '5474591cb0f9ccdfcbd94b0b2dc7a9ae45ced045' 20 June 2018, 06:36:38 UTC
5474591 Merge pull request #164 from pou036/43_restoring_code 43 restoring code - code formatting 20 June 2018, 06:32:55 UTC
e87e13c #43 updated code formatting and formatted code accordingly 20 June 2018, 06:27:05 UTC
f250a67 Merge commit 'b8aeb34bc11e053583a5295bfdf25bdc2e2d5923' 20 June 2018, 05:54:45 UTC
b8aeb34 Merge pull request #163 from pou036/43_restoring_code #43 initialised damage_dissipation and applied code formatting This version solves the inconsistent tests crashing 20 June 2018, 05:49:46 UTC
df6b360 #43 increased slightly tolerance to pass tests both on mac and linux 20 June 2018, 05:09:49 UTC
1de5dd7 #43 changed (again) those two tests to work on linux 20 June 2018, 04:06:59 UTC
9a67c4c #43 updated two tests that had precision issues on mac and reverted back cleaner code to avoid potential divisions by 0 20 June 2018, 03:57:05 UTC
cbef1c9 #43 removed petsc_options causing problems on linux (but passing on mac) 20 June 2018, 03:38:13 UTC
f37b121 #43 Trying to figure out why all tests pass locally on my laptop but 9 of them fail on the moose build machine. Reverting the only recent change in the code... 19 June 2018, 07:38:19 UTC
15b0aa2 #43 disabled the last two tests crashing (waiting for MOOSE PR#11587) removed more useless block definitions 19 June 2018, 06:49:33 UTC
0a22919 #43 re-enabling a couple of tests that were skipped because of the random redback crash (now fixed) 19 June 2018, 06:43:35 UTC
fe3eea4 #43 avoiding potential divisions by 0 19 June 2018, 06:19:04 UTC
66494b4 #43 removed wrong definitions of blocks (where non-existent block was inducing random crashes!!!) 19 June 2018, 05:39:58 UTC
d6053fe #43 initialised damage_dissipation and applied code formatting 11 June 2018, 02:34:19 UTC
8eab199 Merge commit 'd55a5ea054440effd1c6e59e1b056ca4615c9277' 21 March 2018, 06:05:31 UTC
d55a5ea Merge pull request #162 from pou036/43_restoring_code 43 restoring code 21 March 2018, 06:00:39 UTC
304181a #43 added functionality to shift ellipse (modified Cam Clay) 21 March 2018, 01:41:03 UTC
0291ea0 Merge commit '312da0b1babf37453722339f208179408b683296' 16 March 2018, 06:59:18 UTC
312da0b Merge pull request #161 from pou036/43_restoring_code #43 restoring code 16 March 2018, 06:54:34 UTC
44b7843 #43 Merge branch 'master' into 43_restoring_code # Conflicts: # src/materials/RedbackMechMaterialCC.C 16 March 2018, 06:46:28 UTC
4ea5f5e #43 checking if is_plastic in returnMap, improved jacobian for modified cam clay, added new utility function to get yield point on ellipse following the (non-linear) flow (but not used yet) 16 March 2018, 06:31:10 UTC
319a9d0 Merge commit 'dfcd46d966c94c96fa5f82101fc4dad8a7bb3fed' 02 March 2018, 00:47:53 UTC
dfcd46d Merge pull request #160 from pou036/20_interface_kernel 20 Solving the mechanics with a jump of displacement along an interface 02 March 2018, 00:43:09 UTC
2efef44 #20 Implemented the possibility of solving the mechanics with a jump of displacement along an interface. Tests are validating the behaviour. Jacobians were not implemented 01 March 2018, 23:55:45 UTC
4b96f05 Merge commit 'c43a83cb5537668f56c0e276c47e5afa1fa5c0a3' 26 February 2018, 00:33:12 UTC
c43a83c Merge pull request #159 from pou036/20_interface_kernel #20 interfacekernel for Darcy flow 26 February 2018, 00:28:41 UTC
e49a0a8 #21 raising mooseError at end of loop for cleaner implementation 26 February 2018, 00:23:21 UTC
5c4de59 #21 included a wrong file 26 February 2018, 00:02:24 UTC
06f0b17 #21 Working interface implementation of Darcy. Implemented test for it. Still need the jacobians to be implemented. 25 February 2018, 23:51:27 UTC
5f75423 #20 first implementation of an interface kernel to solve for Darcy through plane fracture. Does not give good results yet 23 February 2018, 00:40:45 UTC
f265c17 Merge commit 'dc676bdc95193fc0e9427d176bba2a08bbd9e59a' 05 February 2018, 05:28:57 UTC
dc676bd Merge pull request #158 from pou036/43_restoring_code 43 restoring code 05 February 2018, 05:23:52 UTC
6a1189b #43 updated test (after changing jacobian for DP) 05 February 2018, 05:00:43 UTC
2505a32 #43 better jacobian for Drucker Prager 05 February 2018, 03:58:12 UTC
d373626 Merge commit '3c4480295efb793535bb0cf260fa6f9c8c767940' 29 January 2018, 21:48:53 UTC
3c44802 Merge pull request #155 from friedmud/valid_params Fixup validParams 29 January 2018, 21:42:10 UTC
65e387c Fixup validParams 26 January 2018, 19:57:17 UTC
fddc08e Merge commit '6c662f701fd62eb241bcc2584f29d24242f29824' 25 January 2018, 00:25:24 UTC
6c662f7 Merge pull request #154 from pou036/43_restoring_code 43 restoring code 25 January 2018, 00:07:40 UTC
9cc8019 #43 using new way of creating moose App in main.C 24 January 2018, 23:30:01 UTC
784701c #43, code formatting 24 January 2018, 04:56:06 UTC
645655f Fixed mech jacobians for DP and CC, updated tests accordingly 24 January 2018, 04:52:49 UTC
de366f9 Merge commit 'd5ed59aaff84bb265d954cdec71a6d1456617676' 15 January 2018, 05:33:17 UTC
d5ed59a Merge pull request #153 from pou036/151_thermal_diff #151 updated doc 15 January 2018, 05:29:27 UTC
6e5a413 #151 updated doc 15 January 2018, 03:50:35 UTC
9101d74 Merge commit 'b710473a86d8903fda1fa519031e01320b558a61' 11 January 2018, 12:24:57 UTC
b710473 Merge pull request #152 from pou036/151_thermal_diff 151 thermal diff 11 January 2018, 12:18:46 UTC
3b5b5d4 #151 formatting cleanup 11 January 2018, 12:04:40 UTC
365f5c5 #151 added possibility to set thermal_diffusivity as function 11 January 2018, 11:57:51 UTC
f6d74b1 #151 Added thermal diffusivity coefficient to change values spatially 11 January 2018, 11:51:32 UTC
b5fab4c Merge commit '5032b3df6bf5f9f470c54fa168622ada4f4f877b' 21 November 2017, 23:14:40 UTC
5032b3d Merge pull request #148 from pou036/43_restoring_code #43 restoring code 21 November 2017, 23:09:49 UTC
456beba #144 (trying to add valid ticket number) 21 November 2017, 22:47:06 UTC
ce7367c #43 (yes, forgot again to push a ticket number in a commit...) 21 November 2017, 22:42:51 UTC
7c55aad Merge branch 'master' into 43_restoring_code 21 November 2017, 22:36:14 UTC
478de39 Merge commit '9b3956a244168cb4397696412fade942dc55ffae' 21 November 2017, 01:36:47 UTC
ec0342b #43 run_tests 21 November 2017, 01:35:41 UTC
9b3956a Merge pull request #143 from aeslaughter/patch-3 This is causing problems (refs #000) 21 November 2017, 01:29:41 UTC
0a1ad05 Updated file to run tests with latest version of moose 21 November 2017, 01:28:15 UTC
0520a81 This is causing problems (refs #000) 19 September 2017, 15:30:42 UTC
0aae623 Merge commit 'c7f306cbd48508a587d2d7f55f4d4a663379b89d' 12 September 2017, 22:41:51 UTC
c7f306c Merge pull request #141 from permcody/issue_132 One more test failing (not valgrind clean) 12 September 2017, 22:34:53 UTC
715f3dc One more test failing (not valgrind clean) refs #132 12 September 2017, 19:25:53 UTC
e166eca Merge commit '45bbac4fbe1badbe141b2a27b309cd7d52af5e1e' 08 September 2017, 00:10:53 UTC
45bbac4 Merge pull request #139 from permcody/issue_132 Skipping subset of tests with memory errors on Linux Platform 08 September 2017, 00:06:58 UTC
a4f3fef Skipping subset of tests with memory errors on Linux Platform refs #132 07 September 2017, 15:09:01 UTC
49950c7 Merge commit '2fea33eeef7e09ddceb5807770307bf2e597d62e' 30 August 2017, 04:09:55 UTC
2fea33e Merge pull request #138 from pou036/43_restoring_code #43 Implemented new material 30 August 2017, 04:05:51 UTC
734c560 #43 Implemented new material that will test the importance of one particular term in the flow law. To be used for Tengatini fits 30 August 2017, 03:46:45 UTC
f550780 Merge commit 'd6aa2a865e3d5a86819f79aa9236938db64012bd' 27 August 2017, 01:14:59 UTC
d6aa2a8 Merge pull request #137 from jwpeterson/debugging Debugging 27 August 2017, 01:11:00 UTC
a9974de Declare and initialize variables simultaneously. Also remove variables that were not being used. Refs #132. 25 August 2017, 21:45:15 UTC
94485fd Mark functions as virtual, override as appropriate. Refs #132. 25 August 2017, 21:44:58 UTC
cac76a9 Merge commit '80c150e22cf28fa34b597d723acce4133e9950f6' 25 August 2017, 02:28:51 UTC
80c150e Merge pull request #136 from pou036/43_restoring_code #43 fixing initialisation problem in RedbackMechMaterialElastic 25 August 2017, 02:23:58 UTC
ed05fa9 #132 initialised p_y and q_y, used unsigned int. That should remove some Valgrind errors… (using Civet to debug the problem as I don’t have a profiler setup locally yet) 25 August 2017, 00:33:42 UTC
62e88d1 #43 forgot the formatter 24 August 2017, 08:02:39 UTC
bd27695 #43 same test failing on civet ?! Trying a last time to do a pull request 24 August 2017, 07:55:55 UTC
f4d6ca3 #43 making civet run the tests again 24 August 2017, 07:42:49 UTC
4fa0fe9 #43 fixing initialisation problem in RedbackMechMaterialElastic 24 August 2017, 07:23:20 UTC
72da6a7 Merge commit '4098a3016a2c28493cfe3e57f00e056027d094fd' 18 August 2017, 07:23:27 UTC
4098a30 Merge pull request #135 from pou036/43_restoring_code #43 new action to use the new postprocessor RankTwoScalarPostprocessor 18 August 2017, 07:19:05 UTC
7e8534e #43 new action to use the new postprocessor RankTwoScalarPostprocessor 18 August 2017, 07:13:58 UTC
19d6e4e Merge commit '0c9af447015530fc00ce9025463fa04ad0909e14' 18 August 2017, 01:48:12 UTC
0c9af44 Merge pull request #134 from pou036/43_restoring_code #43 new postprocessor and material 18 August 2017, 01:43:58 UTC
5b59968 #43 pull #134 trying to pass moosebuild on civet 18 August 2017, 01:28:17 UTC
8455e58 #43 removing unused herited functions in RankTwoScalarPostprocessor for pull #134 17 August 2017, 06:14:14 UTC
back to top