- Dec 01, 2013
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Nov 30, 2013
-
-
Christophe Geuzaine authored
-
- Nov 29, 2013
-
-
Jonathan Lambrechts authored
dg : do not initialize dofContainer to 0 by default dg : all testcases ported to python3 gmsh : use dcopy/zcopy in fullMatrix::setAll gmsh : add a flag to prevent initialization of fullMatrix
-
- Nov 28, 2013
-
-
Tristan Carrier Baudouin authored
-
- Nov 27, 2013
-
-
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)
-
Tristan Carrier Baudouin authored
-
- Nov 26, 2013
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Nov 25, 2013
-
-
Jean-François Remacle authored
-
- Nov 24, 2013
-
-
Christophe Geuzaine authored
-
- Nov 23, 2013
-
-
Jonathan Lambrechts authored
-
- Nov 22, 2013
-
-
Jonathan Lambrechts authored
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
Jean-François Remacle authored
-
Tristan Carrier Baudouin authored
-
Amaury Johnen authored
-
Jean-François Remacle authored
-
Jean-François Remacle authored
boundary layers in 3D are advancing (filtering intersecting layers using rtrees) randomness of 2D meshes is now close to be ok (we still have problems with OCC ...)
-
- Nov 21, 2013
-
-
Christophe Geuzaine authored
No commit message
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
improve reproductibility of 2D mesh algorithm (compare vertices and triangles by number, not by pointer)
-
Christophe Geuzaine authored
when reparamOnFace fails, try to find the closest point before resorting to simply using the linear interpolation
-
Christophe Geuzaine authored
-
Tristan Carrier Baudouin authored
-
- Nov 20, 2013
-
-
Nicolas Marsic authored
-
- Nov 19, 2013
-
-
Amaury Johnen authored
-
Nicolas Marsic authored
-
Nicolas Marsic authored
Lagrange Basis uses ReferenceSpace -- WARNING Orientation still misses + REworked line basis + ReferenceSpace takes only connectivity into account: seems enough
-
- Nov 18, 2013
-
-
Christophe Geuzaine authored
-
Jonathan Lambrechts authored
-
Christophe Geuzaine authored
Trying to delete the subclients in the event loop, to prevent leaving sockets open. The old mechanism would lead to resource starvation when creating many subclients (e.g. in a loop). Please report any issues with subclients -- this is quite a big change :-)
-
Jonathan Lambrechts authored
-
Jonathan Lambrechts authored
fullMatrix::gemm
-
- Nov 14, 2013
-
-
Christophe Geuzaine authored
-