Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(2) |
Nov
(27) |
Dec
(31) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(6) |
Feb
(15) |
Mar
(33) |
Apr
(10) |
May
(46) |
Jun
(11) |
Jul
(21) |
Aug
(15) |
Sep
(13) |
Oct
(23) |
Nov
(1) |
Dec
(8) |
2005 |
Jan
(27) |
Feb
(57) |
Mar
(86) |
Apr
(23) |
May
(37) |
Jun
(34) |
Jul
(24) |
Aug
(17) |
Sep
(50) |
Oct
(24) |
Nov
(10) |
Dec
(60) |
2006 |
Jan
(47) |
Feb
(46) |
Mar
(127) |
Apr
(19) |
May
(26) |
Jun
(62) |
Jul
(47) |
Aug
(51) |
Sep
(61) |
Oct
(42) |
Nov
(50) |
Dec
(33) |
2007 |
Jan
(60) |
Feb
(55) |
Mar
(77) |
Apr
(102) |
May
(82) |
Jun
(102) |
Jul
(169) |
Aug
(117) |
Sep
(80) |
Oct
(37) |
Nov
(51) |
Dec
(43) |
2008 |
Jan
(71) |
Feb
(94) |
Mar
(98) |
Apr
(125) |
May
(54) |
Jun
(119) |
Jul
(60) |
Aug
(111) |
Sep
(118) |
Oct
(125) |
Nov
(119) |
Dec
(94) |
2009 |
Jan
(109) |
Feb
(38) |
Mar
(93) |
Apr
(88) |
May
(29) |
Jun
(57) |
Jul
(53) |
Aug
(48) |
Sep
(68) |
Oct
(151) |
Nov
(23) |
Dec
(35) |
2010 |
Jan
(84) |
Feb
(60) |
Mar
(184) |
Apr
(112) |
May
(60) |
Jun
(90) |
Jul
(23) |
Aug
(70) |
Sep
(119) |
Oct
(27) |
Nov
(47) |
Dec
(54) |
2011 |
Jan
(22) |
Feb
(19) |
Mar
(92) |
Apr
(93) |
May
(35) |
Jun
(91) |
Jul
(32) |
Aug
(61) |
Sep
(7) |
Oct
(69) |
Nov
(81) |
Dec
(23) |
2012 |
Jan
(64) |
Feb
(95) |
Mar
(35) |
Apr
(36) |
May
(63) |
Jun
(98) |
Jul
(70) |
Aug
(171) |
Sep
(149) |
Oct
(64) |
Nov
(67) |
Dec
(126) |
2013 |
Jan
(108) |
Feb
(104) |
Mar
(171) |
Apr
(133) |
May
(108) |
Jun
(100) |
Jul
(93) |
Aug
(126) |
Sep
(74) |
Oct
(59) |
Nov
(145) |
Dec
(93) |
2014 |
Jan
(38) |
Feb
(45) |
Mar
(26) |
Apr
(41) |
May
(125) |
Jun
(70) |
Jul
(61) |
Aug
(66) |
Sep
(60) |
Oct
(110) |
Nov
(27) |
Dec
(30) |
2015 |
Jan
(43) |
Feb
(67) |
Mar
(71) |
Apr
(92) |
May
(39) |
Jun
(15) |
Jul
(46) |
Aug
(63) |
Sep
(84) |
Oct
(82) |
Nov
(69) |
Dec
(45) |
2016 |
Jan
(92) |
Feb
(91) |
Mar
(148) |
Apr
(43) |
May
(58) |
Jun
(117) |
Jul
(92) |
Aug
(140) |
Sep
(49) |
Oct
(33) |
Nov
(85) |
Dec
(40) |
2017 |
Jan
(41) |
Feb
(36) |
Mar
(49) |
Apr
(41) |
May
(73) |
Jun
(51) |
Jul
(12) |
Aug
(69) |
Sep
(26) |
Oct
(43) |
Nov
(75) |
Dec
(23) |
2018 |
Jan
(86) |
Feb
(36) |
Mar
(50) |
Apr
(20) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
(2) |
2
|
3
(1) |
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
(1) |
12
|
13
|
14
(1) |
15
|
16
|
17
|
18
|
19
(3) |
20
(1) |
21
(3) |
22
(7) |
23
|
24
|
25
|
26
|
27
|
28
(2) |
29
(3) |
30
(2) |
31
(1) |
|
|
|
|
|
|
From: John Peterson <peterson@cf...> - 2010-10-19 14:34:15
|
On Tue, Oct 19, 2010 at 8:41 AM, Roy Stogner <roystgnr@...> wrote: > > On Tue, 19 Oct 2010, yunfei zhu wrote: > >> I am trying to use arc-length method to track the post-buckling equilibrium >> path. I need to add another parameter and another additional equation to the >> system. >> Has anyone got experience on using arc-length together with libmesh and >> petsc. >> Is there any Class in libmesh that I can use directly? Thanks. > > There's a ContinuationSystem class to do exactly that. I think John > Peterson is the only expert with it; we'll see if he chimes in. Yes, it's been a while since I've touched it, but the ContinuationSystem class can be used for this purpose. This particular implementation takes a different approach from the SCALAR. It solves two linear systems per Newton iteration using the decomposition method of Keller, rather than a single system with an additional dense row and column. This has the benefit of working with an existing matrix assembly routine for a non-continuation solve, but has the drawback of requiring two solves. H. B. Keller. Numerical solution of bifurcation and nonlinear eigenvalue problems. In Applications of Bifurcation Theory, P. H. Rabinowitz (ed.), pages 359–389. Academic Press, 1977. I have an electronic copy of the above but it's a bit too large to email, let me know if you would like a copy. -- John |
From: Roy Stogner <roystgnr@ic...> - 2010-10-19 13:41:16
|
On Tue, 19 Oct 2010, yunfei zhu wrote: > I am trying to use arc-length method to track the post-buckling equilibrium > path. I need to add another parameter and another additional equation to the > system. > Has anyone got experience on using arc-length together with libmesh and > petsc. > Is there any Class in libmesh that I can use directly? Thanks. There's a ContinuationSystem class to do exactly that. I think John Peterson is the only expert with it; we'll see if he chimes in. If you want to add an additional scalar equation, coupled to all the others, by hand, then the SCALAR variable type is now the best way to do that. --- Roy |
From: yunfei zhu <yzhu2009@go...> - 2010-10-19 08:59:21
|
Hi I am trying to use arc-length method to track the post-buckling equilibrium path. I need to add another parameter and another additional equation to the system. Has anyone got experience on using arc-length together with libmesh and petsc. Is there any Class in libmesh that I can use directly? Thanks. Best wishes, yunfei |