Plugins
|
Go to the source code of this file.
Classes | |
class | ug::Electromagnetism::ComputeElemFluxHelper< TGridFunc, TElem > |
Helper class for computation of the flux in elements. (Helper for ComputeFlux.) More... | |
class | ug::Electromagnetism::ComputeElemFluxHelper< TGridFunc, RegularEdge > |
Helper class for computation of the flux in elements. (Helper for ComputeFlux.) More... | |
class | ug::Electromagnetism::ComputeFluxHelper< TGridFunc > |
Helper class for the loop over all the elements in the computation of the flux. (Helper for ComputeFlux.) More... | |
Namespaces | |
ug | |
ug::Electromagnetism | |
Functions | |
template<typename TGridFunc > | |
void | ug::Electromagnetism::ComputeFlux (SmartPtr< TGridFunc > spGF, const char *fct_names, const char *vol_subsets, const char *face_subsets) |
prints the flux through a given surface in the shell More... | |
template<typename TGridFunc > | |
number | ug::Electromagnetism::ComputeFlux (TGridFunc *pGF, size_t fct, SubsetGroup &volSSG, SubsetGroup &faceSSG) |
returns the flux through a given surface More... | |