LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
base Directory Reference

Directories

directory  cmake
 

Files

file  base.h [code]
 Module include file for lf::base.
 
file  eigen_tools.h [code]
 Utilities to deal with Eigen related peculiarities.
 
file  invalid_type_exception.h [code]
 
file  lehrfem_info.cc [code]
 Implementation of LehrFemInfo class. Note that some information in this file substituted by cmake during build using cmake's configure_file command.
 
file  lehrfem_info.h [code]
 Defines the LehrFemInfo class.
 
file  lf_assert.cc [code]
 
file  lf_assert.h [code]
 Implementation of basic validation and diagnostics facilities.
 
file  lf_exception.h [code]
 Declares the LfException class.
 
file  predicate_true.h [code]
 Defines a predicate that always returns true.
 
file  ref_el.cc [code]
 
file  ref_el.h [code]
 
file  scalar_traits.h [code]
 meta-programming utility to determine if a given type is a "scalar type"
 
file  span.h [code]
 
file  spdlog_utils.cc [code]
 Implementations of spdlog_utils.h.
 
file  spdlog_utils.h [code]
 SPDLog utilities that are used elsewhere.
 
file  timer.cc [code]
 Implementation of timer.h.
 
file  timer.h [code]
 Defines a simple timer class which can be used to measure execution time of a piece of code.