Electrowetting on dielectric
Public Member Functions | Public Attributes
Problem< dim >::PerTaskData Struct Reference
Collaboration diagram for Problem< dim >::PerTaskData:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 PerTaskData (const unsigned _dpc)
 PerTaskData (const PerTaskData &data)

Public Attributes

unsigned dpc
std::vector< unsigned > ldi
 The number of degrees of freedom per cell.
FullMatrix< doubleloc_m
 The local matrix.
Vector< doubleloc_rhs
 The local vector.

Detailed Description

template<int dim>
struct Problem< dim >::PerTaskData

The data for assembling the problem. This is the PerTaskData in the sense of the parallel module in deal.II. In other words, this only needs to bundle the number of degrees of freedom per cell, the local matrix and vector.

Definition at line 154 of file Problem.h.


Constructor & Destructor Documentation

template<int dim>
Problem< dim >::PerTaskData::PerTaskData ( const unsigned  _dpc) [inline]

Definition at line 159 of file Problem.h.

template<int dim>
Problem< dim >::PerTaskData::PerTaskData ( const PerTaskData data) [inline]

Definition at line 161 of file Problem.h.


Member Data Documentation

template<int dim>
unsigned Problem< dim >::PerTaskData::dpc

Definition at line 155 of file Problem.h.

template<int dim>
std::vector<unsigned> Problem< dim >::PerTaskData::ldi

The number of degrees of freedom per cell.

The local to global map for the DoFs

Definition at line 156 of file Problem.h.

template<int dim>
FullMatrix<double> Problem< dim >::PerTaskData::loc_m

The local matrix.

Definition at line 157 of file Problem.h.

template<int dim>
Vector<double> Problem< dim >::PerTaskData::loc_rhs

The local vector.

Definition at line 158 of file Problem.h.


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