Chaste Commit::f2ff7ee04e70ac9d06c57344df8d017dbb12b97b
ElementAndWeights< DIM > Struct Template Reference

#include <FineCoarseMeshPair.hpp>

+ Collaboration diagram for ElementAndWeights< DIM >:

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

Member Data Documentation

◆ ElementNum

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

Which element

Definition at line 55 of file FineCoarseMeshPair.hpp.

◆ Weights

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

Gauss weights for this element

Definition at line 56 of file FineCoarseMeshPair.hpp.


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