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

宏定义

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

函数

template afepack::Point< DOWmidpoint (const afepack::Point< DOW > &, const afepack::Point< DOW > &)
template double distance (const afepack::Point< DOW > &, const afepack::Point< DOW > &)
template afepack::Point< DOWbarycenter (const std::vector< afepack::Point< DOW > > &, const double *)
template afepack::Point< DOWoperator+ (const afepack::Point< DOW > &, const afepack::Point< DOW > &)
template afepack::Point< DOWoperator- (const afepack::Point< DOW > &, const afepack::Point< DOW > &)
template std::istream & operator>> (std::istream &, afepack::Point< DOW > &)
template std::ostream & operator<< (std::ostream &, const afepack::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   2
#define DIM   3
#define DOW   1

函数文档

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