NSF Postdoctoral Research
A set of C++ code developed by Andrew E. Slaughter
|
Classes | |
class | SlaughterFEM::HeatEq |
A class for solving the heat equation with libMesh. More... | |
class | SlaughterFEM::HeatEqBoundaryBase |
A base class for heat equation boundary conditions. More... | |
class | SlaughterFEM::HeatEqBoundaryDirichlet |
A class for dirichlet boundary conditions. More... | |
class | SlaughterFEM::HeatEqBoundaryNeumann |
A class for flux boundary conditions. More... | |
class | SlaughterFEM::HeatEqBoundaryConvection |
A class for convection boundary conditions. More... |
The classes listed in this group are associated with implementing the transient heat equation with the finite element method.