mFES - molecular Finite Element Solver
0.4
|
Namespaces | |
namespace | netgen |
namespace defined for NETGEN | |
Functions | |
ostream & | netgen::operator<< (ostream &s, const Point3d &p) |
ostream & | netgen::operator<< (ostream &s, const Vec3d &v) |
double | netgen::Angle (const Vec3d &v1, const Vec3d &v2) |
void | netgen::Transpose (Vec3d &v1, Vec3d &v2, Vec3d &v3) |
int | netgen::SolveLinearSystem (const Vec3d &col1, const Vec3d &col2, const Vec3d &col3, const Vec3d &rhs, Vec3d &sol) |
int | netgen::SolveLinearSystemLS (const Vec3d &col1, const Vec3d &col2, const Vec2d &rhs, Vec3d &sol) |
int | netgen::SolveLinearSystemLS2 (const Vec3d &col1, const Vec3d &col2, const Vec2d &rhs, Vec3d &sol, double &x, double &y) |
int | netgen::PseudoInverse (const Vec3d &col1, const Vec3d &col2, Vec3d &inv1, Vec3d &inv2) |