#include <unitcell.h>

Public Types | |
| typedef concepts::Vector< Cmplx > | SolVec |
Public Member Functions | |
| bool | operator< (const UC_Sol &other) const |
| void | print () const |
| UC_Sol (const concepts::Space< Real > &ucSpace, Cmplx k1=Cmplx(0, 0), Cmplx k2=Cmplx(0, 0)) | |
| UC_Sol (const SolVec &vec, Cmplx k1, Cmplx k2) | |
Public Attributes | |
| Cmplx | k [2] |
| double | sigma |
| SolVec | vec |
Definition at line 15 of file unitcell.h.
Definition at line 16 of file unitcell.h.
| concepts::gfem::UC_Sol::UC_Sol | ( | const concepts::Space< Real > & | ucSpace, |
| Cmplx | k1 = Cmplx(0,0), |
||
| Cmplx | k2 = Cmplx(0,0) |
||
| ) | [inline] |
Definition at line 18 of file unitcell.h.
Definition at line 26 of file unitcell.h.
| bool concepts::gfem::UC_Sol::operator< | ( | const UC_Sol & | other | ) | const [inline] |
Definition at line 34 of file unitcell.h.
| void concepts::gfem::UC_Sol::print | ( | ) | const [inline] |
Definition at line 38 of file unitcell.h.
Definition at line 49 of file unitcell.h.
Definition at line 50 of file unitcell.h.
Definition at line 48 of file unitcell.h.