Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MoReFEM
CoreLibrary
MoReFEM
Commits
2ae0b0fe
Commit
2ae0b0fe
authored
Oct 27, 2015
by
GILLES Sebastien
Browse files
#723
FSI: move model and main into an Aitken directory (a Newton will be created shortly).
parent
80577e47
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
HappyHeart.xcodeproj/project.pbxproj
View file @
2ae0b0fe
This diff is collapsed.
Click to expand it.
Sources/ModelInstances/FSI_EI/Model.hpp
→
Sources/ModelInstances/FSI_EI/
Aitken/
Model.hpp
View file @
2ae0b0fe
...
...
@@ -6,8 +6,8 @@
// Copyright (c) 2015 Inria. All rights reserved.
//
#ifndef HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_MODEL_HPP_
# define HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_MODEL_HPP_
#ifndef HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_
AITKEN_x_
MODEL_HPP_
# define HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_
AITKEN_x_
MODEL_HPP_
# include <memory>
# include <vector>
...
...
@@ -291,7 +291,7 @@ namespace HappyHeart
}
// namespace HappyHeart
# include "ModelInstances/FSI_EI/Model.hxx"
# include "ModelInstances/FSI_EI/
Aitken/
Model.hxx"
#endif // HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_MODEL_HPP_
#endif // HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_
AITKEN_x_
MODEL_HPP_
Sources/ModelInstances/FSI_EI/Model.hxx
→
Sources/ModelInstances/FSI_EI/
Aitken/
Model.hxx
View file @
2ae0b0fe
...
...
@@ -6,8 +6,8 @@
// Copyright (c) 2015 Inria. All rights reserved.
//
#ifndef HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_MODEL_HXX_
# define HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_MODEL_HXX_
#ifndef HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_
AITKEN_x_
MODEL_HXX_
# define HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_
AITKEN_x_
MODEL_HXX_
namespace
HappyHeart
...
...
@@ -405,8 +405,8 @@ namespace HappyHeart
}
// namespace HappyHeart
# include "ModelInstances/FSI_EI/ModelAccessors.hxx"
# include "ModelInstances/FSI_EI/ModelForward.hxx"
# include "ModelInstances/FSI_EI/
Aitken/
ModelAccessors.hxx"
# include "ModelInstances/FSI_EI/
Aitken/
ModelForward.hxx"
#endif // HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_MODEL_HXX_
#endif // HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_
AITKEN_x_
MODEL_HXX_
Sources/ModelInstances/FSI_EI/ModelAccessors.hxx
→
Sources/ModelInstances/FSI_EI/
Aitken/
ModelAccessors.hxx
View file @
2ae0b0fe
...
...
@@ -6,8 +6,8 @@
// Copyright (c) 2015 Inria. All rights reserved.
//
#ifndef HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_MODEL_ACCESSORS_HXX_
# define HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_MODEL_ACCESSORS_HXX_
#ifndef HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_
AITKEN_x_
MODEL_ACCESSORS_HXX_
# define HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_
AITKEN_x_
MODEL_ACCESSORS_HXX_
namespace
HappyHeart
...
...
@@ -150,4 +150,4 @@ namespace HappyHeart
}
// namespace HappyHeart
#endif // HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_MODEL_ACCESSORS_HXX_
#endif // HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_
AITKEN_x_
MODEL_ACCESSORS_HXX_
Sources/ModelInstances/FSI_EI/ModelForward.hxx
→
Sources/ModelInstances/FSI_EI/
Aitken/
ModelForward.hxx
View file @
2ae0b0fe
...
...
@@ -6,8 +6,8 @@
// Copyright (c) 2015 Inria. All rights reserved.
//
#ifndef HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_MODEL_FORWARD_HXX_
# define HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_MODEL_FORWARD_HXX_
#ifndef HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_
AITKEN_x_
MODEL_FORWARD_HXX_
# define HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_
AITKEN_x_
MODEL_FORWARD_HXX_
namespace
HappyHeart
...
...
@@ -538,7 +538,7 @@ namespace HappyHeart
}
// namespace HappyHeart
# include "ModelInstances/FSI_EI/ModelAccessors.hxx"
# include "ModelInstances/FSI_EI/
Aitken/
ModelAccessors.hxx"
#endif // HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_MODEL_FORWARD_HXX_
#endif // HAPPY_HEART_x_MODEL_INSTANCES_x_F_S_I_x_E_I_x_
AITKEN_x_
MODEL_FORWARD_HXX_
Sources/ModelInstances/FSI_EI/
mai
n.cpp
→
Sources/ModelInstances/FSI_EI/
Aitken/main_aitke
n.cpp
View file @
2ae0b0fe
...
...
@@ -13,7 +13,7 @@
#include "Operators/LocalVariationalOperatorInstances/NonlinearForm/Hyperelasticity/HyperelasticLaws/CiarletGeymonat.hpp"
#include "Operators/LocalVariationalOperatorInstances/NonlinearForm/Hyperelasticity/HyperelasticLaws/StVenantKirchhoff.hpp"
#include "ModelInstances/FSI_EI/Model.hpp"
#include "ModelInstances/FSI_EI/
Aitken/
Model.hpp"
#include "ModelInstances/FSI_EI/InputParameterList.hpp"
#include "ModelInstances/FSI_EI/SolidVariationalFormulationPolicy/Hyperelasticity/Policy.hpp"
#include "ModelInstances/FSI_EI/SolidVariationalFormulationPolicy/Elasticity/Policy.hpp"
...
...
@@ -58,7 +58,7 @@ int main(int argc, char ** argv)
FSI_EINS
::
Policy
::
Hyperelasticity
<
HyperelasticityNS
::
LawNS
::
CiarletGeymonat
,
HyperelasticityNS
::
TimeScheme
::
half_sum
HyperelasticityNS
::
TimeScheme
::
midpoint
>
;
#else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment