solver for unit cell problem for elliptic problems. More...
#include <ell_UC_Solver.h>

solver for unit cell problem for elliptic problems.
I.e. the work from A. Matache and A. Rüegg proted from concepts 1.4.
Definition at line 34 of file ell_UC_Solver.h.
| Ell_UC_Solver::Ell_UC_Solver | ( | const concepts::Space< concepts::Real > & | space, |
| double | epsilon, | ||
| const concepts::Formula< concepts::Real > & | heat_coeff_F, | ||
| const concepts::Formula< concepts::Real > & | mass_coeff_F, | ||
| const concepts::BoundaryConditions & | bc | ||
| ) |
| void Ell_UC_Solver::setEpsilon | ( | double | epsilon | ) |
| void Ell_UC_Solver::setRhs | ( | const std::string & | rhs_r, |
| const std::string & | rhs_i | ||
| ) |
| void Ell_UC_Solver::solve | ( | concepts::Cmplx | k1, |
| concepts::Cmplx | k2, | ||
| concepts::Vector< concepts::Cmplx > & | sol | ||
| ) |
hp2D::Advection<concepts::Real> Ell_UC_Solver::adv_BF_1 [private] |
Definition at line 56 of file ell_UC_Solver.h.
hp2D::Advection<concepts::Real> Ell_UC_Solver::adv_BF_2 [private] |
Definition at line 57 of file ell_UC_Solver.h.
Definition at line 65 of file ell_UC_Solver.h.
Definition at line 66 of file ell_UC_Solver.h.
Definition at line 51 of file ell_UC_Solver.h.
double Ell_UC_Solver::epsilon [private] |
Definition at line 52 of file ell_UC_Solver.h.
hp2D::Identity<Real> Ell_UC_Solver::id_heat_BF [private] |
Definition at line 58 of file ell_UC_Solver.h.
Definition at line 64 of file ell_UC_Solver.h.
hp2D::Identity<Real> Ell_UC_Solver::id_mass_BF [private] |
Definition at line 59 of file ell_UC_Solver.h.
Definition at line 63 of file ell_UC_Solver.h.
hp2D::Laplace<concepts::Real> Ell_UC_Solver::lap_BF [private] |
Definition at line 55 of file ell_UC_Solver.h.
Definition at line 62 of file ell_UC_Solver.h.
concepts::Vector<concepts::Cmplx> Ell_UC_Solver::rhs [private] |
Definition at line 61 of file ell_UC_Solver.h.
const concepts::Space<concepts::Real>& Ell_UC_Solver::space [private] |
Definition at line 50 of file ell_UC_Solver.h.
concepts::PiecewiseConstFormula<concepts::Real> Ell_UC_Solver::zero_F [static, private] |
Definition at line 54 of file ell_UC_Solver.h.