Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
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]

template<class T >
weighted_point ( )

Definition at line 72 of file quadrature.h.

◆ weighted_point() [2/2]

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

Definition at line 73 of file quadrature.h.

Member Data Documentation

◆ x

template<class T >
point_basic<T> x

Definition at line 74 of file quadrature.h.

◆ w

template<class T >
T w

Definition at line 75 of file quadrature.h.


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