Rheolef  7.2
an efficient C++ finite element environment
weighted_point< T >

Detailed Description

template<class T>
struct rheolef::weighted_point< T >

Definition at line 71 of file quadrature.h.

Public Member Functions

 weighted_point ()
 
 weighted_point (const point_basic< T > &x1, const T &w1)
 

Public Attributes

point_basic< Tx
 
T w
 

Constructor & Destructor Documentation

◆ weighted_point() [1/2]

Definition at line 72 of file quadrature.h.

◆ weighted_point() [2/2]

weighted_point ( const point_basic< T > &  x1,
const T w1 
)

Definition at line 73 of file quadrature.h.

Member Data Documentation

◆ x

Definition at line 74 of file quadrature.h.

◆ w

T w

Definition at line 75 of file quadrature.h.


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