Skip to content

Commit

Permalink
Adding PROPERTY_ID to DelaunayApp
Browse files Browse the repository at this point in the history
  • Loading branch information
MZecchetto committed Feb 13, 2020
1 parent fe1be54 commit e7baeba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ namespace Kratos

//Register Variables (variables created in delaunay_meshing_application_variables.cpp)

KRATOS_REGISTER_VARIABLE(PROPERTY_ID)

//geometrical definition
KRATOS_REGISTER_3D_VARIABLE_WITH_COMPONENTS( OFFSET )
KRATOS_REGISTER_VARIABLE( SHRINK_FACTOR )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ namespace Kratos

//Create Variables

KRATOS_CREATE_VARIABLE(double, PROPERTY_ID)

//geometrical definition
KRATOS_CREATE_3D_VARIABLE_WITH_COMPONENTS( OFFSET )
KRATOS_CREATE_VARIABLE(double, SHRINK_FACTOR )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ namespace Kratos

//Define Variables

KRATOS_DEFINE_APPLICATION_VARIABLE(DELAUNAY_MESHING_APPLICATION, double, PROPERTY_ID)

//nodal dofs
KRATOS_DEFINE_3D_APPLICATION_VARIABLE_WITH_COMPONENTS( DELAUNAY_MESHING_APPLICATION, OFFSET )
KRATOS_DEFINE_APPLICATION_VARIABLE( DELAUNAY_MESHING_APPLICATION, double, SHRINK_FACTOR )
Expand Down

0 comments on commit e7baeba

Please sign in to comment.