- 06 Apr, 2016 1 commit
-
-
GILLES Sebastien authored
-
- 17 Mar, 2016 1 commit
-
-
GILLES Sebastien authored
-
- 25 Jan, 2016 1 commit
-
-
GILLES Sebastien authored
-
- 17 Sep, 2015 3 commits
-
-
GILLES Sebastien authored
#675 Fix the bug for hyperelastic problem; static assert in Operator has been modified to impose that lvalues references are used inside the Assemble tuple.
-
GILLES Sebastien authored
#674 In fact, the rule is harsher than that: double underscores should also be prohibited. So they have been replaced by '_x_'.
-
GILLES Sebastien authored
#674 As XCode complains about macros beginning by a '_', modify the header guards so that the macro begins by HAPPY_HEART rather than _HAPPY_HEART.
-
- 17 Aug, 2015 1 commit
-
-
GILLES Sebastien authored
#634 Cosmetics. Apply DRY principle to the input parameter function that defines the name of the section.
-
- 12 Jun, 2015 1 commit
-
-
GILLES Sebastien authored
-
- 28 May, 2015 2 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
- 06 May, 2015 3 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#536 ScalarDivVectorial now works with symmetric matrix (and rough patches - some cleaning-up is due!).
-
GILLES Sebastien authored
#535 Modifications made to extend several functions and methods to a template determined matrix type. I tried to apply this to Stokes problem, but there is a problem somewhere: elementary matrix is correct but the result is the same as if there were no contribution at all from the operator. There is probably a bug in the assembling part.
-
- 04 May, 2015 2 commits
-
-
GILLES Sebastien authored
#531 New structure has been introduced to avoid reallocating reduced matrices each time. It is stored within the LocalVariationalOperator; it need a bit of refinement however as it is also done for linear operator for which it is meaningless. LocalVariationalOperator destructor has been made virtual: it is required to avoid memory leak.
-
GILLES Sebastien authored
-
- 30 Apr, 2015 7 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#531 Drop the 531 suffix in the methods that replace the former ones (as the former have been removed).
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#531 Internal of assembling: Modify determination of previous coefficient to ahndle properly cases in which vectors and matrices are both assembled.
-
GILLES Sebastien authored
#531 TransientSource: at the moment roll back to old code. New assemble for matrix: use a separate function to do the operation (so that with overload vectors could also been taken care of). Add static assert to check no stupid operations are required, such as assmbling mass into a vector.
-
GILLES Sebastien authored
-
- 29 Apr, 2015 4 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#531 Make the code more generic with metaprogramming: new Assemble531() calls correctly Assembly531() for all elements of the tuple.
-