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.
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
The documentation for this class was generated from the following file: