Skip to content
Snippets Groups Projects
  1. Jan 21, 2014
  2. Jan 20, 2014
  3. Jan 16, 2014
  4. Jan 14, 2014
  5. Jan 08, 2014
  6. Dec 06, 2013
  7. 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
  8. Nov 19, 2013
  9. Oct 09, 2013
  10. Sep 12, 2013
  11. Sep 06, 2013
  12. Sep 05, 2013
  13. Sep 03, 2013
  14. Aug 27, 2013
  15. Aug 19, 2013
  16. Jul 29, 2013
  17. Jul 18, 2013
  18. Jul 17, 2013
  19. 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
  20. Jul 05, 2013
  21. Jul 02, 2013
  22. Jun 28, 2013
  23. Jun 20, 2013
  24. Jun 18, 2013
Loading