|
mFES - molecular Finite Element Solver
0.4
|
#include <mystdlib.h>#include <myadt.hpp>#include <linalg.hpp>#include <gprim.hpp>#include <meshing.hpp>#include "stlgeom.hpp"Namespaces | |
| namespace | netgen |
namespace defined for NETGEN | |
Functions | |
| int | netgen::AddPointIfNotExists (Array< Point3d > &ap, const Point3d &p, double eps) |
| double | netgen::GetDistFromLine (const Point< 3 > &lp1, const Point< 3 > &lp2, Point< 3 > &p) |
| double | netgen::GetDistFromInfiniteLine (const Point< 3 > &lp1, const Point< 3 > &lp2, const Point< 3 > &p) |
| void | netgen::FIOReadInt (istream &ios, int &i) |
| void | netgen::FIOWriteInt (ostream &ios, const int &i) |
| void | netgen::FIOReadDouble (istream &ios, double &i) |
| void | netgen::FIOWriteDouble (ostream &ios, const double &i) |
| void | netgen::FIOReadFloat (istream &ios, float &i) |
| void | netgen::FIOWriteFloat (ostream &ios, const float &i) |
| void | netgen::FIOReadString (istream &ios, char *str, int len) |
| void | netgen::FIOReadStringE (istream &ios, char *str, int len) |
| void | netgen::FIOWriteString (ostream &ios, char *str, int len) |
| ostream & | netgen::operator<< (ostream &os, const STLTriangle &t) |
Variables | |
| STLDoctorParams | netgen::stldoctor |
| STLParameters | netgen::stlparam |
1.7.6.1