Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
branch.cc File Reference

Go to the source code of this file.

Namespaces

namespace  rheolef
 This file is part of Rheolef.
 

Macros

#define rheolef_instanciate(T, M)
 

Functions

template<class T >
void get_header (idiststream &in, branch_basic< T, sequential > &b)
 
template<class T >
void get_event (idiststream &in, branch_basic< T, sequential > &b)
 
template<class T >
void get_header (idiststream &in, branch_basic< T, distributed > &b)
 
template<class T >
void get_event (idiststream &in, branch_basic< T, distributed > &b)
 
template<class T , class M >
idiststreamoperator>> (idiststream &in, branch_basic< T, M > &b)
 
template<class T >
void put_header (odiststream &out, const branch_basic< T, sequential > &b)
 
template<class T >
void put_header (odiststream &out, const branch_basic< T, distributed > &b)
 
template<class T >
void put_event (odiststream &out, const branch_basic< T, sequential > &b)
 
template<class T >
void put_event (odiststream &out, const branch_basic< T, distributed > &b)
 
template<class T , class M >
odiststreamoperator<< (odiststream &out, const branch_basic< T, M > &b)
 
template<class T >
void put_finalize (odiststream &out, const branch_basic< T, sequential > &b)
 
template<class T >
void put_finalize (odiststream &out, const branch_basic< T, distributed > &b)
 
 rheolef_instanciate (Float, sequential) rheolef_instanciate(Float
 

Macro Definition Documentation

◆ rheolef_instanciate

#define rheolef_instanciate (   T,
  M 
)
Value:
template class branch_basic<T,M>; \
template void get_header (idiststream&, branch_basic<T,M>&); \
template void get_event (idiststream&, branch_basic<T,M>&); \
template odiststream& operator<< (odiststream&, const branch_basic<T,M>&); \
template idiststream& operator>> (idiststream&, branch_basic<T,M>&);
ostream & operator<<(ostream &os, const tiny_element &K)

Definition at line 242 of file branch.cc.