Flow123d  master-f44eb46
Public Member Functions | Public Attributes | List of all members
RefElementData Class Reference

Structure for storing the precomputed element data. More...

#include <element_values.hh>

Collaboration diagram for RefElementData:
Collaboration graph
[legend]

Public Member Functions

 RefElementData (unsigned int np)
 Resize vectors to size np. More...
 

Public Attributes

std::vector< arma::vec > bar_coords
 Barycentric coordinates of quadrature points. More...
 
std::vector< double > weights
 Quadrature weights. More...
 
unsigned int n_points
 Number of quadrature points. More...
 

Detailed Description

Structure for storing the precomputed element data.

Definition at line 42 of file element_values.hh.

Constructor & Destructor Documentation

◆ RefElementData()

RefElementData::RefElementData ( unsigned int  np)

Resize vectors to size np.

Definition at line 37 of file element_values.cc.

Member Data Documentation

◆ bar_coords

std::vector<arma::vec> RefElementData::bar_coords

Barycentric coordinates of quadrature points.

Definition at line 50 of file element_values.hh.

◆ n_points

unsigned int RefElementData::n_points

Number of quadrature points.

Definition at line 56 of file element_values.hh.

◆ weights

std::vector<double> RefElementData::weights

Quadrature weights.

Definition at line 53 of file element_values.hh.


The documentation for this class was generated from the following files: