- 01 Apr, 2016 16 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#873 Parameter/time dependency: introduce much code to avoid the allocation each time of the vector and matrices.
-
GILLES Sebastien authored
#873 Parameter/time dependency: it now works for vector and matrices, but with memory allocation at each call (I need to write a function that copies only the content of a Seldon vector or matrix).
-
GILLES Sebastien authored
#873 Test/Parameter time dependency: add source operator. Its value is not yet sought (it wouldn't work yet).
-
GILLES Sebastien authored
#873 Parameter: introduce local storage of time dependency to pave the way for vector and matrix support.
-
GILLES Sebastien authored
#873 [DOES NOT COMPILE EVERYTHING] Parameters: time update correctly implemented for scalar parameters.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#859 Script create accessor: foresee the case of template template parameter for class template argument.
-
GILLES Sebastien authored
#873 Parameters: time interface is almost done (storage allocation and proper multiplication depending on type remain to be done.
-
GILLES Sebastien authored
#873 Parameter: introduce the method ApplyTimeDependancyFactor() which will pave the way to the full computation of the time factor for all types of parameters.
-
GILLES Sebastien authored
#873 Parameter: make the time dependency parameter a template template one. The type is hence known, and the additional storage required to store the value with the time scale factor might be handled directly in the base class rather than in each policy.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#873 Parameters: I changed my mind and put the setting of time functor in a dedicated method: it was way too cumbersome to give an additional parameter to every Paramneter constructor when this parameter was most of the time an empty struct.
-
GILLES Sebastien authored
#873 [DOES NOT COMPILE ALL MODELS] Parameter: add time dependency template parameter, and time dependency argument in each Parameter constructor.
-
- 31 Mar, 2016 24 commits
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#873 Parameters: introduce a parameter for time dependency, which at the moment default to an empty struct named None.
-
GILLES Sebastien authored
#873 Parameter: make the base constructor protected, as the class should always be built through ParameterInstance. This will be crucial to handle properly time dependancy.
-
GILLES Sebastien authored
#873 [DOES NOT COMPILE] I have added the time dependency almost seamlessly; there are still two missing steps: - Additional constructor argument should be added in all instances. - Code doesn't compile because I put bluntly the factor in GetValue() method; it should be filtered by a Traits to consider nicely the possible TypeT (or I can try simple overload of the method here...)
-
GILLES Sebastien authored
#820 Poromechanics: use the brand new ParameterAtDof from #875 to enable properly use of porosity in ImplicitFluid step.
-
GILLES Sebastien authored
#820 Poromechanics: added transient source in implicit step fluid. Currently fails at runtime because porosity parameter is not the same as in explicit: we need it defined on the new felt space as well...
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#820 Apply changes introduced in #872 to make the code compile again (rebase has just been applied).
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#820 Poromechanics: initialize properly the implicit fluid step varf (Which is still mostly empty; only porosity parameter has been added for the time being).
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#859 Script create_accessors: the class data attributes was not used consistently everywhere, and therefore proposed output could be incorrect for few lines due to missing trailing underscore.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#820 SolidOnFluidMesh: lighten the constructor arguments, as some of them could be reached directly from the god of dof.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#820 Poromechanics: [WIP] Introducing interpolator to correctly estimate solid displacement on fluid mesh.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-