AsmList Class Reference

AsmList is a simple container for the element assembly arrays idx, dof, coef. and ori These arrays are filled by Space::get_element_assembly_list() and used by the assembling procedure and the Solution class. The arrays are allocated and deallocated automatically by the class. More...

#include <asmlist.h>

List of all members.

Public Member Functions

 AsmList ()
 ~AsmList ()
void clear ()
void add (long int idx, int dof, scalar coef)
void dump (FILE *stream=stdout)

Public Attributes

long int * idx
int * dof
scalarcoef
int cnt
int cap

Protected Member Functions

void enlarge ()

Detailed Description

AsmList is a simple container for the element assembly arrays idx, dof, coef. and ori These arrays are filled by Space::get_element_assembly_list() and used by the assembling procedure and the Solution class. The arrays are allocated and deallocated automatically by the class.


Constructor & Destructor Documentation

AsmList::AsmList (  )  [inline]
AsmList::~AsmList (  )  [inline]

Member Function Documentation

void AsmList::add ( long int  idx,
int  dof,
scalar  coef 
) [inline]
void AsmList::clear (  )  [inline]
void AsmList::dump ( FILE *  stream = stdout  )  [inline]
void AsmList::enlarge (  )  [inline, protected]

Member Data Documentation

long int* AsmList::idx

The documentation for this class was generated from the following file:
Generated on Fri Sep 3 09:22:20 2010 for Hermes3D Library: Real Version by  doxygen 1.6.3