Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Types | Public Member Functions | Public Attributes
concepts::gfem::UC_Sol Struct Reference

#include <unitcell.h>

Collaboration diagram for concepts::gfem::UC_Sol:
Collaboration graph
[legend]

List of all members.

Public Types

typedef concepts::Vector< CmplxSolVec

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

Detailed Description

Definition at line 15 of file unitcell.h.


Member Typedef Documentation

Definition at line 16 of file unitcell.h.


Constructor & Destructor Documentation

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.

concepts::gfem::UC_Sol::UC_Sol ( const SolVec vec,
Cmplx  k1,
Cmplx  k2 
) [inline]

Definition at line 26 of file unitcell.h.


Member Function Documentation

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.


Member Data Documentation

Definition at line 49 of file unitcell.h.

Definition at line 50 of file unitcell.h.

Definition at line 48 of file unitcell.h.


The documentation for this struct was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)