You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -690,6 +690,7 @@ message("\t Model 'CreateModelPart' behavior change (no error thrown if model pa
690
690
message("\t Make GetIntegrationMethod method of Condition const: https://github.com/KratosMultiphysics/Kratos/pull/9769")
691
691
message("\t Behavior change of ModelPart.GetProperties (MeshIndex removed): https://github.com/KratosMultiphysics/Kratos/pull/9774")
692
692
message("\t Behavior change of Testing. Please ensure you use KRATOS_EXPECT for testing instead of KRATOS_CHECK")
693
+
message("\t Removal of misused EXTENDED_GAUSS integration rules and unification across geometries: https://github.com/KratosMultiphysics/Kratos/pull/13444")
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ Some users of the technologies developed in Kratos are:
144
144
## In Kratos Core:
145
145
-[Boost](http://www.boost.org/) for uBLAS
146
146
-[pybind11](https://github.com/pybind/pybind11) for exposing C++ to python
147
-
-[GidPost](https://www.gidhome.com/gid-plus/tools/476/gidpost/) providing output to [GiD](https://www.gidhome.com/)
147
+
-[GidPost]([https://www.gidhome.com/gid-plus/tools/476/gidpost/](https://www.gidsimulation.com/downloads/gidpost-2-11-library-to-write-postprocess-results-for-gid-in-ascii-binary-or-hdf5-format/)) providing output to [GiD](https://www.gidsimulation.com/)
148
148
-[AMGCL](https://github.com/ddemidov/amgcl) for its highly scalable multigrid solver
149
149
-[JSON](https://github.com/nlohmann/json) JSON for Modern C++
150
150
-[ZLib](https://zlib.net/) The compression library
<< "Begin ModelPartData\nEnd ModelPartData\n\nBegin Properties 0\n DENSITY 2700.000000\n YOUNG_MODULUS 7000000.000000\n POISSON_RATIO 0.300000\n BODY_FORCE [3] (0.000000,0.000000,0.000000)\n THICKNESS 1.000000\nEnd Properties\n\nBegin Nodes\n 1 0.0 0.0 0.0\n 2 0.0 0.0 1.0\n 3 1.0 0.0 0.0\n 4 1.0 1.0 0.0\nEnd Nodes\n\nBegin Elements SmallDisplacementElement3D4N\n 1 0 1 2 3 4\nEnd Elements\n\nBegin SubModelPart BasePart // Note that this would be a sub sub modelpart\n Begin SubModelPartNodes\n 1\n 2\n End SubModelPartNodes\n Begin SubModelPart inner_part\n Begin SubModelPartNodes\n 1\n End SubModelPartNodes\n End SubModelPart\nEnd SubModelPart";
34
+
os << "Begin ModelPartData\nEnd ModelPartData\n\nBegin Properties 0\n DENSITY 2700.000000\n YOUNG_MODULUS 7000000.000000\n POISSON_RATIO 0.300000\n BODY_FORCE [3] (0.000000,0.000000,0.000000)\n THICKNESS 1.000000\nEnd Properties\n\nBegin Nodes\n 1 0.0 0.0 0.0\n 2 0.0 0.0 1.0\n 3 1.0 0.0 0.0\n 4 1.0 1.0 0.0\nEnd Nodes\n\nBegin Elements SmallDisplacementElement3D4N\n 1 0 1 2 3 4\nEnd Elements\n\nBegin SubModelPart BasePart // Note that this would be a sub sub modelpart\n Begin SubModelPartNodes\n 1\n 2\n End SubModelPartNodes\n Begin SubModelPart inner_part\n Begin SubModelPartNodes\n 1\n End SubModelPartNodes\n End SubModelPart\nEnd SubModelPart";
Copy file name to clipboardExpand all lines: applications/ContactMechanicsApplication/custom_processes/generate_new_contact_conditions_mesher_process.hpp
0 commit comments