Skip to content
Snippets Groups Projects
Commit a011ac80 authored by Nicolas Marsic's avatar Nicolas Marsic
Browse files

** Post-processing: Huge cleaning

 -- 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)
parent 73c924c0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment