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

Detailed Description

template<class T, class M>
struct rheolef::details::vector_field_trans< T, M >

Definition at line 38 of file form_concat.h.

Public Member Functions

 vector_field_trans (const std::vector< field_basic< T, M > > &vv1)
 

Public Attributes

std::vector< field_basic< T, M > > vv
 

Constructor & Destructor Documentation

◆ vector_field_trans()

template<class T , class M >
vector_field_trans ( const std::vector< field_basic< T, M > > &  vv1)

Definition at line 39 of file form_concat.h.

Member Data Documentation

◆ vv

template<class T , class M >
std::vector<field_basic<T,M> > vv

Definition at line 40 of file form_concat.h.


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