Plugins
|
Common interface to get the Dirichlet boundary conditions. More...
#include <em_material.h>
Additional Inherited Members | |
![]() | |
typedef TAlgebra | algebra_type |
typedef TDomain | domain_type |
typedef algebra_type::matrix_type | matrix_type |
typedef algebra_type::vector_type | vector_type |
![]() | |
typedef TAlgebra | algebra_type |
typedef algebra_type::matrix_type | matrix_type |
typedef algebra_type::vector_type | vector_type |
![]() | |
ConstSmartPtr< DoFDistribution > | dd (const GridLevel &gl) const |
![]() | |
SmartPtr< ApproximationSpace< TDomain > > | m_spApproxSpace |
ConstSmartPtr< AssemblingTuner< TAlgebra > > | m_spAssTuner |
SmartPtr< IErrEstData< TDomain > > | m_spErrEstData |
Common interface to get the Dirichlet boundary conditions.
The class providing a common interface to get low-dimensional subsets with Dirichlet boundary conditions.
|
pure virtual |
should extend the given subset group with the Dirichlet subsets
dirichlet_ssgrp | the group to update |
Implemented in ug::Electromagnetism::NedelecDirichletBC< TDomain, TAlgebra >.