Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • cgnsUnstructured
  • partitioning
  • poppler
  • HighOrderBLCurving
  • gmsh_3_0_4
  • gmsh_3_0_3
  • gmsh_3_0_2
  • gmsh_3_0_1
  • gmsh_3_0_0
  • gmsh_2_16_0
  • gmsh_2_15_0
  • gmsh_2_14_1
  • gmsh_2_14_0
  • gmsh_2_13_2
  • gmsh_2_13_1
  • gmsh_2_12_0
  • gmsh_2_11_0
  • gmsh_2_10_1
  • gmsh_2_10_0
  • gmsh_2_9_3
  • gmsh_2_9_2
  • gmsh_2_9_1
  • gmsh_2_9_0
  • gmsh_2_8_6
25 results

BasisLagrange.cpp

Forked from gmsh / gmsh
Source project has a limited visibility.
  • Nicolas Marsic's avatar
    a011ac80
    ** 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
    History
    ** Post-processing: Huge cleaning
    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)