feat(cpp-object-oriented-modular-refactoring): step 19 - boundary-condition-policy
This commit is contained in:
@@ -332,12 +332,14 @@ fesa::ModelDefinition MakeShellDefinition(
|
||||
}
|
||||
definition.steps = {
|
||||
{"Step-1",
|
||||
constrain_all ? std::vector<fesa::BoundaryCondition>{{"All",
|
||||
1,
|
||||
6,
|
||||
0.0,
|
||||
{source, 60U}}}
|
||||
: std::vector<fesa::BoundaryCondition>{},
|
||||
constrain_all
|
||||
? std::vector<fesa::PrescribedDisplacementDefinition>{{"All",
|
||||
1,
|
||||
6,
|
||||
0.0,
|
||||
{source,
|
||||
60U}}}
|
||||
: std::vector<fesa::PrescribedDisplacementDefinition>{},
|
||||
std::move(loads),
|
||||
0.1,
|
||||
1.0,
|
||||
|
||||
Reference in New Issue
Block a user