Hermes2D  2.0
Hermes::Hermes2D::AsmList< Scalar > Class Template Reference

#include <asmlist.h>

Public Member Functions

 AsmList ()
 Constructor.
 
 ~AsmList ()
 Destructor.
 
int * get_idx ()
 
int * get_dof ()
 
unsigned int get_cnt ()
 
Scalar * get_coef ()
 

Friends

template<typename T >
class DiscreteProblem
 
template<typename T >
class DiscreteProblemLinear
 
template<typename T >
class NeighborSearch
 
template<typename T >
class Solution
 
template<typename T >
class Space
 
template<typename T >
class H1Space
 
template<typename T >
class L2Space
 
template<typename T >
class HcurlSpace
 
template<typename T >
class HdivSpace
 

Detailed Description

template<typename Scalar>
class Hermes::Hermes2D::AsmList< Scalar >

AsmList is a simple container for the element assembly arrays idx, dof and coef. 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. The class provides a list of triples (idx, dof, coef). The triples are flattened to separate arrays of length 'cnt'.

Definition at line 33 of file asmlist.h.


The documentation for this class was generated from the following files: