Skip to content
Snippets Groups Projects
Select Git revision
  • 52816c4f913bbd5a22749439f71b4c1c8c42cea9
  • develop default protected
  • feature/gmsh-reader
  • origin/stage/bouguettaia
  • feature/kinetic-schemes
  • feature/reconstruction
  • feature/local-dt-fsi
  • feature/composite-scheme-sources
  • feature/composite-scheme-other-fluxes
  • feature/serraille
  • feature/variational-hydro
  • feature/composite-scheme
  • hyperplastic
  • feature/polynomials
  • feature/gks
  • feature/implicit-solver-o2
  • feature/coupling_module
  • feature/implicit-solver
  • feature/merge-local-dt-fsi
  • master protected
  • feature/escobar-smoother
  • v0.5.0 protected
  • v0.4.1 protected
  • v0.4.0 protected
  • v0.3.0 protected
  • v0.2.0 protected
  • v0.1.0 protected
  • Kidder
  • v0.0.4 protected
  • v0.0.3 protected
  • v0.0.2 protected
  • v0 protected
  • v0.0.1 protected
33 results

LineTransformation.hpp

Blame
    • Stéphane Del Pino's avatar
      52816c4f
      Clarify implementation · 52816c4f
      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).
      52816c4f
      History
      Clarify implementation
      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).
    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