Skip to content
Snippets Groups Projects
  1. Jan 14, 2014
  2. Jan 08, 2014
  3. Dec 06, 2013
  4. 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
  5. Nov 19, 2013
  6. Oct 09, 2013
  7. Sep 12, 2013
  8. Sep 06, 2013
  9. Sep 05, 2013
  10. Sep 03, 2013
  11. Aug 27, 2013
  12. Aug 19, 2013
  13. Jul 29, 2013
  14. Jul 18, 2013
  15. Jul 17, 2013
  16. Jul 16, 2013
    • Nicolas Marsic's avatar
      ** ReferenceSpace: · 1e704e72
      Nicolas Marsic authored
           -- Minimal number of reference space (at least for tet, tri and quad)
           -- Automatic generation of these reference space
           -- New interface
           -- Modification of TriNodeBasis accordingly
      
      ** Need to compute Dof permutations automaticaly
      
      ** All Basis are commented (exept for TriNodeBasis)
      
      ** WARNING: Memory leak somewhere
      
      1e704e72
  17. Jul 05, 2013
  18. Jul 02, 2013
  19. Jun 28, 2013
  20. Jun 20, 2013
  21. Jun 18, 2013
  22. Jun 17, 2013
  23. Jun 13, 2013
Loading