Plugins
nedelec_encode.h File Reference

Go to the source code of this file.

Namespaces

 ug
 
 ug::Electromagnetism
 

Functions

template<typename TDomain >
number ug::Electromagnetism::ComputeNedelecDoF (UserData< MathVector< TDomain::dim >, TDomain::dim > *function, Edge *edge, const typename TDomain::position_accessor_type &aaPos, const int si, number time)
 
template<typename TGridFunction >
void ug::Electromagnetism::ComputeNedelecDoFs (SmartPtr< UserData< MathVector< TGridFunction::dim >, TGridFunction::dim > > spFunction, SmartPtr< TGridFunction > spGridFct, size_t fct, const SubsetGroup &ssGrp, number time)
 
template<typename TPotGridFunc , typename TGridFunc >
void ug::Electromagnetism::NedelecGradPotential (SmartPtr< TPotGridFunc > spPotGF, SmartPtr< TGridFunc > spGF, const char *cmp)
 
template<typename TPotGridFunc , typename TGridFunc >
void ug::Electromagnetism::NedelecGradPotential (SmartPtr< TPotGridFunc > spPotGF, SmartPtr< TGridFunc > spGF, size_t fct)
 
template<typename TPotGridFunc >
void ug::Electromagnetism::SetSubsetVertVal (SmartPtr< TPotGridFunc > spPotGF, const char *subsets, number value)
 
template<typename TPotGridFunc >
void ug::Electromagnetism::SetSubsetVertVal (SmartPtr< TPotGridFunc > spPotGF, const SubsetGroup &ssGrp, number value)
 
template<typename TGridFunction >
void ug::Electromagnetism::ComputeNedelecDoFs (SmartPtr< UserData< MathVector< TGridFunction::dim >, TGridFunction::dim > > spFunction, SmartPtr< TGridFunction > spGridFct, const char *cmp)
 
template<typename TGridFunction >
void ug::Electromagnetism::ComputeNedelecDoFs (SmartPtr< UserData< MathVector< TGridFunction::dim >, TGridFunction::dim > > spFunction, SmartPtr< TGridFunction > spGridFct, const char *cmp, const char *subsets)
 
template<typename TGridFunction >
void ug::Electromagnetism::ComputeNedelecDoFs (SmartPtr< UserData< MathVector< TGridFunction::dim >, TGridFunction::dim > > spFunction, SmartPtr< TGridFunction > spGridFct, const char *cmp, const char *subsets, number time)
 
template<typename TGridFunction >
void ug::Electromagnetism::ComputeNedelecDoFs (SmartPtr< UserData< MathVector< TGridFunction::dim >, TGridFunction::dim > > spFunction, SmartPtr< TGridFunction > spGridFct, const char *cmp, number time)