|
Index
C++ Code Documentation
cmclab::kernel::Sym
File: LAB/cmclab/kernel/Sym.H
Sym formulas for R^3, S^3, H^3
public:
- Sym();
 | void constructor | |
- virtual ~Sym();
 | destructor | |
- void R3( math::Vector3<Real> &f, Loop4 const &F, Real const &mean_curvature, Complex const &lambda, Real const &normalshift );
 | Sym formula for CMC surface in R^3 | |
- void S3( math::VectorX<Real,4U> &X, Loop4 const &F, Complex &lambda1, Complex &lambda2 );
 | Sym formula for CMC surface in S^3 | |
- void H3( math::VectorX<Real,4U> &X, Loop4 const &F, Complex &lambda1 );
 | Sym formula for CMC surface in H^3 | |
protected:
private:
- math::complex4<Real> e3;
- Sym( Sym const & );
 | disabled copy constructor | |
- Sym &operator=( Sym const & );
 | disabled assignment operator | |
|