ElementAndWeights< DIM > Struct Template Reference

#include <FineCoarseMeshPair.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 fine-mesh element each (coarse-mesh) quadrature 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 48 of file FineCoarseMeshPair.hpp.


Member Data Documentation

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

Which element

Definition at line 50 of file FineCoarseMeshPair.hpp.

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

Gauss weights for this element

Definition at line 51 of file FineCoarseMeshPair.hpp.


The documentation for this struct was generated from the following file:
Generated on Thu Dec 22 13:04:29 2011 for Chaste by  doxygen 1.6.3