|
| 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/miscellaneous/miscellaneous_ex17" target="_blank">Open miscellaneous_ex17 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-miscellaneous_ex17.o |
| 47 | + CXXLD example-dbg |
| 48 | + CXX example_devel-miscellaneous_ex17.o |
| 49 | + CXXLD example-devel |
| 50 | + CXX example_oprof-miscellaneous_ex17.o |
| 51 | + CXXLD example-oprof |
| 52 | +*************************************************************** |
| 53 | +* Running Example miscellaneous_ex17: |
| 54 | +* ./example-opt |
| 55 | +*************************************************************** |
| 56 | + |
| 57 | +Running /data/lindad/libmesh-worktrees/libmesh/build/examples/miscellaneous/miscellaneous_ex17/.libs/example-opt |
| 58 | + |
| 59 | + Mesh Information: |
| 60 | + elem_dimensions()={2} |
| 61 | + elem_default_orders()={1} |
| 62 | + supported_nodal_order()=1 |
| 63 | + spatial_dimension()=2 |
| 64 | + n_nodes()=9 |
| 65 | + n_local_nodes()=9 |
| 66 | + n_elem()=4 |
| 67 | + n_local_elem()=4 |
| 68 | + n_active_elem()=4 |
| 69 | + n_subdomains()=1 |
| 70 | + n_elemsets()=0 |
| 71 | + n_partitions()=1 |
| 72 | + n_processors()=1 |
| 73 | + n_threads()=1 |
| 74 | + processor_id()=0 |
| 75 | + is_prepared()=true |
| 76 | + is_replicated()=true |
| 77 | + |
| 78 | + EquationSystems |
| 79 | + n_systems()=1 |
| 80 | + System #0, "Poisson" |
| 81 | + Type "LinearImplicit" |
| 82 | + Variables="u" |
| 83 | + Finite Element Types="LAGRANGE" |
| 84 | + Approximation Orders="FIRST" |
| 85 | + n_dofs()=9 |
| 86 | + n_local_dofs()=9 |
| 87 | + max(n_local_dofs())=9 |
| 88 | + n_constrained_dofs()=0 |
| 89 | + n_local_constrained_dofs()=0 |
| 90 | + max(local unconstrained dofs)=9 |
| 91 | + n_vectors()=1 |
| 92 | + n_matrices()=2 |
| 93 | + DofMap Sparsity |
| 94 | + Average On-Processor Bandwidth <= 5.44444 |
| 95 | + Average Off-Processor Bandwidth <= 0 |
| 96 | + Maximum On-Processor Bandwidth <= 9 |
| 97 | + Maximum Off-Processor Bandwidth <= 0 |
| 98 | + DofMap Constraints |
| 99 | + Number of DoF Constraints = 0 |
| 100 | + |
| 101 | + 0 KSP Residual norm 1.688435532300e+00 |
| 102 | + 1 KSP Residual norm 4.775853068521e-03 |
| 103 | + 2 KSP Residual norm 8.773680887473e-05 |
| 104 | + 3 KSP Residual norm 2.605740036645e-06 |
| 105 | + 0 KSP Residual norm 1.688435532300e+00 |
| 106 | + 1 KSP Residual norm 4.775853068521e-03 |
| 107 | + 2 KSP Residual norm 8.773680887473e-05 |
| 108 | + 3 KSP Residual norm 2.605740036645e-06 |
| 109 | + |
| 110 | +*************************************************************** |
| 111 | +* Done Running Example miscellaneous_ex17: |
| 112 | +* ./example-opt |
| 113 | +*************************************************************** |
| 114 | +</pre> |
| 115 | +</div> |
| 116 | + |
| 117 | +<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> |
| 118 | +<script type="text/javascript"> |
| 119 | +$(document).ready(function(){ |
| 120 | + $(window).on('scroll',function() { |
| 121 | + var scrolltop = $(this).scrollTop(); |
| 122 | + |
| 123 | + if(scrolltop >= 215) { |
| 124 | + $('#fixedbar').fadeIn(250); |
| 125 | + } |
| 126 | + |
| 127 | + else if(scrolltop <= 210) { |
| 128 | + $('#fixedbar').fadeOut(250); |
| 129 | + } |
| 130 | + }); |
| 131 | +}); |
| 132 | +</script> |
| 133 | + |
| 134 | +<!-- Google Analytics stuff --> |
| 135 | +<script type="text/javascript"> |
| 136 | + var _gaq = _gaq || []; |
| 137 | + _gaq.push(['_setAccount', 'UA-24978333-1']); |
| 138 | + _gaq.push(['_trackPageview']); |
| 139 | + (function() { |
| 140 | + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
| 141 | + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
| 142 | + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
| 143 | + })(); |
| 144 | +</script> |
| 145 | + |
| 146 | +</body> |
| 147 | +</html> |
0 commit comments