Chaste Release::3.1
ElementAndWeights< DIM > Struct Template Reference

#include <FineCoarseMeshPair.hpp>

Collaboration diagram for ElementAndWeights< DIM >:

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 54 of file FineCoarseMeshPair.hpp.


Member Data Documentation

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

Which element

Definition at line 56 of file FineCoarseMeshPair.hpp.

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

Gauss weights for this element

Definition at line 57 of file FineCoarseMeshPair.hpp.


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