mFES - molecular Finite Element Solver
0.4
|
#include <fem.hpp>
#include "hcurllofe.hpp"
#include "hdivlofe.hpp"
Classes | |
class | ngfem::FE_Trig3EdgeBubble |
class | ngfem::ControlDestruction |
class | ngfem::FE_TFaceTest< ORDER, ZORDER > |
class | ngfem::FE_Tet3EdgeBubble |
class | ngfem::FE_TVolTest3< ZORDER > |
class | ngfem::FE_TVolTest3NoGrad< ZORDER > |
class | ngfem::FE_Pyramid3RefEdgeBubble |
class | ngfem::FE_Pyramid3RefFaceBubble |
Namespaces | |
namespace | ngfem |
Functions | |
template<int D> | |
void | ngfem::ComputeGradientMatrix (const ScalarFiniteElement< D > &h1fe, const HCurlFiniteElement< D > &hcurlfe, FlatMatrix<> gradient) |
template void | ngfem::ComputeGradientMatrix< 2 > (const ScalarFiniteElement< 2 > &h1fe, const HCurlFiniteElement< 2 > &hcurlfe, FlatMatrix<> gradient) |
template void | ngfem::ComputeGradientMatrix< 3 > (const ScalarFiniteElement< 3 > &h1fe, const HCurlFiniteElement< 3 > &hcurlfe, FlatMatrix<> gradient) |
Variables | |
ControlDestruction | ngfem::controldestruction |