Skip to content
Snippets Groups Projects
  1. Dec 01, 2013
  2. Nov 30, 2013
  3. Nov 29, 2013
  4. Nov 28, 2013
  5. Nov 27, 2013
    • Nicolas Marsic's avatar
      ** Post-processing: Huge cleaning · a011ac80
      Nicolas Marsic authored
       -- Using PView
       -- Removing Writer for FEMSolution and ElementSolution (layer for PView)
       -- Adapting System
       -- Interpolator simplified (left until PView can handel arbitrary basis)
      
      ** Mesh: new method
       -- Can access all the coordinates of the vertices
       -- Used by Interpolator
      
      ** Simulations: Huge Cleaning
       -- Intializing by SmallFem for all simulations
       -- Merging all Projections into on code
       -- Use of FEMSolutions and ElementSolutions
       -- Rewriting ShowFunctionSpace to use only FEMSolution
       -- Convergence Tests done again (see further)
      
      ** Assembler: Removing SystemShowFunctionSpace
       -- Done in Simulation
      
      ** FunctionSpace:
       -- Changing interface in BasisLagrange
       -- Cyclic permutations reactivated in ReferenceSpace (see further)
      
      ** WARNING: Without cyclic permutation TetEdgeBasis does NOT converge !!
       -- Works in 2D
       -- Works with TetNodalBasis
       -- Fails with TetEdgeBasis
       -- ShowFunctionSpace shows weird thing for some Tets
       -- Implementation or math error ????
      
      ** Convergence Tests WITH cyclic permutation
       -- Works everywhere (line, tri, quad, tet)
      
      a011ac80
    • Tristan Carrier Baudouin's avatar
      print table file · 73c924c0
      Tristan Carrier Baudouin authored
      73c924c0
  6. Nov 26, 2013
  7. Nov 25, 2013
  8. Nov 24, 2013
  9. Nov 23, 2013
  10. Nov 22, 2013
  11. Nov 21, 2013
  12. Nov 20, 2013
  13. Nov 19, 2013
  14. Nov 18, 2013
  15. Nov 14, 2013
Loading