- Jan 21, 2014
-
-
Nicolas Marsic authored
-
- Jan 20, 2014
-
-
Nicolas Marsic authored
Free Space test cases + Nodal Interpolation + Small Fix in FunctionSpace: Bug with cell function in 2D for 3D Function Space + Vertices of GroupOfElement
-
- Jan 16, 2014
-
-
Nicolas Marsic authored
-
- Jan 14, 2014
-
-
Nicolas Marsic authored
-
- Jan 08, 2014
-
-
Nicolas Marsic authored
DDM Tests: Rewritting SystemAbstract::getSolution + FunctionSpace::getUnorderedKeys() + FunctionSpace::getAllDofs with set + FunctionSpace::getKeys(set)
-
- Dec 06, 2013
-
-
Nicolas Marsic authored
-
Nicolas Marsic authored
Small simplifications + Preparation for Formulation Independent FS + Preparation for multiple Formulations using same FS
-
- 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)
-
- Nov 19, 2013
-
-
Nicolas Marsic authored
Lagrange Basis uses ReferenceSpace -- WARNING Orientation still misses + REworked line basis + ReferenceSpace takes only connectivity into account: seems enough
-
- Oct 09, 2013
-
-
Nicolas Marsic authored
-
- Sep 12, 2013
-
-
Nicolas Marsic authored
Overcomming OpenBLAS nested threads issue -- Jacobians no longer use BLAS -- Not a real problem, since those matrices are 3 by 3
-
- Sep 06, 2013
-
-
Nicolas Marsic authored
-
Nicolas Marsic authored
-
Nicolas Marsic authored
-
Nicolas Marsic authored
-
Nicolas Marsic authored
-
Nicolas Marsic authored
-
Nicolas Marsic authored
Hex and Tri ReferenceSpace: load a serialized version if available - if not build a new reference space and serialize it for next time
-
- Sep 05, 2013
-
-
Nicolas Marsic authored
-
Nicolas Marsic authored
-
Nicolas Marsic authored
-
- Sep 03, 2013
-
-
Nicolas Marsic authored
HexReferenceSpace seems to Work: other test passed -- ReferenceSpace and PermutationTree: need to compress tag if they do not form a continous sequence -- HexNodeBasis: reworking with new framework -- PermutationTree: start serialization
-
Nicolas Marsic authored
ReferenceSpace for Hex: Seems OK \o/ -- ReferenceSpace uses now connectivity check instead of parallel face -- Need check with HexBasis
-
- Aug 27, 2013
-
-
Nicolas Marsic authored
-
Nicolas Marsic authored
-
- Aug 19, 2013
-
-
Nicolas Marsic authored
Cleaner implementation of face permutation matching + Cleaner implementation of high order element in FunctionSpace
-
- Jul 29, 2013
-
-
Nicolas Marsic authored
-
- Jul 18, 2013
-
-
Nicolas Marsic authored
-- Add Point Mapping from ABC space to XYZ space -- Handle Elements with no Face ** LineBasis: -- Works again ** Jacobian and GroupOfJacobian: -- Computes Good Jacobian from Basis ReferenceSpace ** Formulation: -- Addapted for good Jacobian ** TermProjection: -- Addapted to compute function to project at good point (see ReferenceSpace ABCtoXYZ mapping) ** Laplace, Poisson, SteadyWave: -- Passed with all basis ** WARNING: -- Tet Basis NOT Retested (but seems to work) -- FunctionSpace::getDof doesn't work if wrong element type (because of basis implication) -- SystemAbstract::fixCoef doesn't work anymore (see above) -- Problem with cureved Element (getTypeForMSH gives HO element for FunctionSpace::getDof)
-
Nicolas Marsic authored
-
Nicolas Marsic authored
-
- Jul 17, 2013
-
-
Nicolas Marsic authored
ReferenceSpace computes Jacobians: Seems OK -- TriEdgeBasis seems to be OK -- FunctionSpaceScalar and FunctionSpaceVector adapted with new ReferenceSpace::getJacobian
-
Nicolas Marsic authored
++ Now Dofs are numbered correctly ++ Tri, Quad and Tet Nodal Basis looks ok -- Need to compute Jacobians Basis: Interface modification
-
- Jul 16, 2013
-
-
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
-
- Jul 05, 2013
-
-
Nicolas Marsic authored
Reworking ReferenceSpace -- Trying to have minimum reference space -- find permutation and reference space for 2d and tet
-
- Jul 02, 2013
-
-
Nicolas Marsic authored
Working on Dof Reordering -- New GroupOfDof Interface -- Cleaning some tabs (replaced by spaces) -- BasisLagrange Implementation of Function and Grad
-
- Jun 28, 2013
-
-
Nicolas Marsic authored
-
- Jun 20, 2013
-
-
Nicolas Marsic authored
-
- Jun 18, 2013
-
-
Amaury Johnen authored
-
Amaury Johnen authored
make bezierBasis independant from declaration of element tag in GmshDefines. move static methods getTag(..) & **FromTag(..) from MElement to ElementType. completely revert to double for monomials.
-
Amaury Johnen authored
-