NSF Postdoctoral Research
A set of C++ code developed by Andrew E. Slaughter
energy_eq.h File Reference

Header file for the volume averaging EnergyEq class. More...

#include <boost/shared_ptr.hpp>
#include <boost/make_shared.hpp>
#include <libmesh.h>
#include <libmesh_common.h>
#include <point.h>
#include <elem.h>
#include <mesh.h>
#include <nonlinear_implicit_system.h>
#include <equation_systems.h>
#include <transient_system.h>
#include <fe.h>
#include <fe_type.h>
#include <dof_map.h>
#include <quadrature_gauss.h>
#include <sparse_matrix.h>
#include <numeric_vector.h>
#include <dense_matrix.h>
#include <dense_vector.h>
#include <perf_log.h>
#include <vector>
#include <string>
#include "fem/common/eq_variable_linker.h"
#include "fem/common/my_analytic_function.h"
#include "fem/common/eq_base.h"
#include "fem/common/eq_boundary_base.h"
Include dependency graph for energy_eq.h:
This graph shows which files directly or indirectly include this file:

Classes

class  SlaughterFEM::EnergyEq
 A class for solving the volume averaged energy equation with libMesh. More...

Namespaces

namespace  SlaughterFEM
 

FEM related code.



Detailed Description

Header file for the volume averaging EnergyEq class.

 All Classes Namespaces Files Functions Variables Typedefs