|
| 1 | +<!doctype html> |
| 2 | +<html lang="en-US"> |
| 3 | +<head> |
| 4 | + <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> |
| 5 | + <title>libMesh - A C++ Finite Element Library</title> |
| 6 | + <meta name="author" content="libMesh development team"> |
| 7 | + <link rel="stylesheet" type="text/css" media="all" href="../styles.css"> |
| 8 | + <link rel="stylesheet" type="text/css" media="all" href="../doxygen_stylesheet.css"> |
| 9 | +</head> |
| 10 | + |
| 11 | +<body> |
| 12 | + <nav id="fixedbar"> |
| 13 | + <ul id="fixednav"> |
| 14 | + <li><a href="../index.html">Home</a></li> |
| 15 | + <li><a href="../support.html">About Us</a></li> |
| 16 | + <li><a href="../publications.html">Publications</a></li> |
| 17 | + <li><a href="https://github.com/libMesh/libmesh/graphs/contributors">Developers</a></li> |
| 18 | + <li><a href="../installation.html">Installation</a></li> |
| 19 | + <li><a href="../examples.html">Examples</a></li> |
| 20 | + <li><a href="https://mooseframework.inl.gov/docs/doxygen/libmesh/index.html">Documentation</a></li> |
| 21 | + </ul> |
| 22 | + </nav> |
| 23 | + |
| 24 | + <div id="w"> |
| 25 | + <header id="logo"><a href="../index.html"><span id="logobg">SomeWebsiteLogo</span></a></header> |
| 26 | + |
| 27 | + <nav id="navigation"> |
| 28 | + <ul> |
| 29 | + <li><a href="../index.html">Home</a></li> |
| 30 | + <li><a href="../support.html">About Us</a></li> |
| 31 | + <li><a href="../publications.html">Publications</a></li> |
| 32 | + <li><a href="https://github.com/libMesh/libmesh/graphs/contributors">Developers</a></li> |
| 33 | + <li><a href="../installation.html">Installation</a></li> |
| 34 | + <li><a href="../examples.html">Examples</a></li> |
| 35 | + <li><a href="https://mooseframework.inl.gov/docs/doxygen/libmesh/index.html">Documentation</a></li> |
| 36 | + </ul> |
| 37 | + </nav> |
| 38 | + |
| 39 | +<div id="content"> |
| 40 | + |
| 41 | +<br> <h1> Link to the source code for this example: </h1> |
| 42 | +<a href="https://github.com/libMesh/libmesh/tree/master/examples/vector_fe/vector_fe_ex7" target="_blank">Open vector_fe_ex7 in new tab.</a> |
| 43 | +<a name="output"></a> |
| 44 | +<br><br><br> <h1> The console output of the program: </h1> |
| 45 | +<pre> |
| 46 | + CXX example_dbg-vector_fe_ex7.o |
| 47 | + CXXLD example-dbg |
| 48 | + CXX example_devel-vector_fe_ex7.o |
| 49 | + CXXLD example-devel |
| 50 | + CXX example_oprof-vector_fe_ex7.o |
| 51 | + CXXLD example-oprof |
| 52 | +*************************************************************** |
| 53 | +* Running Example vector_fe_ex7: |
| 54 | +* ./example-opt dim=2 element_type=TRI6 |
| 55 | +*************************************************************** |
| 56 | + |
| 57 | +L2 error is: 0.134279 |
| 58 | +HDiv semi-norm error is: 0.344042 |
| 59 | +HDiv error is: 0.369318 |
| 60 | +L2 error for p is: 0.0697397 |
| 61 | +L2 error p_enriched is: 0.00516164 |
| 62 | + |
| 63 | +*************************************************************** |
| 64 | +* Done Running Example vector_fe_ex7: |
| 65 | +* ./example-opt dim=2 element_type=TRI6 |
| 66 | +*************************************************************** |
| 67 | +*************************************************************** |
| 68 | +* Running Example vector_fe_ex7: |
| 69 | +* ./example-opt dim=2 element_type=TRI7 |
| 70 | +*************************************************************** |
| 71 | + |
| 72 | +L2 error is: 0.134279 |
| 73 | +HDiv semi-norm error is: 0.344042 |
| 74 | +HDiv error is: 0.369318 |
| 75 | +L2 error for p is: 0.0697397 |
| 76 | +L2 error p_enriched is: 0.00516164 |
| 77 | + |
| 78 | +*************************************************************** |
| 79 | +* Done Running Example vector_fe_ex7: |
| 80 | +* ./example-opt dim=2 element_type=TRI7 |
| 81 | +*************************************************************** |
| 82 | +*************************************************************** |
| 83 | +* Running Example vector_fe_ex7: |
| 84 | +* ./example-opt dim=2 element_type=QUAD8 |
| 85 | +*************************************************************** |
| 86 | + |
| 87 | +L2 error is: 0.134333 |
| 88 | +HDiv semi-norm error is: 0.421249 |
| 89 | +HDiv error is: 0.442149 |
| 90 | +L2 error for p is: 0.0853821 |
| 91 | +L2 error p_enriched is: 0.00635743 |
| 92 | + |
| 93 | +*************************************************************** |
| 94 | +* Done Running Example vector_fe_ex7: |
| 95 | +* ./example-opt dim=2 element_type=QUAD8 |
| 96 | +*************************************************************** |
| 97 | +*************************************************************** |
| 98 | +* Running Example vector_fe_ex7: |
| 99 | +* ./example-opt dim=2 element_type=QUAD9 |
| 100 | +*************************************************************** |
| 101 | + |
| 102 | +L2 error is: 0.134333 |
| 103 | +HDiv semi-norm error is: 0.421249 |
| 104 | +HDiv error is: 0.442149 |
| 105 | +L2 error for p is: 0.0853821 |
| 106 | +L2 error p_enriched is: 0.00635743 |
| 107 | + |
| 108 | +*************************************************************** |
| 109 | +* Done Running Example vector_fe_ex7: |
| 110 | +* ./example-opt dim=2 element_type=QUAD9 |
| 111 | +*************************************************************** |
| 112 | +*************************************************************** |
| 113 | +* Running Example vector_fe_ex7: |
| 114 | +* ./example-opt dim=3 element_type=TET14 grid_size=4 |
| 115 | +*************************************************************** |
| 116 | + |
| 117 | +L2 error is: 0.500135 |
| 118 | +HDiv semi-norm error is: 1.24927 |
| 119 | +HDiv error is: 1.34566 |
| 120 | +L2 error for p is: 0.168995 |
| 121 | +L2 error p_enriched is: 0.0390603 |
| 122 | + |
| 123 | +*************************************************************** |
| 124 | +* Done Running Example vector_fe_ex7: |
| 125 | +* ./example-opt dim=3 element_type=TET14 grid_size=4 |
| 126 | +*************************************************************** |
| 127 | +*************************************************************** |
| 128 | +* Running Example vector_fe_ex7: |
| 129 | +* ./example-opt dim=3 element_type=HEX27 grid_size=4 |
| 130 | +*************************************************************** |
| 131 | + |
| 132 | +L2 error is: 0.858294 |
| 133 | +HDiv semi-norm error is: 2.80499 |
| 134 | +HDiv error is: 2.93337 |
| 135 | +L2 error for p is: 0.379979 |
| 136 | +L2 error p_enriched is: 0.112876 |
| 137 | + |
| 138 | +*************************************************************** |
| 139 | +* Done Running Example vector_fe_ex7: |
| 140 | +* ./example-opt dim=3 element_type=HEX27 grid_size=4 |
| 141 | +*************************************************************** |
| 142 | +</pre> |
| 143 | +</div> |
| 144 | + |
| 145 | +<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> |
| 146 | +<script type="text/javascript"> |
| 147 | +$(document).ready(function(){ |
| 148 | + $(window).on('scroll',function() { |
| 149 | + var scrolltop = $(this).scrollTop(); |
| 150 | + |
| 151 | + if(scrolltop >= 215) { |
| 152 | + $('#fixedbar').fadeIn(250); |
| 153 | + } |
| 154 | + |
| 155 | + else if(scrolltop <= 210) { |
| 156 | + $('#fixedbar').fadeOut(250); |
| 157 | + } |
| 158 | + }); |
| 159 | +}); |
| 160 | +</script> |
| 161 | + |
| 162 | +<!-- Google Analytics stuff --> |
| 163 | +<script type="text/javascript"> |
| 164 | + var _gaq = _gaq || []; |
| 165 | + _gaq.push(['_setAccount', 'UA-24978333-1']); |
| 166 | + _gaq.push(['_trackPageview']); |
| 167 | + (function() { |
| 168 | + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
| 169 | + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
| 170 | + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
| 171 | + })(); |
| 172 | +</script> |
| 173 | + |
| 174 | +</body> |
| 175 | +</html> |
0 commit comments