Rheolef  7.2
an efficient C++ finite element environment
Loading...
Searching...
No Matches
bound_type< T >

Detailed Description

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

Definition at line 42 of file field_seq_visu_gnuplot_internal.h.

Public Member Functions

 bound_type ()
void update (const point_basic< T > &x, const T &u)

Public Attributes

point_basic< Txmin
point_basic< Txmax
T umin
T umax

Constructor & Destructor Documentation

◆ bound_type()

template<class T>
bound_type ( )

Definition at line 47 of file field_seq_visu_gnuplot_internal.h.

Member Function Documentation

◆ update()

template<class T>
void update ( const point_basic< T > & x,
const T & u )

Definition at line 49 of file field_seq_visu_gnuplot_internal.h.

Member Data Documentation

◆ xmin

template<class T>
point_basic<T> xmin

Definition at line 44 of file field_seq_visu_gnuplot_internal.h.

◆ xmax

template<class T>
point_basic<T> xmax

Definition at line 44 of file field_seq_visu_gnuplot_internal.h.

◆ umin

template<class T>
T umin

Definition at line 45 of file field_seq_visu_gnuplot_internal.h.

◆ umax

template<class T>
T umax

Definition at line 45 of file field_seq_visu_gnuplot_internal.h.


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