Select Git revision
LineTransformation.hpp
-
Stéphane Del Pino authored
There are no more template classes for affine and multilinear transformations. Now the classes refer directly to the reference element that is changed. This is also a preparation for surfaces and edges transformations (in superior dimensions).
Stéphane Del Pino authoredThere are no more template classes for affine and multilinear transformations. Now the classes refer directly to the reference element that is changed. This is also a preparation for surfaces and edges transformations (in superior dimensions).
AffectationRegisterForN.hpp 360 B
#ifndef AFFECTATION_REGISTER_FOR_N_HPP
#define AFFECTATION_REGISTER_FOR_N_HPP
class AffectationRegisterForN
{
private:
void _register_eq_op();
void _register_pluseq_op();
void _register_minuseq_op();
void _register_multiplyeq_op();
void _register_divideeq_op();
public:
AffectationRegisterForN();
};
#endif // AFFECTATION_REGISTER_FOR_N_HPP