sort by:
Revision Author Date Message Commit Date
ce67f4b #180 basic 3D cases now handled 16 October 2019, 10:47:50 UTC
ab9c990 #180 added functionality to handle transversal permeability in lower dimensional elements on a fault 11 October 2019, 08:18:21 UTC
01302d8 #180 ran ./formatter.sh 11 October 2019, 08:17:37 UTC
92bcc53 #180 adding missing gold files 02 October 2019, 08:08:20 UTC
a7be46a #180 CoeffParamDiffusion from MOOSE for tests 02 October 2019, 07:38:22 UTC
9df3e0b #180 some 3D features now working (but not all, proper handling of node splitting still TODO) 30 September 2019, 23:38:28 UTC
a0d5a52 #180 started 3D case, but not working yet... 23 September 2019, 00:44:28 UTC
26fca92 #180 added functionality to handle T-junctions or not (they were connected connected by default until now) 18 September 2019, 02:44:53 UTC
e2a6ca1 #180 bug fix (not duplicating the interface pairs any longer) 12 September 2019, 06:34:31 UTC
bfd63d2 #180 added functionality to generate lower dimension blocks on interface Deleted InterfaceFromSidesetGenerator (superseded by BreakMeshBySidesetGenerator, which can handle non-straight sidesets, even though limited to 2D for now) 11 September 2019, 07:08:12 UTC
c24ebdd #180 added test for splines (and missing meshes) 11 September 2019, 04:02:30 UTC
8c5e057 #180 supporting T-junctions, added verbose flag for debugging 11 September 2019, 03:42:36 UTC
1aa4db7 #180 New meshGenerator to break mesh along sidesets of any shape (as opposed to UnterfaceFromSidesetGenerator only working with linear sidesets) First draft (with lots of cleaning to do...) 10 September 2019, 01:57:16 UTC
71f5fa2 #180 added functionality to create lower dimensional blocks on interface 22 August 2019, 02:13:55 UTC
a14b2e7 #180 moved InterfaceFromSideset from meshmodifier to meshgenerator 14 August 2019, 08:58:20 UTC
41792fd #180 supporting T junctions 09 August 2019, 12:18:24 UTC
a5267d8 #180 hidden superseded test (since Civet complains about permissions on that file) 09 August 2019, 07:21:02 UTC
22b717e #180 moved mesh files to test directory (and made them visible to git) 09 August 2019, 06:34:10 UTC
dfbf757 #180 bug fix (was causing bad_alloc crash) Removed debug code to print parsing structure (elements, nodes, coords) 09 August 2019, 06:19:53 UTC
3d34974 #180 first version running, along with tests (but bad_alloc problem appearing sometimes, still needs debugging...) 09 August 2019, 05:52:10 UTC
542dddd #180 something working... That's a start but needs testing 08 August 2019, 08:28:03 UTC
fef7b4e #180 started implementation of InterfaceFromSideSet. (Not even half-way through yet, just touched nodes on boundaries...) 07 August 2019, 23:48:45 UTC
1f837c3 Merge commit 'e6329782c42f6aed71a9daeabbbfe9d3b3682cea' 06 August 2019, 03:08:51 UTC
e632978 Merge pull request #179 from pou036/interface_kernels #19 comment 06 August 2019, 02:57:12 UTC
16ef7e4 #19 updated tests 06 August 2019, 02:44:02 UTC
beabb30 #19 comment 05 August 2019, 07:23:39 UTC
ec1411d Merge pull request #177 from pou036/interface_kernels Interface kernels 02 August 2019, 07:48:40 UTC
ef50cf1 #19 missing test files 02 August 2019, 07:34:29 UTC
b0c51eb #19 added (unreachable) missing returns 02 August 2019, 06:47:22 UTC
271403e #19 renamed materials (yes: and added ticket number so I can do a pull request... When am I gonna learn?....) 02 August 2019, 06:29:01 UTC
634076f updated skipped tests (with elasticity) 02 August 2019, 06:22:33 UTC
e3e6343 Updated redback interfacekernels and their tests 02 August 2019, 06:05:16 UTC
67d02c9 Merge commit '496c81a5c6e53a04073e11a4b96c85024abea7a3' 05 June 2019, 12:57:06 UTC
496c81a Merge pull request #176 from aeslaughter/const-func use const Function 05 June 2019, 12:49:37 UTC
df76c92 Fix test file 05 June 2019, 12:39:58 UTC
bc78b26 const Function (refs MOOSE #13480) 30 May 2019, 14:13:44 UTC
84443bd Merge commit 'e57928f94656c6a01d751e1c1ea43c4e7a6de864' 13 February 2019, 08:32:53 UTC
e57928f Merge pull request #175 from pou036/dummy Ported some functionalities from branch 169 13 February 2019, 08:24:00 UTC
e2349bd #169 disabled momentarily test_pressure_force as it still crashes on civet (but passes on mac) 13 February 2019, 08:11:37 UTC
c2d5ec0 #169 modified test that's failing on civet (discrepancy linux vs mac?). Fingers crossed... https://civet.inl.gov/job/292200/ 13 February 2019, 07:58:54 UTC
3a9a167 #169 removed commented print statements (for debug purposes) as they contain banned keywords 13 February 2019, 07:43:42 UTC
c74eccc #169 Porting some changes from branch 169 about new directional derivative for continuation Ignoring debug files 13 February 2019, 07:36:33 UTC
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
back to top