assumes rectangular axis-aligned geometry of the underlying mesh. More...
#include <unitcell.h>


Public Member Functions | |
| void | addSolution (UC_Sol *sol) |
| this function is a sink! | |
| void | clear () |
| UC_Sol & | getSolution (int i) |
| const UC_Sol & | getSolution (int i) const |
| int | size () const |
| Unitcell (RCP< const hp2D::hpAdaptiveSpaceH1 > ucSpace) | |
| Unitcell (const Unitcell &other, bool shallow=false) | |
| ~Unitcell () | |
Public Attributes | |
| Real | offX |
| Real | offY |
| Real | sizeX |
| Real | sizeY |
| RCP< const hp2D::hpAdaptiveSpaceH1 > | ucSpace |
Private Member Functions | |
| Unitcell & | operator= (const Unitcell &other) |
Private Attributes | |
| bool | shallow |
| std::vector< UC_Sol * > | uc_sols |
assumes rectangular axis-aligned geometry of the underlying mesh.
Definition at line 84 of file unitcell.h.
| concepts::gfem::Unitcell::Unitcell | ( | RCP< const hp2D::hpAdaptiveSpaceH1 > | ucSpace | ) |
| concepts::gfem::Unitcell::~Unitcell | ( | ) | [inline] |
| concepts::gfem::Unitcell::Unitcell | ( | const Unitcell & | other, |
| bool | shallow = false |
||
| ) | [inline] |
Definition at line 117 of file unitcell.h.
| void concepts::gfem::Unitcell::addSolution | ( | UC_Sol * | sol | ) | [inline] |
this function is a sink!
Definition at line 88 of file unitcell.h.
| void concepts::gfem::Unitcell::clear | ( | ) | [inline] |
Definition at line 109 of file unitcell.h.
| const UC_Sol& concepts::gfem::Unitcell::getSolution | ( | int | i | ) | const [inline] |
Definition at line 92 of file unitcell.h.
| UC_Sol& concepts::gfem::Unitcell::getSolution | ( | int | i | ) | [inline] |
Definition at line 96 of file unitcell.h.
| int concepts::gfem::Unitcell::size | ( | ) | const [inline] |
Definition at line 100 of file unitcell.h.
Definition at line 141 of file unitcell.h.
Definition at line 142 of file unitcell.h.
bool concepts::gfem::Unitcell::shallow [private] |
Definition at line 148 of file unitcell.h.
Definition at line 143 of file unitcell.h.
Definition at line 144 of file unitcell.h.
std::vector< UC_Sol* > concepts::gfem::Unitcell::uc_sols [private] |
Definition at line 147 of file unitcell.h.
Definition at line 140 of file unitcell.h.