Skip to content

Commit 7cf5e29

Browse files
committed
Add html output for misc_ex17
1 parent 83f2db7 commit 7cf5e29

File tree

1 file changed

+226
-0
lines changed

1 file changed

+226
-0
lines changed

examples/miscellaneous_ex17.html

Lines changed: 226 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,226 @@
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+
***************************************************************
47+
* Running Example miscellaneous_ex17:
48+
* ./example-opt
49+
***************************************************************
50+
51+
Running /home/jwpeterson/software/libmesh_build/opt_real/examples/miscellaneous/miscellaneous_ex17/.libs/example-opt
52+
53+
Mesh Information:
54+
elem_dimensions()={2}
55+
elem_default_orders()={1}
56+
supported_nodal_order()=1
57+
spatial_dimension()=2
58+
n_nodes()=9
59+
n_local_nodes()=9
60+
n_elem()=4
61+
n_local_elem()=4
62+
n_active_elem()=4
63+
n_subdomains()=1
64+
n_elemsets()=0
65+
n_partitions()=1
66+
n_processors()=1
67+
n_threads()=1
68+
processor_id()=0
69+
is_prepared()=true
70+
is_replicated()=true
71+
72+
EquationSystems
73+
n_systems()=1
74+
System #0, "Poisson"
75+
Type "LinearImplicit"
76+
Variables="u"
77+
Finite Element Types="LAGRANGE", "JACOBI_20_00"
78+
Infinite Element Mapping="CARTESIAN"
79+
Approximation Orders="FIRST", "THIRD"
80+
n_dofs()=9
81+
n_local_dofs()=9
82+
max(n_local_dofs())=9
83+
n_constrained_dofs()=0
84+
n_local_constrained_dofs()=0
85+
max(local unconstrained dofs)=9
86+
n_vectors()=1
87+
n_matrices()=2
88+
DofMap Sparsity
89+
Average On-Processor Bandwidth <= 5.44444
90+
Average Off-Processor Bandwidth <= 0
91+
Maximum On-Processor Bandwidth <= 9
92+
Maximum Off-Processor Bandwidth <= 0
93+
DofMap Constraints
94+
Number of DoF Constraints = 0
95+
Number of Node Constraints = 0
96+
97+
0 KSP Residual norm 1.688435532300e+00
98+
1 KSP Residual norm 4.775853068521e-03
99+
2 KSP Residual norm 8.773680887473e-05
100+
3 KSP Residual norm 2.605740036645e-06
101+
102+
-----------------------------------------------------------------------------------
103+
| Time: Tue Jan 21 16:01:28 2025 |
104+
| OS: Linux |
105+
| HostName: dell |
106+
| OS Release: 6.8.0-51-generic |
107+
| OS Version: #52~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Dec 9 15:00:52 UTC 2 |
108+
| Machine: x86_64 |
109+
| Username: jwpeterson |
110+
| Configuration: /home/jwpeterson/software/libmesh-src/configure 'INSTALL=/usr/bin/install -C'|
111+
| '--enable-everything' |
112+
| '--enable-slepc' |
113+
| '--with-metis=PETSc' |
114+
| '--with-subdomain-id-bytes=4' |
115+
| '--with-boundary-id-bytes=4' |
116+
| '--disable-glpk' |
117+
| '--enable-unique-id' |
118+
| '--with-unique-id-bytes=4' |
119+
| '--enable-hdf5' |
120+
| '--enable-hdf5-required' |
121+
| '--with-hdf5=/home/jwpeterson/software/hdf5_dummy' |
122+
| '--with-nlopt-include=/home/jwpeterson/software/libmesh_install/nlopt/include' |
123+
| '--with-nlopt-lib=/home/jwpeterson/software/libmesh_install/nlopt/lib' |
124+
| '--with-capnproto=/home/jwpeterson/software/libmesh_install/capnp' |
125+
| '--enable-capnp-required' |
126+
| '--disable-parmetis' |
127+
| '--enable-ifem' |
128+
| '--disable-gmv' |
129+
| '--enable-petsc-required' |
130+
| '--enable-nanoflann-pointlocator' |
131+
| '--prefix=/home/jwpeterson/software/libmesh_install/opt_real/libmesh' |
132+
| '--with-methods=opt' |
133+
| '--enable-shared' |
134+
| '--disable-warnings' |
135+
| 'PETSC_DIR=/home/jwpeterson/software/libmesh_install/opt_real/petsc' |
136+
| 'SLEPC_DIR=/home/jwpeterson/software/libmesh_install/opt_real/slepc' |
137+
-----------------------------------------------------------------------------------
138+
-----------------------------------------------------------------------------------------------------------------
139+
| libMesh Performance: Alive time=0.439271, Active time=0.000856 |
140+
-----------------------------------------------------------------------------------------------------------------
141+
| Event nCalls Total Time Avg Time Total Time Avg Time % of Active Time |
142+
| w/o Sub w/o Sub With Sub With Sub w/o S With S |
143+
|-----------------------------------------------------------------------------------------------------------------|
144+
| |
145+
| |
146+
| DefaultCoupling |
147+
| operator() 4 0.0000 0.000002 0.0000 0.000002 1.05 1.05 |
148+
| |
149+
| DofMap |
150+
| add_neighbors_to_send_list() 1 0.0000 0.000000 0.0000 0.000000 0.00 0.00 |
151+
| build_sparsity() 1 0.0001 0.000054 0.0001 0.000066 6.31 7.71 |
152+
| create_dof_constraints() 1 0.0000 0.000050 0.0000 0.000050 5.84 5.84 |
153+
| distribute_dofs() 1 0.0000 0.000028 0.0001 0.000132 3.27 15.42 |
154+
| dof_indices() 8 0.0000 0.000001 0.0000 0.000001 0.58 0.58 |
155+
| prepare_send_list() 2 0.0000 0.000000 0.0000 0.000000 0.12 0.12 |
156+
| reinit() 1 0.0001 0.000104 0.0001 0.000104 12.15 12.15 |
157+
| |
158+
| FE |
159+
| compute_shape_functions() 12 0.0000 0.000001 0.0000 0.000001 1.17 1.17 |
160+
| init_shape_functions() 9 0.0000 0.000002 0.0000 0.000002 2.57 2.57 |
161+
| |
162+
| FEMap |
163+
| compute_affine_map() 12 0.0000 0.000001 0.0000 0.000001 0.93 0.93 |
164+
| compute_face_map() 8 0.0000 0.000002 0.0000 0.000005 1.64 4.91 |
165+
| init_face_shape_functions() 1 0.0000 0.000007 0.0000 0.000007 0.82 0.82 |
166+
| init_reference_to_physical_map() 9 0.0001 0.000007 0.0001 0.000007 7.48 7.48 |
167+
| inverse_map() 24 0.0000 0.000001 0.0000 0.000001 3.27 3.27 |
168+
| |
169+
| Mesh |
170+
| find_neighbors() 1 0.0001 0.000083 0.0001 0.000083 9.70 9.70 |
171+
| renumber_nodes_and_elem() 2 0.0000 0.000002 0.0000 0.000002 0.35 0.35 |
172+
| |
173+
| MeshBase |
174+
| prepare_for_use() 1 0.0001 0.000061 0.0002 0.000155 7.13 18.11 |
175+
| |
176+
| MeshTools::Generation |
177+
| build_cube() 1 0.0001 0.000116 0.0003 0.000271 13.55 31.66 |
178+
| |
179+
| Partitioner |
180+
| single_partition_range() 1 0.0000 0.000008 0.0000 0.000008 0.93 0.93 |
181+
| |
182+
| System |
183+
| assemble() 1 0.0002 0.000181 0.0003 0.000345 21.14 40.30 |
184+
-----------------------------------------------------------------------------------------------------------------
185+
| Totals: 101 0.0009 100.00 |
186+
-----------------------------------------------------------------------------------------------------------------
187+
188+
189+
***************************************************************
190+
* Done Running Example miscellaneous_ex17:
191+
* ./example-opt
192+
***************************************************************
193+
</pre>
194+
</div>
195+
196+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
197+
<script type="text/javascript">
198+
$(document).ready(function(){
199+
$(window).on('scroll',function() {
200+
var scrolltop = $(this).scrollTop();
201+
202+
if(scrolltop >= 215) {
203+
$('#fixedbar').fadeIn(250);
204+
}
205+
206+
else if(scrolltop <= 210) {
207+
$('#fixedbar').fadeOut(250);
208+
}
209+
});
210+
});
211+
</script>
212+
213+
<!-- Google Analytics stuff -->
214+
<script type="text/javascript">
215+
var _gaq = _gaq || [];
216+
_gaq.push(['_setAccount', 'UA-24978333-1']);
217+
_gaq.push(['_trackPageview']);
218+
(function() {
219+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
220+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
221+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
222+
})();
223+
</script>
224+
225+
</body>
226+
</html>

0 commit comments

Comments
 (0)