- 29 Nov, 2016 34 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1022 Interpolation holder: add interpolation fluid velocity on solid -> fluid monolithic. It doesn't work at the moment, due to the fact fluid velocity is P1b and interpolator used (FromVertexMatching) works currently only for P1.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1049 Fix active stress in SecondPiolaKirchhoffStressTensor operator and cardiac mechanics pre-stress model.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1049 Actually the mesh argument in Parameter is superfluous; remove it as Domain is much more sensible. Same remark as previous commit: only hyperelastic case is guaranteed to compile and run.
-
GILLES Sebastien authored
#1049 [DOES NOT COMPILE EVERYTHING] Add a Domain constructor argument in parameter. Currently only hyperelastic model (and its 2D demo Lua file) are guaranteed to work with this new convention.
-
GILLES Sebastien authored
#1039 Modify the include convention so that all paths are preffixed by HappyHeart. The reason is to avoid conflict when library is used in another context (for instance Gautier struggled with HappyHeartVerdandi because he couldn't name his folder with main folder names already used in HappyHeart library).
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1022 Make Darcy a template class with hyperelastic law as argument. Rename a method of ElementaryData classes.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1022 - #1035 Introduce in poromechanics a scalar transient source, and fix remaining problems in the library about them.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1040 SecondPiolaStressTensor: now invariant is computed with the value stored in the parameter, rather than the formerly computed one, only in hyperelasticity case (active stress and viscosity will be modified likewise in next commit).
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1040 Now update calls are correctly done. Next step is to actually use the newly computed CauchyGreen tensor (instead of the one computed within the variational operator.
-
GILLES Sebastien authored
#1040 Use UpdateCauchyGreenTensor update in SecondPiolaKirchhoffStressTensor. This currently fails due to the lack of AllocateGradientFEltPhi::yes.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1040 InvariantHolder now uses a LocalVector rather than a CauchyGreenTensor object (this is arguably less elegant, but I have no choice to pave the way to new CauchyGreenTensor stored within a Parameter).
-
GILLES Sebastien authored
#1040 Provide first full draft of UpdateCauchyGreenTensor. It will in the end replace the current CauchyGreenTensor object; so invariants needs to be adapted as well.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1040 Add UpdateCauchyGreenTensor; not yet fully implemented (the issue is that I need a new kind ot ParameterNS::Type... or implement it more as a compound of scalar).
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#995 Add new macro HAPPY_HEART_CHECK_NAN_AND_INF to decide whether there should be additional checks upon the validity of numerical values found (in any case Petsc check there are no nan or inf in the solution of a linear or non linear solve).
-
- 14 Oct, 2016 2 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#700 Provide first draft of the ParameterOperator to fill a ParameterAtQuadraturePoint from a ParameterAtDof.
-
- 13 Oct, 2016 4 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1026 Rename more accurately the directories that includes the local variational operators. Remove the two Private namespaces from OperatorInstances.
-
GILLES Sebastien authored
-