-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Rahul Kikkeri Nagaraja <[email protected]>
- Loading branch information
1 parent
73b209d
commit a3329b2
Showing
95 changed files
with
6,570 additions
and
6,570 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
13,074 changes: 6,537 additions & 6,537 deletions
13,074
...ation_3D_Cantilever/solid_cantilever.mdpa → ...ation_3D_Cantilever/solid_cantilever.mdpa
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
36 changes: 18 additions & 18 deletions
36
...optimization_3D_Shell/run_optimization.py → ...Hook_plane_constraint/run_optimization.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# Making KratosMultiphysics backward compatible with python 2.6 and 2.7 | ||
from __future__ import print_function, absolute_import, division | ||
|
||
# Import Kratos core and apps | ||
import KratosMultiphysics as KM | ||
|
||
# Additional imports | ||
from KratosMultiphysics.ShapeOptimizationApplication import optimizer_factory | ||
|
||
# Read parameters | ||
with open("optimization_parameters.json",'r') as parameter_file: | ||
parameters = KM.Parameters(parameter_file.read()) | ||
|
||
# Defining the model_part | ||
model = KM.Model() | ||
|
||
# Create optimizer and perform optimization | ||
optimizer = optimizer_factory.CreateOptimizer(parameters["optimization_settings"], model) | ||
# Making KratosMultiphysics backward compatible with python 2.6 and 2.7 | ||
from __future__ import print_function, absolute_import, division | ||
|
||
# Import Kratos core and apps | ||
import KratosMultiphysics as KM | ||
|
||
# Additional imports | ||
from KratosMultiphysics.ShapeOptimizationApplication import optimizer_factory | ||
|
||
# Read parameters | ||
with open("optimization_parameters.json",'r') as parameter_file: | ||
parameters = KM.Parameters(parameter_file.read()) | ||
|
||
# Defining the model_part | ||
model = KM.Model() | ||
|
||
# Create optimizer and perform optimization | ||
optimizer = optimizer_factory.CreateOptimizer(parameters["optimization_settings"], model) | ||
optimizer.Optimize() |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.