Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
#include <FineCoarseMeshPair.hpp>
Public Attributes | |
unsigned | ElementNum |
c_vector< double, DIM+1 > | Weights |
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.
unsigned ElementAndWeights< DIM >::ElementNum |
Which element
Definition at line 55 of file FineCoarseMeshPair.hpp.
c_vector<double, DIM+1> ElementAndWeights< DIM >::Weights |
Gauss weights for this element
Definition at line 56 of file FineCoarseMeshPair.hpp.