#include <Maxwell2D_H.hh>
Public Member Functions | |
InputMaxwell2D_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. | |
enum Maxwell2D_H::solverType | type () const |
Returns solver. | |
enum concepts::MaxwellBoundary::boundaryType | boundary () const |
Returns type of boundary condition. | |
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 Maxwell2D_H_Base.
Parameter:
[-e EPSILON] [-o OMEGA] [-b BOUNDARY] [-t SOLVERTYPE] [-D] [-a] [-M]
Definition at line 257 of file Maxwell2D_H.hh.
|
virtual |
Returns argument list as string.
Implements concepts::InputParameter.
|
inline |
Returns type of boundary condition.
Definition at line 279 of file Maxwell2D_H.hh.
|
virtual |
Returns description for help.
Implements concepts::InputParameter.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::InputParameter.
|
virtual |
Process an argument and sets input parameter, if found.
Implements concepts::InputParameter.
|
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 275 of file Maxwell2D_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 283 of file Maxwell2D_H.hh.
|
inline |
Returns solver.
Definition at line 277 of file Maxwell2D_H.hh.
|
protectedinherited |
Input parameter.
Definition at line 50 of file inputParam.hh.