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

Public Member Functions | Public Attributes | Private Member Functions | Private Attributes
concepts::gfem::Unitcell Struct Reference

assumes rectangular axis-aligned geometry of the underlying mesh. More...

#include <unitcell.h>

Inheritance diagram for concepts::gfem::Unitcell:
Inheritance graph
[legend]
Collaboration diagram for concepts::gfem::Unitcell:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void addSolution (UC_Sol *sol)
 this function is a sink!
void clear ()
UC_SolgetSolution (int i)
const UC_SolgetSolution (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

Unitcelloperator= (const Unitcell &other)

Private Attributes

bool shallow
std::vector< UC_Sol * > uc_sols

Detailed Description

assumes rectangular axis-aligned geometry of the underlying mesh.

Definition at line 84 of file unitcell.h.


Constructor & Destructor Documentation

concepts::gfem::Unitcell::Unitcell ( RCP< const hp2D::hpAdaptiveSpaceH1 ucSpace)
concepts::gfem::Unitcell::~Unitcell ( ) [inline]

Definition at line 105 of file unitcell.h.

Here is the call graph for this function:

concepts::gfem::Unitcell::Unitcell ( const Unitcell other,
bool  shallow = false 
) [inline]

Definition at line 117 of file unitcell.h.


Member Function Documentation

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.

Unitcell& concepts::gfem::Unitcell::operator= ( const Unitcell other) [private]
int concepts::gfem::Unitcell::size ( ) const [inline]

Definition at line 100 of file unitcell.h.


Member Data Documentation

Definition at line 141 of file unitcell.h.

Definition at line 142 of file unitcell.h.

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.


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

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