AFEPack
宏定义 | 函数
Geometry.3d.cpp文件参考
#include "Geometry.templates.h"

宏定义

#define DOW   3
#define DIM   1
#define DIM   2
#define DIM   3

函数

template Point< DOW > midpoint (const Point< DOW > &, const Point< DOW > &)
template double distance (const Point< DOW > &, const Point< DOW > &)
template Point< DOW > barycenter (const std::vector< Point< DOW > > &, const double *)
template Point< DOW > operator+ (const Point< DOW > &, const Point< DOW > &)
template Point< DOW > operator- (const Point< DOW > &, const Point< DOW > &)
template std::istream & operator>> (std::istream &, Point< DOW > &)
template std::ostream & operator<< (std::ostream &, const Point< DOW > &)
template filtering_istreamoperator>> (filtering_istream &, QuadratureInfo< DOW > &)
template std::ostream & operator<< (std::ostream &, const QuadratureInfo< DOW > &)
template filtering_istreamoperator>> (filtering_istream &, QuadratureInfoAdmin< DOW > &)
template std::ostream & operator<< (std::ostream &, const QuadratureInfoAdmin< DOW > &)
template filtering_istreamoperator>> (filtering_istream &, TemplateGeometry< DOW > &)
template std::ostream & operator<< (std::ostream &, const TemplateGeometry< DOW > &)
template std::istream & operator>> (std::istream &, Mesh< DIM, DOW > &)
template std::ostream & operator<< (std::ostream &, const Mesh< DIM, DOW > &)

详细描述

作者:
Robert Lie
日期:
Sun Apr 29 21:14:40 2007

宏定义文档

#define DIM   1
#define DIM   3
#define DIM   2
#define DOW   3

函数文档

template Point<DOW> barycenter ( const std::vector< Point< DOW > > &  ,
const double *   
)
template double distance ( const Point< DOW > &  ,
const Point< DOW > &   
)
template Point<DOW> midpoint ( const Point< DOW > &  ,
const Point< DOW > &   
)
template Point<DOW> operator+ ( const Point< DOW > &  ,
const Point< DOW > &   
)
template Point<DOW> operator- ( const Point< DOW > &  ,
const Point< DOW > &   
)
template std::ostream& operator<< ( std::ostream &  ,
const QuadratureInfo< DOW > &   
)
template std::ostream& operator<< ( std::ostream &  ,
const QuadratureInfoAdmin< DOW > &   
)
template std::ostream& operator<< ( std::ostream &  ,
const Mesh< DIM, DOW > &   
)
template std::ostream& operator<< ( std::ostream &  ,
const TemplateGeometry< DOW > &   
)
template std::ostream& operator<< ( std::ostream &  ,
const Point< DOW > &   
)
template std::istream& operator>> ( std::istream &  ,
Mesh< DIM, DOW > &   
)
template std::istream& operator>> ( std::istream &  ,
Point< DOW > &   
)
template filtering_istream& operator>> ( filtering_istream ,
TemplateGeometry< DOW > &   
)
template filtering_istream& operator>> ( filtering_istream ,
QuadratureInfo< DOW > &   
)
template filtering_istream& operator>> ( filtering_istream ,
QuadratureInfoAdmin< DOW > &   
)