Link to the source code for this example:

Open miscellaneous_ex11 in new tab.


The console output of the program:

  CXX      example_dbg-miscellaneous_ex11.o
  CXXLD    example-dbg
***************************************************************
* Running Example miscellaneous_ex11:
*   example-opt  
***************************************************************
 
 Mesh Information:
  elem_dimensions()={2}
  spatial_dimension()=2
  n_nodes()=145
    n_local_nodes()=145
  n_elem()=256
    n_local_elem()=256
    n_active_elem()=256
  n_subdomains()=1
  n_partitions()=1
  n_processors()=1
  n_threads()=1
  processor_id()=0

 Mesh Information:
  elem_dimensions()={2}
  spatial_dimension()=2
  n_nodes()=181
    n_local_nodes()=181
  n_elem()=324
    n_local_elem()=324
    n_active_elem()=324
  n_subdomains()=1
  n_partitions()=1
  n_processors()=1
  n_threads()=1
  processor_id()=0

 EquationSystems
  n_systems()=1
   System #0, "Shell"
    Type "LinearImplicit"
    Variables={ "u" "v" "w" } 
    Finite Element Types="SUBDIVISION", "JACOBI_20_00" 
    Infinite Element Mapping="CARTESIAN" 
    Approximation Orders="FOURTH", "THIRD" 
    n_dofs()=543
    n_local_dofs()=543
    n_constrained_dofs()=0
    n_local_constrained_dofs()=0
    n_vectors()=1
    n_matrices()=1
    DofMap Sparsity
      Average  On-Processor Bandwidth <= 91.8398
      Average Off-Processor Bandwidth <= 0
      Maximum  On-Processor Bandwidth <= 111
      Maximum Off-Processor Bandwidth <= 0
    DofMap Constraints
      Number of DoF Constraints = 0

*** Warning, This code is deprecated, and likely to be removed in future library versions! ../../../include/libmesh/type_vector.h, line 878, compiled Apr 13 2016 at 09:37:16 ***
*** Warning, This code is deprecated, and likely to be removed in future library versions! ../../../include/libmesh/type_vector.h, line 907, compiled Apr 13 2016 at 09:37:16 ***
z-displacement of the center point: 0.142679
Analytic solution for pure bending: 0.151838

 -------------------------------------------------------------------------------------------------------------------
| Time:           Wed Apr 13 09:37:21 2016                                                                          |
| OS:             Darwin                                                                                            |
| HostName:       peterson-laptop.local                                                                             |
| OS Release:     15.0.0                                                                                            |
| OS Version:     Darwin Kernel Version 15.0.0: Sat Sep 19 15:53:46 PDT 2015; root:xnu-3247.10.11~1/RELEASE_X86_64  |
| Machine:        x86_64                                                                                            |
| Username:       petejw                                                                                            |
| Configuration:  ../configure  'INSTALL=/usr/bin/install -C'                                                       |
|  '--with-methods=opt dbg'                                                                                         |
|  '--prefix=/Users/petejw/projects/libmesh_git/installed'                                                          |
|  '--enable-perflog'                                                                                               |
|  '--enable-tracefiles'                                                                                            |
|  '--disable-blocked-storage'                                                                                      |
|  '--enable-default-comm-world'                                                                                    |
|  '--enable-tecio'                                                                                                 |
|  '--enable-unique-ptr'                                                                                            |
|  '--enable-ifem'                                                                                                  |
|  'PETSC_DIR=/opt/moose/petsc/mpich_petsc-3.6.1/clang-opt-superlu'                                                 |
|  'SLEPC_DIR=/opt/petejw/slepc/3.6.1'                                                                              |
|  'CPPFLAGS= '                                                                                                     |
|  'LIBS= '                                                                                                         |
|  'CPPFLAGS=  '                                                                                                    |
|  'LIBS=  '                                                                                                        |
|  '--disable-netcdf-4'                                                                                             |
|  '--disable-testsets'                                                                                             |
|  'CXX=mpicxx'                                                                                                     |
|  'CC=mpicc'                                                                                                       |
|  'F77=mpif77'                                                                                                     |
|  'FC=mpif90'                                                                                                      |
|  'CPPFLAGS=   '                                                                                                   |
|  'LIBS=   '                                                                                                       |
 -------------------------------------------------------------------------------------------------------------------
 -------------------------------------------------------------------------------------------------------------
| libMesh Performance: Alive time=0.04019, Active time=0.028389                                               |
 -------------------------------------------------------------------------------------------------------------
| Event                          nCalls     Total Time  Avg Time    Total Time  Avg Time    % of Active Time  |
|                                           w/o Sub     w/o Sub     With Sub    With Sub    w/o S    With S   |
|-------------------------------------------------------------------------------------------------------------|
|                                                                                                             |
|                                                                                                             |
| DofMap                                                                                                      |
|   add_neighbors_to_send_list() 1          0.0001      0.000082    0.0001      0.000082    0.29     0.29     |
|   build_sparsity()             1          0.0058      0.005800    0.0061      0.006058    20.43    21.34    |
|   create_dof_constraints()     1          0.0000      0.000031    0.0000      0.000031    0.11     0.11     |
|   distribute_dofs()            1          0.0001      0.000115    0.0004      0.000389    0.41     1.37     |
|   dof_indices()                2320       0.0012      0.000001    0.0012      0.000001    4.35     4.35     |
|   prepare_send_list()          2          0.0000      0.000000    0.0000      0.000000    0.00     0.00     |
|   reinit()                     1          0.0003      0.000273    0.0003      0.000273    0.96     0.96     |
|                                                                                                             |
| EquationSystems                                                                                             |
|   build_solution_vector()      1          0.0007      0.000693    0.0013      0.001296    2.44     4.57     |
|                                                                                                             |
| ExodusII_IO                                                                                                 |
|   write_nodal_data()           1          0.0013      0.001271    0.0013      0.001271    4.48     4.48     |
|                                                                                                             |
| FEMap                                                                                                       |
|   compute_map()                256        0.0005      0.000002    0.0005      0.000002    1.89     1.89     |
|                                                                                                             |
| FESubdivision                                                                                               |
|   init_shape_functions()       256        0.0004      0.000002    0.0004      0.000002    1.50     1.50     |
|   reinit()                     256        0.0001      0.000001    0.0011      0.000004    0.50     3.99     |
|                                                                                                             |
| Mesh                                                                                                        |
|   find_neighbors()             7          0.0022      0.000313    0.0022      0.000313    7.71     7.71     |
|   renumber_nodes_and_elem()    14         0.0001      0.000004    0.0001      0.000004    0.19     0.19     |
|                                                                                                             |
| MeshOutput                                                                                                  |
|   write_equation_systems()     1          0.0000      0.000017    0.0026      0.002584    0.06     9.10     |
|                                                                                                             |
| MeshRefinement                                                                                              |
|   _refine_elements()           3          0.0003      0.000087    0.0005      0.000182    0.92     1.92     |
|   add_node()                   1008       0.0002      0.000000    0.0002      0.000000    0.66     0.66     |
|                                                                                                             |
| NameBasedIO                                                                                                 |
|   read()                       1          0.0003      0.000271    0.0003      0.000271    0.95     0.95     |
|                                                                                                             |
| Parallel                                                                                                    |
|   allgather()                  1          0.0000      0.000000    0.0000      0.000000    0.00     0.00     |
|                                                                                                             |
| Partitioner                                                                                                 |
|   single_partition()           7          0.0000      0.000007    0.0000      0.000007    0.16     0.16     |
|                                                                                                             |
| PetscLinearSolver                                                                                           |
|   solve()                      1          0.0024      0.002409    0.0024      0.002409    8.49     8.49     |
|                                                                                                             |
| System                                                                                                      |
|   assemble()                   1          0.0123      0.012290    0.0140      0.014022    43.29    49.39    |
|                                                                                                             |
| TopologyMap                                                                                                 |
|   init()                       3          0.0001      0.000020    0.0001      0.000020    0.21     0.21     |
 -------------------------------------------------------------------------------------------------------------
| Totals:                        4144       0.0284                                          100.00            |
 -------------------------------------------------------------------------------------------------------------

 
***************************************************************
* Done Running Example miscellaneous_ex11:
*   example-opt  
***************************************************************