#include <Eddy2D_H.hh>
Public Member Functions | |
InputEddy2D_H (concepts::InOutParameters &input) | |
Constructor. | |
virtual std::ostream & | letters (std::ostream &os) const |
virtual std::ostream & | arguments (std::ostream &os) const |
Returns argument list as string. | |
virtual std::ostream & | description (std::ostream &os) const |
Returns description for help. | |
virtual int | input (int opt, const char *optarg) |
const concepts::Sequence< Real > & | omega () const |
Returns set of angular frequencies. | |
const concepts::PiecewiseFormulaBase< Real > * | H0 () const |
Returns formula for homogenization. | |
const concepts::PiecewiseFormulaBase< Real2d > * | curlH0 () const |
Returns the curl formula for homogenization. | |
const concepts::PiecewiseFormulaBase< Real > * | divgradH0 () const |
Returns the curl formula for homogenization. | |
bool | interior () const |
Returns true, if there is a embedded area. | |
enum Eddy2D_H::solverType | type () const |
Returns solver. | |
bool | solving () const |
Returns true, if model should be solved. | |
const InOutParameters | parameters () const |
Returns input parameters. | |
InOutParameters & | parameters () |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Protected Attributes | |
InOutParameters & | input_ |
Input parameter. | |
Helps for reading input parameters for single solving of Eddy2D_H.
Parameter:
[-o OMEGA] [-t SOLVERTYPE] [-M]
Definition at line 195 of file Eddy2D_H.hh.
|
virtual |
Returns argument list as string.
Implements concepts::InputParameter.
|
inline |
Returns the curl formula for homogenization.
Definition at line 217 of file Eddy2D_H.hh.
|
virtual |
Returns description for help.
Implements concepts::InputParameter.
|
inline |
Returns the curl formula for homogenization.
Definition at line 220 of file Eddy2D_H.hh.
|
inline |
Returns formula for homogenization.
Definition at line 215 of file Eddy2D_H.hh.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::InputParameter.
|
virtual |
Process an argument and sets input parameter, if found.
Implements concepts::InputParameter.
|
inline |
Returns true, if there is a embedded area.
Definition at line 223 of file Eddy2D_H.hh.
|
virtual |
Return letters for the arguments. If parameters are needed ':' is appended for this letter.
Implements concepts::InputParameter.
|
inline |
Returns set of angular frequencies.
Definition at line 213 of file Eddy2D_H.hh.
|
inlineinherited |
Definition at line 46 of file inputParam.hh.
|
inlineinherited |
Returns input parameters.
Definition at line 45 of file inputParam.hh.
|
inline |
Returns true, if model should be solved.
Definition at line 227 of file Eddy2D_H.hh.
|
inline |
Returns solver.
Definition at line 225 of file Eddy2D_H.hh.
|
protectedinherited |
Input parameter.
Definition at line 50 of file inputParam.hh.