AFEPack
宏定义 | 函数
Geometry.templates.h文件参考
#include <set>
#include "Geometry.h"

浏览该文件的源代码。

宏定义

#define TEMPLATE   template <int DIM>
#define THIS   afepack::Point<DIM>
#define TEMPLATE   template <int DIM, int DOW>
#define THIS   Mesh<DIM,DOW>

函数

TEMPLATE THIS midpoint (const THIS &p1, const THIS &p2)
TEMPLATE double distance (const THIS &p1, const THIS &p2)
TEMPLATE THIS barycenter (const std::vector< THIS > &p, const double *w)
TEMPLATE THIS operator+ (const THIS &p1, const THIS &p2)
TEMPLATE THIS operator- (const THIS &p1, const THIS &p2)
TEMPLATE std::istream & operator>> (std::istream &is, THIS &p)
TEMPLATE std::ostream & operator<< (std::ostream &os, const THIS &p)
template<int DIM>
filtering_istreamoperator>> (filtering_istream &is, QuadratureInfo< DIM > &q)
template<int DIM>
std::ostream & operator<< (std::ostream &os, const QuadratureInfo< DIM > &q)
template<int DIM>
filtering_istreamoperator>> (filtering_istream &is, QuadratureInfoAdmin< DIM > &q)
template<int DIM>
std::ostream & operator<< (std::ostream &os, const QuadratureInfoAdmin< DIM > &q)
template<int DIM>
filtering_istreamoperator>> (filtering_istream &is, TemplateGeometry< DIM > &t)
template<int DIM>
std::ostream & operator<< (std::ostream &os, const TemplateGeometry< DIM > &t)

详细描述

作者:
Robert Lie
日期:
Fri Jun 23 15:42:15 2003

宏定义文档

#define TEMPLATE   template <int DIM>
#define TEMPLATE   template <int DIM, int DOW>
#define THIS   afepack::Point<DIM>
#define THIS   Mesh<DIM,DOW>

函数文档

TEMPLATE THIS barycenter ( const std::vector< THIS > &  p,
const double *  w 
)
TEMPLATE double distance ( const THIS p1,
const THIS p2 
)
TEMPLATE THIS midpoint ( const THIS p1,
const THIS p2 
)
TEMPLATE THIS operator+ ( const THIS p1,
const THIS p2 
)
TEMPLATE THIS operator- ( const THIS p1,
const THIS p2 
)
TEMPLATE std::ostream & operator<< ( std::ostream &  os,
const THIS p 
)
template<int DIM>
std::ostream& operator<< ( std::ostream &  os,
const QuadratureInfo< DIM > &  q 
)

Stream output.

template<int DIM>
std::ostream& operator<< ( std::ostream &  os,
const QuadratureInfoAdmin< DIM > &  q 
)

Stream output.

template<int DIM>
std::ostream& operator<< ( std::ostream &  os,
const TemplateGeometry< DIM > &  t 
)

Stream output.

TEMPLATE std::istream & operator>> ( std::istream &  is,
THIS p 
)
template<int DIM>
filtering_istream& operator>> ( filtering_istream is,
QuadratureInfo< DIM > &  q 
)

Stream input.

template<int DIM>
filtering_istream& operator>> ( filtering_istream is,
QuadratureInfoAdmin< DIM > &  q 
)

Stream input.

template<int DIM>
filtering_istream& operator>> ( filtering_istream is,
TemplateGeometry< DIM > &  t 
)

Stream input.