ElementAndWeights< DIM > Struct Template Reference

#include <CardiacElectroMechanicsProblem.hpp>

Collaboration diagram for ElementAndWeights< DIM >:

Collaboration graph
[legend]

List of all members.

Public Attributes

unsigned ElementNum
c_vector< double, DIM+1 > Weights


Detailed Description

template<unsigned DIM>
struct ElementAndWeights< DIM >

At the beginning of a two mesh simulation we need to figure out and store which (electrics-mesh) element each (mechanics-mesh) gauss point is in, and what the weight of that gauss point for that particular element is. This struct just contains this two pieces of data

Definition at line 61 of file CardiacElectroMechanicsProblem.hpp.


Member Data Documentation

template<unsigned DIM>
unsigned ElementAndWeights< DIM >::ElementNum

Which element

Definition at line 63 of file CardiacElectroMechanicsProblem.hpp.

template<unsigned DIM>
c_vector<double,DIM+1> ElementAndWeights< DIM >::Weights

Gauss weights for this element

Definition at line 64 of file CardiacElectroMechanicsProblem.hpp.


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

Generated on Tue Aug 4 16:11:13 2009 for Chaste by  doxygen 1.5.5