This example tests subdivision of a two-dimensional bi-cubic Hermite element with unit scale factors.
The geometry is one quarter of an annulus. The first element (xi) coordinate runs radially and the second circumferentially. Although linear interpolation would be sufficient for the first element coordinate, it is cubic here to test calculation of the derivatives.
# Example 11a fem define bases;r;$example/2d-hermite; fem define nodes;r;$example/quarter-annulus; fem define elements;r;$example/quarter-annulus; # fem export nodes;quarter-annulus1 as quarter_annulus1 # fem export elements;quarter-annulus1 as quarter_annulus1 fem refine xi 2; # Remove the unnecessary confusion of scale factors. fem update scale unit; fem list elements;quarter-annulus2; fem export nodes;quarter-annulus2 as quarter_annulus2 fem export elements;quarter-annulus2 as quarter_annulus2
Name Modified Size
example_11a.com 30-Jan-2004 508 2d-hermite.ipbase 30-Jan-2004 1.5k quarter-annulus.ipelem 30-Jan-2004 336 quarter-annulus.ipnode 30-Jan-2004 2.1k view.com 30-Jan-2004 628
Name Modified Size
examples_1_11_11a.tar.gz 18-Aug-2006 3.5k
Status | Tested | Real time (s) | |
i686-linux | |||
cm | Success | Sun Mar 6 00:01:28 2016 | 1 |
cm-debug | Success | Sat Mar 5 00:01:47 2016 | 0 |
mips-irix | |||
cm | Success | Sun Aug 19 01:29:16 2007 | 2 |
cm-debug | Success | Wed Aug 15 01:31:54 2007 | 3 |
cm-debug-clear-malloc | Success | Sat Aug 18 01:22:59 2007 | 7 |
cm-debug-clear-malloc7 | Success | Mon Aug 20 01:19:56 2007 | 7 |
cm64 | Success | Sun Aug 19 01:21:50 2007 | 2 |
cm64-debug | Success | Tue Aug 21 01:18:28 2007 | 10 |
cm64-debug-clear-malloc | Success | Thu Apr 1 10:09:48 2004 | 2 |
rs6000-aix | |||
cm | Success | Wed Mar 4 01:06:43 2009 | 0 |
cm-debug | Success | Mon Mar 2 01:08:27 2009 | 0 |
cm64 | Success | Wed Mar 4 01:07:53 2009 | 0 |
cm64-debug | Success | Tue Mar 3 01:12:01 2009 | 1 |
x86_64-linux | |||
cm | Success | Sun Mar 6 00:01:00 2016 | 0 |
cm-debug | Success | Sat Mar 5 00:01:11 2016 | 1 |