LifeV
fem Directory Reference
+ Directory dependency graph for fem:

Files

file  Assembly.hpp [code]
 File containing method to insert local contributions in the global system.
 
file  AssemblyElemental.cpp [code]
 File containing the procedures for the local assembly of the differential operators.
 
file  AssemblyElemental.hpp [code]
 File containing the procedures for the local assembly of the differential operators.
 
file  BCBase.cpp [code]
 classes to handle boundary conditions
 
file  BCBase.hpp [code]
 classes to handle boundary conditions
 
file  BCDataInterpolator.cpp [code]
 File containing a class for interpolating boundary functions from scattered data.
 
file  BCDataInterpolator.hpp [code]
 File containing a class for interpolating boundary functions from scattered data.
 
file  BCFunction.cpp [code]
 File contains BCManageNormal class for handling normal essential boundary conditions.
 
file  BCFunction.hpp [code]
 File contains BCManageNormal class for handling normal essential boundary conditions.
 
file  BCHandler.cpp [code]
 File containing BCHandler class for handling boundary conditions.
 
file  BCHandler.hpp [code]
 File containing BCHandler class for handling boundary conditions.
 
file  BCIdentifier.cpp [code]
 Implementations for BCIdentifier.hpp.
 
file  BCIdentifier.hpp [code]
 Classes for identifiers.
 
file  BCManage.cpp [code]
 Functions for prescribing boundary conditions.
 
file  BCManage.hpp [code]
 Functions for prescribing boundary conditions.
 
file  BCManageNormal.hpp [code]
 File contains BCManageNormal class for handling normal essential boundary conditions.
 
file  BCVector.cpp [code]
 File contains classes to holds the FE vectors used for prescribing boundary conditions.
 
file  BCVector.hpp [code]
 File contains classes to holds the FE vectors used for prescribing boundary conditions.
 
file  BDFSecondOrderDerivative.cpp [code]
 
file  BDFSecondOrderDerivative.hpp [code]
 
file  CurrentFE.cpp [code]
 File containing the CurrentFE class implementation.
 
file  CurrentFE.hpp [code]
 File containing the CurrentFE class.
 
file  CurrentFEManifold.cpp [code]
 
file  CurrentFEManifold.hpp [code]
 A class for a finite element living on a manifold.
 
file  DOF.cpp [code]
 Degrees of freedom, the class that provides the localtoglobal table.
 
file  DOF.hpp [code]
 Degrees of freedom, the class that provides the localtoglobal table.
 
file  DOFGatherer.hpp [code]
 Class that produces a list of dof GID from a list of element LIDs.
 
file  DOFInterface.cpp [code]
 Base Class for interfacing dofs between two meshes.
 
file  DOFInterface.hpp [code]
 Base Class for interfacing dofs between two meshes.
 
file  DOFInterface3Dto2D.cpp [code]
 Class for connecting the dof of a mesh (3D) and an interface (2D) that lives on the boundary of the mesh.
 
file  DOFInterface3Dto2D.hpp [code]
 Class for connecting the dof of a mesh (3D) and an interface (2D) that lives on the boundary of the mesh.
 
file  DOFInterface3Dto3D.cpp [code]
 Class for interfacing dofs between two 3D meshes, implementation.
 
file  DOFInterface3Dto3D.hpp [code]
 Class for interfacing dofs between two 3D meshes.
 
file  DOFLocalPattern.cpp [code]
 This file contains the definition of the DOFLocalPattern class.
 
file  DOFLocalPattern.hpp [code]
 This file contains the definition of the DOFLocalPattern class.
 
file  FastAssembler.cpp [code]
 
file  FastAssembler.hpp [code]
 This file contains the definition of the FastAssembler class.
 
file  FastAssemblerMixed.cpp [code]
 
file  FastAssemblerMixed.hpp [code]
 This file contains the definition of the FastAssemblerMixed class.
 
file  FEDefinitions.cpp [code]
 File containing the definition of the FE, quadrature rules, ...
 
file  FEField.hpp [code]
 File containing the FEField, FEScalarField and FEVectorField classes.
 
file  FEFunction.hpp [code]
 File containing the FEFunction class.
 
file  FESpace.hpp [code]
 This files contains the description and the implementation of the FESpace class.
 
file  GeometricMap.cpp [code]
 This file contains the implementation of the GeometricMap class (and an helper function)
 
file  GeometricMap.hpp [code]
 This file contains the definition of the GeometricMap class (and an helper function)
 
file  GradientRecovery.hpp [code]
 This file contains the definition of the methods for gradient recovery procedures.
 
file  HyperbolicFluxNumerical.hpp [code]
 Numerical fluxes for hyperbolic scalar equations.
 
file  MatrixGraph.cpp [code]
 
file  MatrixGraph.hpp [code]
 This file contains the definition of the MatrixGraph class.
 
file  Newmark.cpp [code]
 
file  Newmark.hpp [code]
 
file  PostProcessingBoundary.hpp [code]
 File containing a class with methods to manage fields defined on the domain boundary.
 
file  QRKeast.cpp [code]
 File for the implementation of the QuadratureRule class.
 
file  QRKeast.hpp [code]
 File for the definition of the quadrature rule defined in the article [Keast85].
 
file  QuadraturePoint.cpp [code]
 Implementation of the quadPoint class, usefull for the quadrature rules.
 
file  QuadraturePoint.hpp [code]
 Definition of the quadPoint class, usefull for the quadrature rules.
 
file  QuadratureRule.cpp [code]
 File for the implementation of the QuadratureRule class.
 
file  QuadratureRule.hpp [code]
 File for the definition of the QuadratureRule class.
 
file  QuadratureRuleProvider.cpp [code]
 A short description of the file content.
 
file  QuadratureRuleProvider.hpp [code]
 A short description of the file content.
 
file  ReferenceElement.cpp [code]
 Base class for ReferenceFE and GeometricMap.
 
file  ReferenceElement.hpp [code]
 Base class for ReferenceFE and GeometricMap.
 
file  ReferenceFE.cpp [code]
 Base structure for a reference finite element.
 
file  ReferenceFE.hpp [code]
 Base structure for a reference finite element.
 
file  ReferenceFEHdiv.cpp [code]
 Reference finite element for Hdiv space.
 
file  ReferenceFEHdiv.hpp [code]
 Reference finite element for Hdiv space.
 
file  ReferenceFEHybrid.cpp [code]
 Reference finite element for Hdiv space.
 
file  ReferenceFEHybrid.hpp [code]
 Reference finite element for hybrid FEs.
 
file  ReferenceFEScalar.cpp [code]
 Reference finite element for scalar lagrangian FEs.
 
file  ReferenceFEScalar.hpp [code]
 Reference finite element for scalar lagrangian FEs.
 
file  SobolevNorms.hpp [code]
 File containing procedures for computing norm and errors.
 
file  TimeAdvance.hpp [code]
 File containing a class to deal the time advancing scheme.
 
file  TimeAdvanceBDF.hpp [code]
 File containing a class to deal the time advancing scheme. A class for an easy handling of different order time discretizations/extrapolations BDF based for first and second order problem.
 
file  TimeAdvanceBDFVariableStep.hpp [code]
 File containing a class for an easy handling of different order time discretizations/extrapolations BDF based.
 
file  TimeAdvanceData.cpp [code]
 File containing a class for handling temporal discretization.
 
file  TimeAdvanceData.hpp [code]
 File containing a class for handling temporal discretization.
 
file  TimeAdvanceNewmark.hpp [code]
 File containing a class to deal the time advancing scheme. This class consider $\theta$-method for first order problems and TimeAdvanceNewmark scheme for the second order problems.
 
file  TimeAndExtrapolationHandler.cpp [code]
 
file  TimeAndExtrapolationHandler.hpp [code]
 
file  TimeAndExtrapolationHandlerQuadPts.hpp [code]
 
file  TimeData.cpp [code]
 File containing a class for handling temporal data.
 
file  TimeData.hpp [code]
 File containing a class for handling temporal discretization.