![]() |
#include <ElementBlock.h>
Collaboration diagram for dolfin::ElementBlock:
Public Member Functions | |
ElementBlock (int N) | |
Constructor. | |
~ElementBlock () | |
Destructor. | |
Element * | createElement (Element::Type type, unsigned int q, unsigned int index, real t0, real t1) |
Create a new element. | |
Element * | element (unsigned int, real t) |
Return element for given component at given time. | |
Element * | first (unsigned int i) |
Return first element for given component. | |
Element * | last (unsigned int i) |
Return last element for given component. | |
unsigned int | size () const |
Return number of components. | |
unsigned int | bytes () const |
Return number of bytes (approximately) used by this block. | |
real | starttime () const |
Return start time of block. | |
real | endtime () const |
Return end time of block. | |
real | dist (real t0, real t1) const |
Return distance to given interval. | |
bool | within (real t) const |
Check if given time is within this block. | |
Friends | |
class | ElementTmpFile |
|
Constructor.
|
|
Destructor.
|
|
Return number of bytes (approximately) used by this block.
|
|
Create a new element.
|
|
Return distance to given interval.
|
|
Return element for given component at given time.
|
|
Return end time of block.
|
|
Return first element for given component.
|
|
Return last element for given component.
|
|
Return number of components.
|
|
Return start time of block.
|
|
Check if given time is within this block.
|
|
|
Documentation automatically generated with Doxygen on 10 Sep 2004.