diff --git a/applications/CSharpWrapperApplication/tests/test_CSharpWrapperApplication.py b/applications/CSharpWrapperApplication/tests/test_CSharpWrapperApplication.py index e6667f0e364c..c15b7ba88214 100755 --- a/applications/CSharpWrapperApplication/tests/test_CSharpWrapperApplication.py +++ b/applications/CSharpWrapperApplication/tests/test_CSharpWrapperApplication.py @@ -26,7 +26,7 @@ def AssembleTestSuites(): ''' Populates the test suites to run. - Populates the test suites to run. At least, it should pupulate the suites: + Populates the test suites to run. At least, it should populate the suites: "small", "nighlty" and "all" Return diff --git a/applications/CableNetApplication/tests/test_CableNetApplication.py b/applications/CableNetApplication/tests/test_CableNetApplication.py index 151e64bc5be6..f37fbe595066 100644 --- a/applications/CableNetApplication/tests/test_CableNetApplication.py +++ b/applications/CableNetApplication/tests/test_CableNetApplication.py @@ -10,7 +10,7 @@ def AssembleTestSuites(): ''' Populates the test suites to run. - Populates the test suites to run. At least, it should pupulate the suites: + Populates the test suites to run. At least, it should populate the suites: "small", "nighlty" and "all" Return diff --git a/applications/ChimeraApplication/custom_processes/apply_chimera_process.h b/applications/ChimeraApplication/custom_processes/apply_chimera_process.h index e719fa3dd661..dd66a2b7f9af 100644 --- a/applications/ChimeraApplication/custom_processes/apply_chimera_process.h +++ b/applications/ChimeraApplication/custom_processes/apply_chimera_process.h @@ -234,7 +234,7 @@ class KRATOS_API(CHIMERA_APPLICATION) ApplyChimera : public Process { * added. * @param rConstraintIdVector The vector of the constraints Ids which is * accessed with StartIndex. - * @param rMsContainer The Constraint container to which the contraints are + * @param rMsContainer The Constraint container to which the constraints are * added. */ template @@ -247,7 +247,7 @@ class KRATOS_API(CHIMERA_APPLICATION) ApplyChimera : public Process { MasterSlaveConstraintContainerType& rMsContainer); /** - * @brief This function reserves the necessary memory for the contraints in + * @brief This function reserves the necessary memory for the constraints in * each thread * @param rModelPart The modelpart to which the constraints are to be added. * @param rContainerVector The container vector which has constraints to diff --git a/applications/ChimeraApplication/custom_utilities/hole_cutting_utility.h b/applications/ChimeraApplication/custom_utilities/hole_cutting_utility.h index 0923c29fa045..83fe386eaa61 100644 --- a/applications/ChimeraApplication/custom_utilities/hole_cutting_utility.h +++ b/applications/ChimeraApplication/custom_utilities/hole_cutting_utility.h @@ -100,7 +100,7 @@ class KRATOS_API(CHIMERA_APPLICATION) ChimeraHoleCuttingUtility * @param rModelPart The modelpart where the hole is to be cut. * @param rHoleModelPart The modelpart containing the nodes and corresponding elements from the cut hole. (deactivated elements) * @param rHoleBoundaryModelPart Boundary modelpart of the rHoleModelPart - * @param Distance is the the distance (magnitude) at which hole is to be cut from the zero distance layer. + * @param Distance is the distance (magnitude) at which hole is to be cut from the zero distance layer. */ template void CreateHoleAfterDistance(ModelPart &rModelPart, @@ -113,9 +113,9 @@ class KRATOS_API(CHIMERA_APPLICATION) ChimeraHoleCuttingUtility * @brief Removes the elements which are out of the domain. * An element is removed even if one of its nodes is out of the domain (-ve or +ve) as indicated by GetInside and MainDomainOrNot * @param rModelPart The modelpart From where the elements are to be removed. - * @param rModifiedModelPart The modified modelpart without the the elements which are out side. + * @param rModifiedModelPart The modified modelpart without the elements which are out side. * @param DomainType says which sign (-ve or +ve) is inside - * @param OverLapDistance is the the distance (magnitude) at which hole is to be cut from the zero distance layer. + * @param OverLapDistance is the distance (magnitude) at which hole is to be cut from the zero distance layer. * @param GetInside works in combination with MainDomainOrNot to get the feeling of what is inside or what is outside. */ template diff --git a/applications/CoSimulationApplication/custom_external_libraries/CoSimIO/co_sim_io/includes/model_part.hpp b/applications/CoSimulationApplication/custom_external_libraries/CoSimIO/co_sim_io/includes/model_part.hpp index 557462c644df..8ed2879ba0d5 100644 --- a/applications/CoSimulationApplication/custom_external_libraries/CoSimIO/co_sim_io/includes/model_part.hpp +++ b/applications/CoSimulationApplication/custom_external_libraries/CoSimIO/co_sim_io/includes/model_part.hpp @@ -432,11 +432,11 @@ class CO_SIM_IO_API ModelPart std::unique_ptr mpLocalModelPart; std::unique_ptr mpGhostModelPart; - // this contains the the map of ModelPart with Ghost Nodes + // this contains the map of ModelPart with Ghost Nodes // for communication / synchronization the same is needed for the local nodes, i.e. // the ModelPart needs to know where its local nodes exist as ghost nodes // in Kratos this is computed with the ParallelFillCommunicator - // Here is can be added in the future if required + // It can be added here in the future if required PartitionModelPartsContainerType mPartitionModelParts; NodesContainerType::const_iterator FindNode(const IdType I_Id) const; diff --git a/applications/CoSimulationApplication/custom_external_libraries/CoSimIO/co_sim_io/sources/vtk_utilities.cpp b/applications/CoSimulationApplication/custom_external_libraries/CoSimIO/co_sim_io/sources/vtk_utilities.cpp index 22fe097ec492..1beb0052f298 100644 --- a/applications/CoSimulationApplication/custom_external_libraries/CoSimIO/co_sim_io/sources/vtk_utilities.cpp +++ b/applications/CoSimulationApplication/custom_external_libraries/CoSimIO/co_sim_io/sources/vtk_utilities.cpp @@ -88,7 +88,7 @@ void WriteVtk(const Info& I_Settings, const ModelPart& I_ModelPart) } // write cells connectivity - const auto const_id_map = id_map; // const reference to not accidentially modify the map + const auto const_id_map = id_map; // const reference to not accidentally modify the map output_file << "CELLS " << I_ModelPart.NumberOfElements() << " " << cell_list_size << "\n"; for (const auto& r_elem : I_ModelPart.Elements()) { const std::size_t num_nodes_cell = r_elem.NumberOfNodes(); diff --git a/applications/CoSimulationApplication/custom_external_libraries/CoSimIO/external_libraries/asio/include/asio/detail/config.hpp b/applications/CoSimulationApplication/custom_external_libraries/CoSimIO/external_libraries/asio/include/asio/detail/config.hpp index 5274ae179da4..489c21cc386c 100644 --- a/applications/CoSimulationApplication/custom_external_libraries/CoSimIO/external_libraries/asio/include/asio/detail/config.hpp +++ b/applications/CoSimulationApplication/custom_external_libraries/CoSimIO/external_libraries/asio/include/asio/detail/config.hpp @@ -2224,7 +2224,7 @@ # endif // !defined(ASIO_DISABLE_STD_COROUTINE) #endif // !defined(ASIO_HAS_STD_COROUTINE) -// Compiler support for the the [[nodiscard]] attribute. +// Compiler support for the [[nodiscard]] attribute. #if !defined(ASIO_NODISCARD) # if defined(__has_cpp_attribute) # if __has_cpp_attribute(nodiscard) diff --git a/applications/CoSimulationApplication/custom_external_libraries/CoSimIO/external_libraries/asio/include/asio/error.hpp b/applications/CoSimulationApplication/custom_external_libraries/CoSimIO/external_libraries/asio/include/asio/error.hpp index 28f87442111a..e583bbbb95cd 100644 --- a/applications/CoSimulationApplication/custom_external_libraries/CoSimIO/external_libraries/asio/include/asio/error.hpp +++ b/applications/CoSimulationApplication/custom_external_libraries/CoSimIO/external_libraries/asio/include/asio/error.hpp @@ -66,7 +66,7 @@ namespace error { enum basic_errors { /// Permission denied. - access_denied = ASIO_SOCKET_ERROR(EACCES), + access_denied = ASIO_SOCKET_ERROR(EACCESS), /// Address family not supported by protocol. address_family_not_supported = ASIO_SOCKET_ERROR(EAFNOSUPPORT), diff --git a/applications/CoSimulationApplication/custom_external_libraries/CoSimIO/external_libraries/asio/include/asio/spawn.hpp b/applications/CoSimulationApplication/custom_external_libraries/CoSimIO/external_libraries/asio/include/asio/spawn.hpp index 846fc49f7110..8f83922bd933 100644 --- a/applications/CoSimulationApplication/custom_external_libraries/CoSimIO/external_libraries/asio/include/asio/spawn.hpp +++ b/applications/CoSimulationApplication/custom_external_libraries/CoSimIO/external_libraries/asio/include/asio/spawn.hpp @@ -763,7 +763,7 @@ void spawn(ASIO_MOVE_ARG(Function) function, * This function is used to launch a new coroutine. * * @param handler A handler to be called when the coroutine exits. More - * importantly, the handler provides an execution context (via the the handler + * importantly, the handler provides an execution context (via the handler * invocation hook) for the coroutine. The handler must have the signature: * @code void handler(); @endcode * diff --git a/applications/CoSimulationApplication/python_scripts/coupling_interface_data.py b/applications/CoSimulationApplication/python_scripts/coupling_interface_data.py index 7a17b1c22ca6..b3ce0dd5e4bb 100644 --- a/applications/CoSimulationApplication/python_scripts/coupling_interface_data.py +++ b/applications/CoSimulationApplication/python_scripts/coupling_interface_data.py @@ -89,11 +89,11 @@ def __init__(self, custom_settings, model, name="default", solver_name="default_ # dimensionality of the data if self.is_scalar_variable: if self.dimension != -1: - self._RaiseException('"dimension" cannot be specifed for scalar variables!') + self._RaiseException('"dimension" cannot be specified for scalar variables!') self.dimension = 1 # needed in other places, e.g. for "Size" else: if self.dimension < 1: - self._RaiseException('"dimension" has to be specifed for vector variables!') + self._RaiseException('"dimension" has to be specified for vector variables!') else: if self.variable_type == "Array" and self.dimension not in [1,2,3]: self._RaiseException('"dimension" can only be 1,2,3 when using variables of type "Array"') diff --git a/applications/CoSimulationApplication/python_scripts/coupling_operations/compute_boundary_force.py b/applications/CoSimulationApplication/python_scripts/coupling_operations/compute_boundary_force.py index ace1f79c0aae..1a49215b4861 100644 --- a/applications/CoSimulationApplication/python_scripts/coupling_operations/compute_boundary_force.py +++ b/applications/CoSimulationApplication/python_scripts/coupling_operations/compute_boundary_force.py @@ -44,7 +44,7 @@ def __init__(self, settings, solver_wrappers, process_info, data_communicator): if file_handler_settings.Has("file_name"): warn_msg = 'Unexpected user-specified entry found in "output_file_settings": {"file_name": ' warn_msg += '"' + file_handler_settings["file_name"].GetString() + '"}\n' - warn_msg += 'Using this specififed file name instead of the default "' + output_file_name + '"' + warn_msg += 'Using this specified file name instead of the default "' + output_file_name + '"' cs_tools.cs_print_info(self._ClassName(), warn_msg) else: file_handler_settings.AddEmptyValue("file_name") diff --git a/applications/CoSimulationApplication/python_scripts/coupling_operations/print_iteration_number.py b/applications/CoSimulationApplication/python_scripts/coupling_operations/print_iteration_number.py index 47f36c19f58e..f2886d3616a1 100644 --- a/applications/CoSimulationApplication/python_scripts/coupling_operations/print_iteration_number.py +++ b/applications/CoSimulationApplication/python_scripts/coupling_operations/print_iteration_number.py @@ -31,7 +31,7 @@ def __init__(self, settings, solver_wrappers, process_info, data_communicator): if file_handler_settings.Has("file_name"): warn_msg = 'Unexpected user-specified entry found in "output_file_settings": {"file_name": ' warn_msg += '"' + file_handler_settings["file_name"].GetString() + '"}\n' - warn_msg += 'Using this specififed file name instead of the default "' + output_file_name + '"' + warn_msg += 'Using this specified file name instead of the default "' + output_file_name + '"' cs_tools.cs_print_info(self._ClassName(), warn_msg) else: file_handler_settings.AddEmptyValue("file_name") diff --git a/applications/CoSimulationApplication/tests/test_cosim_EMPIRE_API.py b/applications/CoSimulationApplication/tests/test_cosim_EMPIRE_API.py index 7c08c610cdfb..145212ce8e1c 100644 --- a/applications/CoSimulationApplication/tests/test_cosim_EMPIRE_API.py +++ b/applications/CoSimulationApplication/tests/test_cosim_EMPIRE_API.py @@ -231,7 +231,7 @@ def __TestArrayReceive(self, fct_ptr_to_test, file_name_fct_ptr, array_to_test): # make sure that the file was deleted self.assertFalse(os.path.isfile(array_file_name)) - # writting a file with the wrong size, this should throw a proper error + # writing a file with the wrong size, this should throw a proper error with open(array_file_name, 'w') as array_file: array_file.write(str(array_size+2)+"\n") with self.assertRaisesRegex(RuntimeError, 'The received size for array "{}" is different from what is expected:\n Expected size: {}\n Received size: {}'.format(array_file_name, array_size, array_size+2)): diff --git a/applications/CoSimulationApplication/tests/test_coupling_interface_data.py b/applications/CoSimulationApplication/tests/test_coupling_interface_data.py index b85ceeca3b67..911035a52619 100644 --- a/applications/CoSimulationApplication/tests/test_coupling_interface_data.py +++ b/applications/CoSimulationApplication/tests/test_coupling_interface_data.py @@ -135,7 +135,7 @@ def test_wrong_input_dim_scalar(self): "dimension" : 2 }""") - with self.assertRaisesRegex(Exception, '"dimension" cannot be specifed for scalar variables!'): + with self.assertRaisesRegex(Exception, '"dimension" cannot be specified for scalar variables!'): CouplingInterfaceData(settings, self.model) def test_wrong_input_no_dim_vector(self): @@ -144,7 +144,7 @@ def test_wrong_input_no_dim_vector(self): "variable_name" : "DISPLACEMENT" }""") - with self.assertRaisesRegex(Exception, '"dimension" has to be specifed for vector variables!'): + with self.assertRaisesRegex(Exception, '"dimension" has to be specified for vector variables!'): CouplingInterfaceData(settings, self.model) def test_wrong_input_variable_type(self): diff --git a/applications/CompressiblePotentialFlowApplication/custom_elements/compressible_perturbation_potential_flow_element.h b/applications/CompressiblePotentialFlowApplication/custom_elements/compressible_perturbation_potential_flow_element.h index 6e4c6c8c0896..c61ebd96acb8 100644 --- a/applications/CompressiblePotentialFlowApplication/custom_elements/compressible_perturbation_potential_flow_element.h +++ b/applications/CompressiblePotentialFlowApplication/custom_elements/compressible_perturbation_potential_flow_element.h @@ -75,7 +75,7 @@ class CompressiblePerturbationPotentialFlowElement : public Element // Constructors. - /// Default constuctor. + /// Default constructor. /** * @param NewId Index number of the new element (optional) */ diff --git a/applications/CompressiblePotentialFlowApplication/custom_elements/compressible_potential_flow_element.h b/applications/CompressiblePotentialFlowApplication/custom_elements/compressible_potential_flow_element.h index 7939634c05d7..fa8ee020107c 100644 --- a/applications/CompressiblePotentialFlowApplication/custom_elements/compressible_potential_flow_element.h +++ b/applications/CompressiblePotentialFlowApplication/custom_elements/compressible_potential_flow_element.h @@ -75,7 +75,7 @@ class CompressiblePotentialFlowElement : public Element // Constructors. - /// Default constuctor. + /// Default constructor. /** * @param NewId Index number of the new element (optional) */ diff --git a/applications/CompressiblePotentialFlowApplication/custom_elements/embedded_compressible_potential_flow_element.h b/applications/CompressiblePotentialFlowApplication/custom_elements/embedded_compressible_potential_flow_element.h index a5cae1be7b98..bd2c0937d80a 100644 --- a/applications/CompressiblePotentialFlowApplication/custom_elements/embedded_compressible_potential_flow_element.h +++ b/applications/CompressiblePotentialFlowApplication/custom_elements/embedded_compressible_potential_flow_element.h @@ -50,7 +50,7 @@ class EmbeddedCompressiblePotentialFlowElement : public CompressiblePotentialFlo // Constructors. - /// Default constuctor. + /// Default constructor. /** * @param NewId Index number of the new element (optional) */ diff --git a/applications/CompressiblePotentialFlowApplication/custom_elements/embedded_incompressible_potential_flow_element.h b/applications/CompressiblePotentialFlowApplication/custom_elements/embedded_incompressible_potential_flow_element.h index eb6ad0922b99..d844894fb83d 100644 --- a/applications/CompressiblePotentialFlowApplication/custom_elements/embedded_incompressible_potential_flow_element.h +++ b/applications/CompressiblePotentialFlowApplication/custom_elements/embedded_incompressible_potential_flow_element.h @@ -50,7 +50,7 @@ class EmbeddedIncompressiblePotentialFlowElement : public IncompressiblePotentia // Constructors. - /// Default constuctor. + /// Default constructor. /** * @param NewId Index number of the new element (optional) */ diff --git a/applications/CompressiblePotentialFlowApplication/custom_elements/embedded_transonic_perturbation_potential_flow_element.h b/applications/CompressiblePotentialFlowApplication/custom_elements/embedded_transonic_perturbation_potential_flow_element.h index a65e539c7a23..318ae3977401 100644 --- a/applications/CompressiblePotentialFlowApplication/custom_elements/embedded_transonic_perturbation_potential_flow_element.h +++ b/applications/CompressiblePotentialFlowApplication/custom_elements/embedded_transonic_perturbation_potential_flow_element.h @@ -74,7 +74,7 @@ class EmbeddedTransonicPerturbationPotentialFlowElement : public TransonicPertur // Constructors. - /// Default constuctor. + /// Default constructor. /** * @param NewId Index number of the new element (optional) */ diff --git a/applications/CompressiblePotentialFlowApplication/custom_elements/incompressible_perturbation_potential_flow_element.h b/applications/CompressiblePotentialFlowApplication/custom_elements/incompressible_perturbation_potential_flow_element.h index 182aa1df6b3c..14bdd9fafc5d 100644 --- a/applications/CompressiblePotentialFlowApplication/custom_elements/incompressible_perturbation_potential_flow_element.h +++ b/applications/CompressiblePotentialFlowApplication/custom_elements/incompressible_perturbation_potential_flow_element.h @@ -56,7 +56,7 @@ class IncompressiblePerturbationPotentialFlowElement : public Element // Constructors. - /// Default constuctor. + /// Default constructor. /** * @param NewId Index number of the new element (optional) */ diff --git a/applications/CompressiblePotentialFlowApplication/custom_elements/incompressible_potential_flow_element.h b/applications/CompressiblePotentialFlowApplication/custom_elements/incompressible_potential_flow_element.h index 1519d525fba6..084dd7df7c25 100644 --- a/applications/CompressiblePotentialFlowApplication/custom_elements/incompressible_potential_flow_element.h +++ b/applications/CompressiblePotentialFlowApplication/custom_elements/incompressible_potential_flow_element.h @@ -56,7 +56,7 @@ class IncompressiblePotentialFlowElement : public Element // Constructors. - /// Default constuctor. + /// Default constructor. /** * @param NewId Index number of the new element (optional) */ diff --git a/applications/CompressiblePotentialFlowApplication/custom_elements/transonic_perturbation_potential_flow_element.h b/applications/CompressiblePotentialFlowApplication/custom_elements/transonic_perturbation_potential_flow_element.h index b50d1b4c2a78..2d8d859a565d 100644 --- a/applications/CompressiblePotentialFlowApplication/custom_elements/transonic_perturbation_potential_flow_element.h +++ b/applications/CompressiblePotentialFlowApplication/custom_elements/transonic_perturbation_potential_flow_element.h @@ -65,7 +65,7 @@ class TransonicPerturbationPotentialFlowElement : public Element // Constructors. - /// Default constuctor. + /// Default constructor. /** * @param NewId Index number of the new element (optional) */ diff --git a/applications/CompressiblePotentialFlowApplication/custom_processes/define_2d_wake_process.h b/applications/CompressiblePotentialFlowApplication/custom_processes/define_2d_wake_process.h index 0f0f36cbf2b2..92029f93a68a 100644 --- a/applications/CompressiblePotentialFlowApplication/custom_processes/define_2d_wake_process.h +++ b/applications/CompressiblePotentialFlowApplication/custom_processes/define_2d_wake_process.h @@ -90,7 +90,7 @@ class KRATOS_API(COMPRESSIBLE_POTENTIAL_FLOW_APPLICATION) Define2DWakeProcess ///@name Member Variables ///@{ - // The airfoil model part conatining the trailing edge + // The airfoil model part containing the trailing edge ModelPart& mrBodyModelPart; // Tolerance to avoid nodes laying exactly on the wake const double mTolerance; diff --git a/applications/CompressiblePotentialFlowApplication/custom_processes/define_3d_wake_process.h b/applications/CompressiblePotentialFlowApplication/custom_processes/define_3d_wake_process.h index f24b5030f461..60a3cab6055f 100755 --- a/applications/CompressiblePotentialFlowApplication/custom_processes/define_3d_wake_process.h +++ b/applications/CompressiblePotentialFlowApplication/custom_processes/define_3d_wake_process.h @@ -90,7 +90,7 @@ class KRATOS_API(COMPRESSIBLE_POTENTIAL_FLOW_APPLICATION) Define3DWakeProcess ///@name Member Variables ///@{ - // The airfoil model part conatining the trailing edge + // The airfoil model part containing the trailing edge ModelPart& mrTrailingEdgeModelPart; ModelPart& mrBodyModelPart; ModelPart& mrStlWakeModelPart; diff --git a/applications/CompressiblePotentialFlowApplication/tests/test_CompressiblePotentialFlowApplication.py b/applications/CompressiblePotentialFlowApplication/tests/test_CompressiblePotentialFlowApplication.py index 7dddb9810e7b..978402bd9b00 100644 --- a/applications/CompressiblePotentialFlowApplication/tests/test_CompressiblePotentialFlowApplication.py +++ b/applications/CompressiblePotentialFlowApplication/tests/test_CompressiblePotentialFlowApplication.py @@ -15,7 +15,7 @@ def AssembleTestSuites(): ''' Populates the test suites to run. - Populates the test suites to run. At least, it should pupulate the suites: + Populates the test suites to run. At least, it should populate the suites: "small", "nighlty" and "all" Return diff --git a/applications/ConstitutiveLawsApplication/custom_constitutive/small_strains/damage/d_plus_d_minus_damage_masonry_3d.h b/applications/ConstitutiveLawsApplication/custom_constitutive/small_strains/damage/d_plus_d_minus_damage_masonry_3d.h index 57b04742bbba..14005dea5f3f 100644 --- a/applications/ConstitutiveLawsApplication/custom_constitutive/small_strains/damage/d_plus_d_minus_damage_masonry_3d.h +++ b/applications/ConstitutiveLawsApplication/custom_constitutive/small_strains/damage/d_plus_d_minus_damage_masonry_3d.h @@ -623,7 +623,7 @@ namespace Kratos /** * BRIEF DOCUMENTATION OF THE USED UNIAXIAL SOFTENING BEHAVIOR IN COMPRESSION - * Entire documentation can be found in the the Phd Thesis of Massimo Petracca + * Entire documentation can be found in the Phd Thesis of Massimo Petracca * << Computational Multiscale Analysis of Masonry Structures>> * * UNIAXIAL BEZIER COMPRESSION DAMAGE diff --git a/applications/ConstitutiveLawsApplication/custom_constitutive/small_strains/damage/plane_stress_d_plus_d_minus_damage_masonry_2d.h b/applications/ConstitutiveLawsApplication/custom_constitutive/small_strains/damage/plane_stress_d_plus_d_minus_damage_masonry_2d.h index 8729925890eb..2ced426f0ca5 100644 --- a/applications/ConstitutiveLawsApplication/custom_constitutive/small_strains/damage/plane_stress_d_plus_d_minus_damage_masonry_2d.h +++ b/applications/ConstitutiveLawsApplication/custom_constitutive/small_strains/damage/plane_stress_d_plus_d_minus_damage_masonry_2d.h @@ -526,7 +526,7 @@ class KRATOS_API(CONSTITUTIVE_LAWS_APPLICATION) DamageDPlusDMinusMasonry2DLaw /** * BRIEF DOCUMENTATION OF THE USED UNIAXIAL SOFTENING BEHAVIOR IN COMPRESSION - * Entire documentation can be found in the the Phd Thesis of Massimo Petracca + * Entire documentation can be found in the Phd Thesis of Massimo Petracca * << Computational Multiscale Analysis of Masonry Structures>> * * UNIAXIAL BEZIER COMPRESSION DAMAGE diff --git a/applications/ConstitutiveLawsApplication/tests/test_ConstitutiveLawsApplication.py b/applications/ConstitutiveLawsApplication/tests/test_ConstitutiveLawsApplication.py index 50969e14a31f..4ec47af335b2 100644 --- a/applications/ConstitutiveLawsApplication/tests/test_ConstitutiveLawsApplication.py +++ b/applications/ConstitutiveLawsApplication/tests/test_ConstitutiveLawsApplication.py @@ -33,7 +33,7 @@ def AssembleTestSuites(): ''' Populates the test suites to run. - Populates the test suites to run. At least, it should pupulate the suites: + Populates the test suites to run. At least, it should populate the suites: "small", "nighlty" and "all" Return diff --git a/applications/ConstitutiveModelsApplication/custom_laws/constitutive_3D_law.cpp b/applications/ConstitutiveModelsApplication/custom_laws/constitutive_3D_law.cpp index 254763859972..48e3f2b9296b 100644 --- a/applications/ConstitutiveModelsApplication/custom_laws/constitutive_3D_law.cpp +++ b/applications/ConstitutiveModelsApplication/custom_laws/constitutive_3D_law.cpp @@ -31,7 +31,7 @@ namespace Kratos { } - //*******************************ASSIGMENT OPERATOR*********************************** + //******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ Constitutive3DLaw& Constitutive3DLaw::operator=(const Constitutive3DLaw& rOther) diff --git a/applications/ConstitutiveModelsApplication/custom_laws/constitutive_3D_law.hpp b/applications/ConstitutiveModelsApplication/custom_laws/constitutive_3D_law.hpp index 2d41dafe0539..add4e7a6f1fd 100644 --- a/applications/ConstitutiveModelsApplication/custom_laws/constitutive_3D_law.hpp +++ b/applications/ConstitutiveModelsApplication/custom_laws/constitutive_3D_law.hpp @@ -77,7 +77,7 @@ namespace Kratos ///@{ /** - * Material parameters are inizialized + * Material parameters are initialized */ void InitializeMaterial(const Properties& rProperties, const GeometryType& rElementGeometry, diff --git a/applications/ConstitutiveModelsApplication/custom_laws/large_strain_laws/large_strain_3D_law.cpp b/applications/ConstitutiveModelsApplication/custom_laws/large_strain_laws/large_strain_3D_law.cpp index b7ce22673dbd..994c540a063d 100644 --- a/applications/ConstitutiveModelsApplication/custom_laws/large_strain_laws/large_strain_3D_law.cpp +++ b/applications/ConstitutiveModelsApplication/custom_laws/large_strain_laws/large_strain_3D_law.cpp @@ -66,7 +66,7 @@ namespace Kratos mpModel = rOther.mpModel->Clone(); } - //*******************************ASSIGMENT OPERATOR*********************************** + //******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ LargeStrain3DLaw& LargeStrain3DLaw::operator=(const LargeStrain3DLaw& rOther) diff --git a/applications/ConstitutiveModelsApplication/custom_laws/large_strain_laws/large_strain_3D_law.hpp b/applications/ConstitutiveModelsApplication/custom_laws/large_strain_laws/large_strain_3D_law.hpp index 7c58c0385050..013480cdca8b 100644 --- a/applications/ConstitutiveModelsApplication/custom_laws/large_strain_laws/large_strain_3D_law.hpp +++ b/applications/ConstitutiveModelsApplication/custom_laws/large_strain_laws/large_strain_3D_law.hpp @@ -69,7 +69,7 @@ namespace Kratos ///@{ /** - * Material parameters are inizialized + * Material parameters are initialized */ void InitializeMaterial(const Properties& rProperties, const GeometryType& rElementGeometry, diff --git a/applications/ConstitutiveModelsApplication/custom_laws/small_strain_laws/small_strain_3D_law.cpp b/applications/ConstitutiveModelsApplication/custom_laws/small_strain_laws/small_strain_3D_law.cpp index 0ae100c0d2a2..7d39c42d47cc 100644 --- a/applications/ConstitutiveModelsApplication/custom_laws/small_strain_laws/small_strain_3D_law.cpp +++ b/applications/ConstitutiveModelsApplication/custom_laws/small_strain_laws/small_strain_3D_law.cpp @@ -53,7 +53,7 @@ namespace Kratos mpModel = rOther.mpModel->Clone(); } - //*******************************ASSIGMENT OPERATOR*********************************** + //******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ SmallStrain3DLaw& SmallStrain3DLaw::operator=(const SmallStrain3DLaw& rOther) diff --git a/applications/ConstitutiveModelsApplication/custom_laws/small_strain_laws/small_strain_3D_law.hpp b/applications/ConstitutiveModelsApplication/custom_laws/small_strain_laws/small_strain_3D_law.hpp index 5e21e6986360..ff907ee309f1 100644 --- a/applications/ConstitutiveModelsApplication/custom_laws/small_strain_laws/small_strain_3D_law.hpp +++ b/applications/ConstitutiveModelsApplication/custom_laws/small_strain_laws/small_strain_3D_law.hpp @@ -74,7 +74,7 @@ namespace Kratos ///@{ /** - * Material parameters are inizialized + * Material parameters are initialized */ void InitializeMaterial(const Properties& rProperties, const GeometryType& rElementGeometry, diff --git a/applications/ConstitutiveModelsApplication/custom_laws/strain_rate_laws/newtonian_3D_law.cpp b/applications/ConstitutiveModelsApplication/custom_laws/strain_rate_laws/newtonian_3D_law.cpp index ec32be752924..4ab8931dffcf 100644 --- a/applications/ConstitutiveModelsApplication/custom_laws/strain_rate_laws/newtonian_3D_law.cpp +++ b/applications/ConstitutiveModelsApplication/custom_laws/strain_rate_laws/newtonian_3D_law.cpp @@ -37,7 +37,7 @@ namespace Kratos } - //*******************************ASSIGMENT OPERATOR*********************************** + //******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ NewtonianFluid3DLaw& NewtonianFluid3DLaw::operator=(const NewtonianFluid3DLaw& rOther) diff --git a/applications/ConstitutiveModelsApplication/custom_laws/strain_rate_laws/newtonian_3D_law.hpp b/applications/ConstitutiveModelsApplication/custom_laws/strain_rate_laws/newtonian_3D_law.hpp index f60a451ce46e..146e851b3c4d 100644 --- a/applications/ConstitutiveModelsApplication/custom_laws/strain_rate_laws/newtonian_3D_law.hpp +++ b/applications/ConstitutiveModelsApplication/custom_laws/strain_rate_laws/newtonian_3D_law.hpp @@ -65,7 +65,7 @@ namespace Kratos ///@{ /** - * Material parameters are inizialized + * Material parameters are initialized */ void InitializeMaterial(const Properties& rProperties, const GeometryType& rElementGeometry, diff --git a/applications/ConstitutiveModelsApplication/custom_laws/strain_rate_laws/strain_rate_3D_law.cpp b/applications/ConstitutiveModelsApplication/custom_laws/strain_rate_laws/strain_rate_3D_law.cpp index bbd7390a1aac..74dcfa3b3a71 100644 --- a/applications/ConstitutiveModelsApplication/custom_laws/strain_rate_laws/strain_rate_3D_law.cpp +++ b/applications/ConstitutiveModelsApplication/custom_laws/strain_rate_laws/strain_rate_3D_law.cpp @@ -51,7 +51,7 @@ namespace Kratos mpModel = rOther.mpModel->Clone(); } - //*******************************ASSIGMENT OPERATOR*********************************** + //******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ StrainRate3DLaw& StrainRate3DLaw::operator=(const StrainRate3DLaw& rOther) diff --git a/applications/ConstitutiveModelsApplication/custom_laws/strain_rate_laws/strain_rate_3D_law.hpp b/applications/ConstitutiveModelsApplication/custom_laws/strain_rate_laws/strain_rate_3D_law.hpp index 679e18aa2973..b79f030eedba 100644 --- a/applications/ConstitutiveModelsApplication/custom_laws/strain_rate_laws/strain_rate_3D_law.hpp +++ b/applications/ConstitutiveModelsApplication/custom_laws/strain_rate_laws/strain_rate_3D_law.hpp @@ -69,7 +69,7 @@ namespace Kratos ///@{ /** - * Material parameters are inizialized + * Material parameters are initialized */ void InitializeMaterial(const Properties& rProperties, const GeometryType& rElementGeometry, diff --git a/applications/ConstitutiveModelsApplication/custom_models/constitutive_model.cpp b/applications/ConstitutiveModelsApplication/custom_models/constitutive_model.cpp index 6cffff65b5f3..78abcebee77c 100644 --- a/applications/ConstitutiveModelsApplication/custom_models/constitutive_model.cpp +++ b/applications/ConstitutiveModelsApplication/custom_models/constitutive_model.cpp @@ -39,7 +39,7 @@ namespace Kratos { } - //*******************************ASSIGMENT OPERATOR*********************************** + //******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ ConstitutiveModel& ConstitutiveModel::operator=(const ConstitutiveModel& rOther) diff --git a/applications/ConstitutiveModelsApplication/custom_models/constitutive_model_data.hpp b/applications/ConstitutiveModelsApplication/custom_models/constitutive_model_data.hpp index 72a9cb11dc86..6c19b65f2ea0 100644 --- a/applications/ConstitutiveModelsApplication/custom_models/constitutive_model_data.hpp +++ b/applications/ConstitutiveModelsApplication/custom_models/constitutive_model_data.hpp @@ -436,7 +436,7 @@ namespace Kratos const SizeType& GetVoigtSize () const {return mVoigtSize;}; const VoigtIndexType& GetVoigtIndexTensor () const {return mIndexVoigtTensor;}; - //Acces non const Data + //Access non const Data ConstitutiveLawData& rConstitutiveLawData () {return mConstitutiveLawData;}; MatrixType& rStrainMatrix () {return StrainMatrix;}; MatrixType& rStressMatrix () {return StressMatrix;}; diff --git a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/damage_model.hpp b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/damage_model.hpp index 2790df557407..32065237e412 100644 --- a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/damage_model.hpp +++ b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/damage_model.hpp @@ -516,7 +516,7 @@ namespace Kratos { KRATOS_TRY - // Compute strenght type parameter + // Compute strength type parameter rVariables.RateFactor = 0.0; const SizeType& VoigtSize = rVariables.GetModelData().GetVoigtSize(); diff --git a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/baker_johnson_cook_thermal_hardening_rule.cpp b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/baker_johnson_cook_thermal_hardening_rule.cpp index a6f876bdebe2..9f43065bede1 100644 --- a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/baker_johnson_cook_thermal_hardening_rule.cpp +++ b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/baker_johnson_cook_thermal_hardening_rule.cpp @@ -27,7 +27,7 @@ namespace Kratos } - //*******************************ASSIGMENT OPERATOR*********************************** + //******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ BakerJohnsonCookThermalHardeningRule& BakerJohnsonCookThermalHardeningRule::operator=(BakerJohnsonCookThermalHardeningRule const& rOther) diff --git a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/cam_clay_hardening_rule.cpp b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/cam_clay_hardening_rule.cpp index 952858a8ad73..5b71ce913f18 100644 --- a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/cam_clay_hardening_rule.cpp +++ b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/cam_clay_hardening_rule.cpp @@ -26,7 +26,7 @@ namespace Kratos } - //*******************************ASSIGMENT OPERATOR*********************************** + //******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ CamClayHardeningRule& CamClayHardeningRule::operator=(CamClayHardeningRule const& rOther) diff --git a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/exponential_damage_hardening_rule.cpp b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/exponential_damage_hardening_rule.cpp index aa79e0f8f6ad..580bbaf29a69 100644 --- a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/exponential_damage_hardening_rule.cpp +++ b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/exponential_damage_hardening_rule.cpp @@ -27,7 +27,7 @@ namespace Kratos } - //*******************************ASSIGMENT OPERATOR*********************************** + //******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ ExponentialDamageHardeningRule& ExponentialDamageHardeningRule::operator=(ExponentialDamageHardeningRule const& rOther) diff --git a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/gens_nova_hardening_rule.cpp b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/gens_nova_hardening_rule.cpp index 7359c550cd69..7bd9a1e7ff4c 100644 --- a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/gens_nova_hardening_rule.cpp +++ b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/gens_nova_hardening_rule.cpp @@ -26,7 +26,7 @@ namespace Kratos } - //*******************************ASSIGMENT OPERATOR*********************************** + //******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ GensNovaHardeningRule& GensNovaHardeningRule::operator=(GensNovaHardeningRule const& rOther) diff --git a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/johnson_cook_thermal_hardening_rule.cpp b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/johnson_cook_thermal_hardening_rule.cpp index 6f461cf6cc90..410c46c011a0 100644 --- a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/johnson_cook_thermal_hardening_rule.cpp +++ b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/johnson_cook_thermal_hardening_rule.cpp @@ -27,7 +27,7 @@ namespace Kratos } - //*******************************ASSIGMENT OPERATOR*********************************** + //******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ JohnsonCookThermalHardeningRule& JohnsonCookThermalHardeningRule::operator=(JohnsonCookThermalHardeningRule const& rOther) diff --git a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/modified_exponential_damage_hardening_rule.cpp b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/modified_exponential_damage_hardening_rule.cpp index 2a8e232ddf3a..74b8d704174a 100644 --- a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/modified_exponential_damage_hardening_rule.cpp +++ b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/modified_exponential_damage_hardening_rule.cpp @@ -27,7 +27,7 @@ namespace Kratos } - //*******************************ASSIGMENT OPERATOR*********************************** + //******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ ModifiedExponentialDamageHardeningRule& ModifiedExponentialDamageHardeningRule::operator=(ModifiedExponentialDamageHardeningRule const& rOther) diff --git a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/simo_exponential_hardening_rule.cpp b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/simo_exponential_hardening_rule.cpp index 12b2fc632b7f..04f4636df21e 100644 --- a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/simo_exponential_hardening_rule.cpp +++ b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/simo_exponential_hardening_rule.cpp @@ -29,7 +29,7 @@ namespace Kratos } - //*******************************ASSIGMENT OPERATOR*********************************** + //******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ SimoExponentialHardeningRule& SimoExponentialHardeningRule::operator=(SimoExponentialHardeningRule const& rOther) diff --git a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/simo_exponential_thermal_hardening_rule.cpp b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/simo_exponential_thermal_hardening_rule.cpp index d215268038ae..6a511094ea50 100644 --- a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/simo_exponential_thermal_hardening_rule.cpp +++ b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/simo_exponential_thermal_hardening_rule.cpp @@ -27,7 +27,7 @@ namespace Kratos } - //*******************************ASSIGMENT OPERATOR*********************************** + //******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ SimoExponentialThermalHardeningRule& SimoExponentialThermalHardeningRule::operator=(SimoExponentialThermalHardeningRule const& rOther) diff --git a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/simo_linear_hardening_rule.cpp b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/simo_linear_hardening_rule.cpp index f5de9d3cc62e..97966db9fd83 100644 --- a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/simo_linear_hardening_rule.cpp +++ b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/hardening_rules/simo_linear_hardening_rule.cpp @@ -27,7 +27,7 @@ namespace Kratos } - //*******************************ASSIGMENT OPERATOR*********************************** + //******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ SimoLinearHardeningRule& SimoLinearHardeningRule::operator=(SimoLinearHardeningRule const& rOther) diff --git a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/non_associative_plasticity_model.hpp b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/non_associative_plasticity_model.hpp index 5827a6ff56dc..473a783fa18f 100644 --- a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/non_associative_plasticity_model.hpp +++ b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/non_associative_plasticity_model.hpp @@ -430,7 +430,7 @@ namespace Kratos - // 2. Set the matrix to the appropiate size + // 2. Set the matrix to the appropriate size if ( rConstitutiveMatrix.size1() == 6) { noalias( rConstitutiveMatrix ) = rConstMatrixBig; diff --git a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/yield_surfaces/gens_nova_yield_surface.hpp b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/yield_surfaces/gens_nova_yield_surface.hpp index 5ac93bef79d6..9ec2ba1e886f 100644 --- a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/yield_surfaces/gens_nova_yield_surface.hpp +++ b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/yield_surfaces/gens_nova_yield_surface.hpp @@ -129,7 +129,7 @@ namespace Kratos double MeanStress, LodeAngle; double DeviatoricQ; // == sqrt(3)*J2 - // more work is requiered + // more work is required StressInvariantsUtilities::CalculateStressInvariants( StressTranslated, MeanStress, DeviatoricQ, LodeAngle); DeviatoricQ *= sqrt(3.0); @@ -170,7 +170,7 @@ namespace Kratos double MeanStress, J2, LodeAngle; VectorType V1, V2; - // more work is requiered + // more work is required StressInvariantsUtilities::CalculateStressInvariants( StressTranslated, MeanStress, J2, LodeAngle); StressInvariantsUtilities::CalculateDerivativeVectors( StressTranslated, V1, V2); diff --git a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/yield_surfaces/modified_cam_clay_yield_surface.hpp b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/yield_surfaces/modified_cam_clay_yield_surface.hpp index 725a574bcf9d..2593d5540d75 100644 --- a/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/yield_surfaces/modified_cam_clay_yield_surface.hpp +++ b/applications/ConstitutiveModelsApplication/custom_models/plasticity_models/yield_surfaces/modified_cam_clay_yield_surface.hpp @@ -128,7 +128,7 @@ namespace Kratos double MeanStress, LodeAngle; double DeviatoricQ; // == sqrt(3)*J2 - // more work is requiered + // more work is required StressInvariantsUtilities::CalculateStressInvariants( rStressMatrix, MeanStress, DeviatoricQ, LodeAngle); DeviatoricQ *= sqrt(3.0); @@ -164,7 +164,7 @@ namespace Kratos double MeanStress, J2, LodeAngle; VectorType V1, V2; - // more work is requiered + // more work is required StressInvariantsUtilities::CalculateStressInvariants( rStressMatrix, MeanStress, J2, LodeAngle); StressInvariantsUtilities::CalculateDerivativeVectors( rStressMatrix, V1, V2); diff --git a/applications/ConstitutiveModelsApplication/custom_python/python_outfitted_constitutive_law.hpp b/applications/ConstitutiveModelsApplication/custom_python/python_outfitted_constitutive_law.hpp index 507cfaa9819e..f27942996744 100644 --- a/applications/ConstitutiveModelsApplication/custom_python/python_outfitted_constitutive_law.hpp +++ b/applications/ConstitutiveModelsApplication/custom_python/python_outfitted_constitutive_law.hpp @@ -127,7 +127,7 @@ class KRATOS_API(CONSTITUTIVE_MODELS_APPLICATION) PythonOutfittedConstitutiveLaw const Matrix& rValue, const ProcessInfo& rCurrentProcessInfo ); /** - * Material parameters are inizialized + * Material parameters are initialized */ void InitializeMaterial( const Properties& rProperties, const GeometryType& rElementGeometry, diff --git a/applications/ContactMechanicsApplication/ContactMechanicsApplication.py b/applications/ContactMechanicsApplication/ContactMechanicsApplication.py index a44a1e1ef813..f26da6d1bfc9 100644 --- a/applications/ContactMechanicsApplication/ContactMechanicsApplication.py +++ b/applications/ContactMechanicsApplication/ContactMechanicsApplication.py @@ -1,4 +1,4 @@ -# Applications requiered +# Applications required from KratosMultiphysics.DelaunayMeshingApplication import * # Application dependent names and paths diff --git a/applications/ContactMechanicsApplication/custom_bounding/cylinder_bounding_box.hpp b/applications/ContactMechanicsApplication/custom_bounding/cylinder_bounding_box.hpp index 09344dc08c49..47589aa28bbb 100644 --- a/applications/ContactMechanicsApplication/custom_bounding/cylinder_bounding_box.hpp +++ b/applications/ContactMechanicsApplication/custom_bounding/cylinder_bounding_box.hpp @@ -111,7 +111,7 @@ class CylinderBoundingBox if(CustomParameters["parameters_list"].IsArray() == true && CustomParameters["parameters_list"].size() != 1) { - KRATOS_THROW_ERROR(std::runtime_error,"paramters_list for the Cylinder BBX must contain only one term",CustomParameters.PrettyPrintJsonString()); + KRATOS_THROW_ERROR(std::runtime_error,"parameters_list for the Cylinder BBX must contain only one term",CustomParameters.PrettyPrintJsonString()); } mBox.Initialize(); diff --git a/applications/ContactMechanicsApplication/custom_bounding/plane_bounding_box.hpp b/applications/ContactMechanicsApplication/custom_bounding/plane_bounding_box.hpp index 442bb75b8e95..9d3f1da95963 100644 --- a/applications/ContactMechanicsApplication/custom_bounding/plane_bounding_box.hpp +++ b/applications/ContactMechanicsApplication/custom_bounding/plane_bounding_box.hpp @@ -135,7 +135,7 @@ class PlaneBoundingBox if(CustomParameters["parameters_list"].IsArray() == true && CustomParameters["parameters_list"].size() != 1) { - KRATOS_THROW_ERROR(std::runtime_error,"paramters_list for the Plane BBX must contain only one term",CustomParameters.PrettyPrintJsonString()); + KRATOS_THROW_ERROR(std::runtime_error,"parameters_list for the Plane BBX must contain only one term",CustomParameters.PrettyPrintJsonString()); } mBox.Initialize(); diff --git a/applications/ContactMechanicsApplication/custom_bounding/sphere_bounding_box.hpp b/applications/ContactMechanicsApplication/custom_bounding/sphere_bounding_box.hpp index ceb038f253a4..794a9408ff18 100644 --- a/applications/ContactMechanicsApplication/custom_bounding/sphere_bounding_box.hpp +++ b/applications/ContactMechanicsApplication/custom_bounding/sphere_bounding_box.hpp @@ -111,7 +111,7 @@ class SphereBoundingBox if(CustomParameters["parameters_list"].IsArray() == true && CustomParameters["parameters_list"].size() != 1) { - KRATOS_THROW_ERROR(std::runtime_error,"paramters_list for the Sphere BBX must contain only one term",CustomParameters.PrettyPrintJsonString()); + KRATOS_THROW_ERROR(std::runtime_error,"parameters_list for the Sphere BBX must contain only one term",CustomParameters.PrettyPrintJsonString()); } mBox.Initialize(); diff --git a/applications/ContactMechanicsApplication/custom_bounding/tube_bounding_box.hpp b/applications/ContactMechanicsApplication/custom_bounding/tube_bounding_box.hpp index b357746763e8..57d4b89f7de5 100644 --- a/applications/ContactMechanicsApplication/custom_bounding/tube_bounding_box.hpp +++ b/applications/ContactMechanicsApplication/custom_bounding/tube_bounding_box.hpp @@ -124,7 +124,7 @@ class TubeBoundingBox if(CustomParameters["parameters_list"].IsArray() == true && CustomParameters["parameters_list"].size() != 1) { - KRATOS_THROW_ERROR(std::runtime_error,"paramters_list for the Tube BBX must contain only one term",CustomParameters.PrettyPrintJsonString()); + KRATOS_THROW_ERROR(std::runtime_error,"parameters_list for the Tube BBX must contain only one term",CustomParameters.PrettyPrintJsonString()); } mBox.Initialize(); diff --git a/applications/ContactMechanicsApplication/custom_conditions/beam_contact/beam_point_rigid_contact_condition.hpp b/applications/ContactMechanicsApplication/custom_conditions/beam_contact/beam_point_rigid_contact_condition.hpp index fb409d2d0078..084e0a705417 100644 --- a/applications/ContactMechanicsApplication/custom_conditions/beam_contact/beam_point_rigid_contact_condition.hpp +++ b/applications/ContactMechanicsApplication/custom_conditions/beam_contact/beam_point_rigid_contact_condition.hpp @@ -312,7 +312,7 @@ class KRATOS_API(CONTACT_MECHANICS_APPLICATION) BeamPointRigidContactCondition * it is designed so that rLHSvariables and rRHSvariables are passed TO the condition * thus telling what is the desired output * @param rLeftHandSideMatrices: container with the output left hand side matrices - * @param rLHSVariables: paramter describing the expected LHSs + * @param rLHSVariables: parameter describing the expected LHSs * @param rRightHandSideVectors: container for the desired RHS output * @param rRHSVariables: parameter describing the expected RHSs */ diff --git a/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/axisym_contact_domain_LM_2D_condition.cpp b/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/axisym_contact_domain_LM_2D_condition.cpp index a0a6e42a5f4e..4bb983402832 100644 --- a/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/axisym_contact_domain_LM_2D_condition.cpp +++ b/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/axisym_contact_domain_LM_2D_condition.cpp @@ -50,7 +50,7 @@ AxisymContactDomainLM2DCondition::AxisymContactDomainLM2DCondition( AxisymContac } -//*******************************ASSIGMENT OPERATOR*********************************** +//******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ AxisymContactDomainLM2DCondition& AxisymContactDomainLM2DCondition::operator=(AxisymContactDomainLM2DCondition const& rOther) @@ -192,7 +192,7 @@ void AxisymContactDomainLM2DCondition::CalculateKinematics( ConditionVariables& ElementType& MasterElement = mContactVariables.GetMasterElement(); GeometryType& MasterGeometry = mContactVariables.GetMasterGeometry(); - //Get the parent coodinates derivative [dN/d£] + //Get the parent coordinates derivative [dN/d£] const GeometryType::ShapeFunctionsGradientsType& DN_De = MasterGeometry.ShapeFunctionsLocalGradients( mThisIntegrationMethod ); //Get integration points number diff --git a/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/axisym_contact_domain_penalty_2D_condition.cpp b/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/axisym_contact_domain_penalty_2D_condition.cpp index fc64827ae681..61fb2a922b17 100644 --- a/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/axisym_contact_domain_penalty_2D_condition.cpp +++ b/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/axisym_contact_domain_penalty_2D_condition.cpp @@ -50,7 +50,7 @@ AxisymContactDomainPenalty2DCondition::AxisymContactDomainPenalty2DCondition( Ax } -//*******************************ASSIGMENT OPERATOR*********************************** +//******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ AxisymContactDomainPenalty2DCondition& AxisymContactDomainPenalty2DCondition::operator=(AxisymContactDomainPenalty2DCondition const& rOther) @@ -190,7 +190,7 @@ void AxisymContactDomainPenalty2DCondition::CalculateKinematics( ConditionVariab ElementType& MasterElement = mContactVariables.GetMasterElement(); GeometryType& MasterGeometry = mContactVariables.GetMasterGeometry(); - //Get the parent coodinates derivative [dN/d£] + //Get the parent coordinates derivative [dN/d£] const GeometryType::ShapeFunctionsGradientsType& DN_De = MasterGeometry.ShapeFunctionsLocalGradients( mThisIntegrationMethod ); //Get integration points number diff --git a/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_LM_2D_condition.cpp b/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_LM_2D_condition.cpp index c107e9cd5c8f..87e66d3fb07a 100644 --- a/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_LM_2D_condition.cpp +++ b/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_LM_2D_condition.cpp @@ -50,7 +50,7 @@ ContactDomainLM2DCondition::ContactDomainLM2DCondition( ContactDomainLM2DConditi } -//*******************************ASSIGMENT OPERATOR*********************************** +//******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ ContactDomainLM2DCondition& ContactDomainLM2DCondition::operator=(ContactDomainLM2DCondition const& rOther) @@ -370,7 +370,7 @@ void ContactDomainLM2DCondition::CalculatePreviousGap() //prediction of the lagr void ContactDomainLM2DCondition::CalculateContactFactor(const ProcessInfo& rCurrentProcessInfo ) { - //Initilialize Tau for the stabilization + //Initialize Tau for the stabilization double alpha_stab = 0.1; alpha_stab = GetProperties()[TAU_STAB]; diff --git a/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_LM_3D_condition.cpp b/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_LM_3D_condition.cpp index 1185ca59c733..1e0569e04d3b 100644 --- a/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_LM_3D_condition.cpp +++ b/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_LM_3D_condition.cpp @@ -49,7 +49,7 @@ namespace Kratos } - //*******************************ASSIGMENT OPERATOR*********************************** + //******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ ContactDomainLM3DCondition& ContactDomainLM3DCondition::operator=(ContactDomainLM3DCondition const& rOther) @@ -842,7 +842,7 @@ namespace Kratos void ContactDomainLM3DCondition::CalculateContactFactor(const ProcessInfo& rCurrentProcessInfo ) { - //Initilialize Tau for the stabilization + //Initialize Tau for the stabilization double alpha_stab = 0.1; alpha_stab = GetProperties()[TAU_STAB]; diff --git a/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_LM_3D_condition_2.cpp b/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_LM_3D_condition_2.cpp index 11223fb5957a..60d1a622cfac 100644 --- a/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_LM_3D_condition_2.cpp +++ b/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_LM_3D_condition_2.cpp @@ -49,7 +49,7 @@ namespace Kratos } - //*******************************ASSIGMENT OPERATOR*********************************** + //******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ ContactDomainLM3DCondition& ContactDomainLM3DCondition::operator=(ContactDomainLM3DCondition const& rOther) @@ -764,7 +764,7 @@ namespace Kratos void ContactDomainLM3DCondition::CalculateContactFactor( ProcessInfo& rCurrentProcessInfo ) { - //Initilialize Tau for the stabilization + //Initialize Tau for the stabilization double alpha_stab = 0.1; alpha_stab = GetProperties()[TAU_STAB]; diff --git a/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_condition.cpp b/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_condition.cpp index ace359f34d40..cc04fbce767b 100644 --- a/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_condition.cpp +++ b/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_condition.cpp @@ -57,7 +57,7 @@ namespace Kratos } - //*******************************ASSIGMENT OPERATOR*********************************** + //******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ ContactDomainCondition& ContactDomainCondition::operator=(ContactDomainCondition const& rOther) @@ -616,7 +616,7 @@ namespace Kratos GeometryType& MasterGeometry = mContactVariables.GetMasterGeometry(); - //Get the parent coodinates derivative [dN/d£] + //Get the parent coordinates derivative [dN/d£] const GeometryType::ShapeFunctionsGradientsType& DN_De = MasterGeometry.ShapeFunctionsLocalGradients( mThisIntegrationMethod ); @@ -1690,7 +1690,7 @@ namespace Kratos KRATOS_CATCH( "" ) } - //Note: in the restart the contact mesh is generated from the begining + //Note: in the restart the contact mesh is generated from the beginning void ContactDomainCondition::save( Serializer& rSerializer ) const { diff --git a/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_condition.hpp b/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_condition.hpp index fcfbbcc6728b..34ed253d4d6e 100644 --- a/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_condition.hpp +++ b/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_condition.hpp @@ -505,7 +505,7 @@ class KRATOS_API(CONTACT_MECHANICS_APPLICATION) ContactDomainCondition /** - * Called at the end of eahc solution step + * Called at the end of each solution step */ void FinalizeSolutionStep(const ProcessInfo& CurrentProcessInfo) override; @@ -529,7 +529,7 @@ class KRATOS_API(CONTACT_MECHANICS_APPLICATION) ContactDomainCondition * it is designed so that rLHSvariables and rRHSvariables are passed TO the condition * thus telling what is the desired output * @param rLeftHandSideMatrices: container with the output left hand side matrices - * @param rLHSVariables: paramter describing the expected LHSs + * @param rLHSVariables: parameter describing the expected LHSs * @param rRightHandSideVectors: container for the desired RHS output * @param rRHSVariables: parameter describing the expected RHSs */ diff --git a/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_penalty_2D_condition.cpp b/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_penalty_2D_condition.cpp index 7e1e1e6e1d63..d75ac2c65d2c 100644 --- a/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_penalty_2D_condition.cpp +++ b/applications/ContactMechanicsApplication/custom_conditions/deformable_contact/contact_domain_penalty_2D_condition.cpp @@ -50,7 +50,7 @@ namespace Kratos } - //*******************************ASSIGMENT OPERATOR*********************************** + //******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ ContactDomainPenalty2DCondition& ContactDomainPenalty2DCondition::operator=(ContactDomainPenalty2DCondition const& rOther) @@ -96,7 +96,7 @@ namespace Kratos void ContactDomainPenalty2DCondition::CalculateContactFactor(const ProcessInfo& rCurrentProcessInfo ) { - //Initilialize penalty parameter + //Initialize penalty parameter double penalty_parameter = 1000; penalty_parameter = GetProperties()[PENALTY_PARAMETER]; diff --git a/applications/ContactMechanicsApplication/custom_conditions/rigid_contact/point_rigid_contact_condition.hpp b/applications/ContactMechanicsApplication/custom_conditions/rigid_contact/point_rigid_contact_condition.hpp index d122df62476f..b2c4c095224e 100644 --- a/applications/ContactMechanicsApplication/custom_conditions/rigid_contact/point_rigid_contact_condition.hpp +++ b/applications/ContactMechanicsApplication/custom_conditions/rigid_contact/point_rigid_contact_condition.hpp @@ -355,7 +355,7 @@ class KRATOS_API(CONTACT_MECHANICS_APPLICATION) PointRigidContactCondition * it is designed so that rLHSvariables and rRHSvariables are passed TO the condition * thus telling what is the desired output * @param rLeftHandSideMatrices: container with the output left hand side matrices - * @param rLHSVariables: paramter describing the expected LHSs + * @param rLHSVariables: parameter describing the expected LHSs * @param rRightHandSideVectors: container for the desired RHS output * @param rRHSVariables: parameter describing the expected RHSs */ diff --git a/applications/ContactMechanicsApplication/custom_conditions/thermal_contact/axisym_thermal_contact_domain_penalty_2D_condition.cpp b/applications/ContactMechanicsApplication/custom_conditions/thermal_contact/axisym_thermal_contact_domain_penalty_2D_condition.cpp index b7df2d319a0d..6b83c7481f7c 100644 --- a/applications/ContactMechanicsApplication/custom_conditions/thermal_contact/axisym_thermal_contact_domain_penalty_2D_condition.cpp +++ b/applications/ContactMechanicsApplication/custom_conditions/thermal_contact/axisym_thermal_contact_domain_penalty_2D_condition.cpp @@ -51,7 +51,7 @@ AxisymThermalContactDomainPenalty2DCondition::AxisymThermalContactDomainPenalty2 } -//*******************************ASSIGMENT OPERATOR*********************************** +//******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ AxisymThermalContactDomainPenalty2DCondition& AxisymThermalContactDomainPenalty2DCondition::operator=(AxisymThermalContactDomainPenalty2DCondition const& rOther) diff --git a/applications/ContactMechanicsApplication/custom_conditions/thermal_contact/thermal_contact_domain_condition.cpp b/applications/ContactMechanicsApplication/custom_conditions/thermal_contact/thermal_contact_domain_condition.cpp index 8ca7f85f40ab..0d239c33602d 100644 --- a/applications/ContactMechanicsApplication/custom_conditions/thermal_contact/thermal_contact_domain_condition.cpp +++ b/applications/ContactMechanicsApplication/custom_conditions/thermal_contact/thermal_contact_domain_condition.cpp @@ -53,7 +53,7 @@ ThermalContactDomainCondition::ThermalContactDomainCondition( ThermalContactDoma { } -//*******************************ASSIGMENT OPERATOR*********************************** +//******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ ThermalContactDomainCondition& ThermalContactDomainCondition::operator=(ThermalContactDomainCondition const& rOther) @@ -276,7 +276,7 @@ void ThermalContactDomainCondition::FinalizeSolutionStep(const ProcessInfo& Curr void ThermalContactDomainCondition::CalculateHeatConductivity() { - //Initilialize penalty parameter + //Initialize penalty parameter //double penalty_parameter = 1000; double penalty_parameter = GetProperties()[PENALTY_PARAMETER]; @@ -688,7 +688,7 @@ int ThermalContactDomainCondition::Check( const ProcessInfo& rCurrentProcessInf } -//Note: in the restart the contact mesh is generated from the begining +//Note: in the restart the contact mesh is generated from the beginning void ThermalContactDomainCondition::save( Serializer& rSerializer ) const { diff --git a/applications/ContactMechanicsApplication/custom_conditions/thermal_contact/thermal_contact_domain_condition.hpp b/applications/ContactMechanicsApplication/custom_conditions/thermal_contact/thermal_contact_domain_condition.hpp index 967284d868f2..41d2b776a39b 100644 --- a/applications/ContactMechanicsApplication/custom_conditions/thermal_contact/thermal_contact_domain_condition.hpp +++ b/applications/ContactMechanicsApplication/custom_conditions/thermal_contact/thermal_contact_domain_condition.hpp @@ -296,7 +296,7 @@ class KRATOS_API(CONTACT_MECHANICS_APPLICATION) ThermalContactDomainCondition void InitializeNonLinearIteration(const ProcessInfo& CurrentProcessInfo) override; /** - * Called at the end of eahc solution step + * Called at the end of each solution step */ void FinalizeSolutionStep(const ProcessInfo& CurrentProcessInfo) override; diff --git a/applications/ContactMechanicsApplication/custom_conditions/thermal_contact/thermal_contact_domain_penalty_2D_condition.cpp b/applications/ContactMechanicsApplication/custom_conditions/thermal_contact/thermal_contact_domain_penalty_2D_condition.cpp index e22009ead9c0..745db2bf45dc 100644 --- a/applications/ContactMechanicsApplication/custom_conditions/thermal_contact/thermal_contact_domain_penalty_2D_condition.cpp +++ b/applications/ContactMechanicsApplication/custom_conditions/thermal_contact/thermal_contact_domain_penalty_2D_condition.cpp @@ -50,7 +50,7 @@ ThermalContactDomainPenalty2DCondition::ThermalContactDomainPenalty2DCondition( } -//*******************************ASSIGMENT OPERATOR*********************************** +//******************************ASSIGNMENT OPERATOR*********************************** //************************************************************************************ ThermalContactDomainPenalty2DCondition& ThermalContactDomainPenalty2DCondition::operator=(ThermalContactDomainPenalty2DCondition const& rOther) diff --git a/applications/ContactMechanicsApplication/custom_elements/rigid_body_element.cpp b/applications/ContactMechanicsApplication/custom_elements/rigid_body_element.cpp index 7a7f7859aaaf..0fab401fc531 100644 --- a/applications/ContactMechanicsApplication/custom_elements/rigid_body_element.cpp +++ b/applications/ContactMechanicsApplication/custom_elements/rigid_body_element.cpp @@ -1141,7 +1141,7 @@ void RigidBodyElement::CalculateAndAddInertiaRHS(VectorType& rRightHandSideVecto TotalQuaternion.ToRotationMatrix( CurrentRotationMatrix ); - //for writting purposes + //for writing purposes ArrayType CurrentStepRotationVector = GetGeometry()[0].FastGetSolutionStepValue(STEP_ROTATION); CurrentStepRotationVector = MapToInitialLocalFrame(CurrentStepRotationVector); ArrayType CurrentDisplacementVector = GetGeometry()[0].FastGetSolutionStepValue(DISPLACEMENT); diff --git a/applications/ContactMechanicsApplication/custom_elements/rigid_body_element.hpp b/applications/ContactMechanicsApplication/custom_elements/rigid_body_element.hpp index 9fe984f3d17d..4b6e5b5d1d2a 100644 --- a/applications/ContactMechanicsApplication/custom_elements/rigid_body_element.hpp +++ b/applications/ContactMechanicsApplication/custom_elements/rigid_body_element.hpp @@ -262,7 +262,7 @@ class KRATOS_API(CONTACT_MECHANICS_APPLICATION) RigidBodyElement /** - * Called at the end of eahc solution step + * Called at the end of each solution step */ void FinalizeSolutionStep(const ProcessInfo& rCurrentProcessInfo) override; diff --git a/applications/ContactMechanicsApplication/custom_elements/rigid_body_segregated_V_element.hpp b/applications/ContactMechanicsApplication/custom_elements/rigid_body_segregated_V_element.hpp index c1187920a88c..a6abffc06317 100644 --- a/applications/ContactMechanicsApplication/custom_elements/rigid_body_segregated_V_element.hpp +++ b/applications/ContactMechanicsApplication/custom_elements/rigid_body_segregated_V_element.hpp @@ -162,7 +162,7 @@ class KRATOS_API(CONTACT_MECHANICS_APPLICATION) RigidBodySegregatedVElement /** - * Called at the end of eahc solution step + * Called at the end of each solution step */ void FinalizeSolutionStep(const ProcessInfo& rCurrentProcessInfo) override; diff --git a/applications/ContactMechanicsApplication/custom_elements/translatory_rigid_body_segregated_V_element.hpp b/applications/ContactMechanicsApplication/custom_elements/translatory_rigid_body_segregated_V_element.hpp index 9159425852ca..fe9601ae53cf 100644 --- a/applications/ContactMechanicsApplication/custom_elements/translatory_rigid_body_segregated_V_element.hpp +++ b/applications/ContactMechanicsApplication/custom_elements/translatory_rigid_body_segregated_V_element.hpp @@ -162,7 +162,7 @@ class KRATOS_API(CONTACT_MECHANICS_APPLICATION) TranslatoryRigidBodySegregatedVE /** - * Called at the end of eahc solution step + * Called at the end of each solution step */ void FinalizeSolutionStep(const ProcessInfo& rCurrentProcessInfo) override; diff --git a/applications/ContactMechanicsApplication/custom_strategies/schemes/residual_based_bossak_displacement_rotation_scheme.hpp b/applications/ContactMechanicsApplication/custom_strategies/schemes/residual_based_bossak_displacement_rotation_scheme.hpp index 164d7d0f4d3b..2bbba4e8da4f 100644 --- a/applications/ContactMechanicsApplication/custom_strategies/schemes/residual_based_bossak_displacement_rotation_scheme.hpp +++ b/applications/ContactMechanicsApplication/custom_strategies/schemes/residual_based_bossak_displacement_rotation_scheme.hpp @@ -689,7 +689,7 @@ class ResidualBasedBossakDisplacementRotationScheme: public SchememElementsAreInitialized==false) - KRATOS_THROW_ERROR( std::logic_error, "Before initilizing Conditions, initialize Elements FIRST", "" ) + KRATOS_THROW_ERROR( std::logic_error, "Before initializing Conditions, initialize Elements FIRST", "" ) int NumThreads = OpenMPUtils::GetNumThreads(); @@ -1775,7 +1775,7 @@ class ResidualBasedBossakDisplacementRotationScheme: public SchemeX() - (nodes_begin + 1)->X(); @@ -331,7 +331,7 @@ namespace Kratos KnotPoint = NodePointerType( new NodeType(id,X,Y,Z) ); NewKnotsList.push_back( KnotPoint ); - //first knot //reflection at the begining ( 1 extra knot ) + //first knot //reflection at the beginning ( 1 extra knot ) nodes_begin = NewKnotsList.begin() + 1; X = 2.0 * nodes_begin->X() - (nodes_begin + 1)->X(); diff --git a/applications/ContactStructuralMechanicsApplication/custom_conditions/ALM_frictional_mortar_contact_condition.h b/applications/ContactStructuralMechanicsApplication/custom_conditions/ALM_frictional_mortar_contact_condition.h index 677f10534051..54ab345bafb5 100644 --- a/applications/ContactStructuralMechanicsApplication/custom_conditions/ALM_frictional_mortar_contact_condition.h +++ b/applications/ContactStructuralMechanicsApplication/custom_conditions/ALM_frictional_mortar_contact_condition.h @@ -207,7 +207,7 @@ class KRATOS_API(CONTACT_STRUCTURAL_MECHANICS_APPLICATION) AugmentedLagrangianMe void Initialize(const ProcessInfo& rCurrentProcessInfo) override; /** - * @brief Called at the begining of each solution step + * @brief Called at the beginning of each solution step * @param rCurrentProcessInfo the current process info instance */ void InitializeSolutionStep(const ProcessInfo& rCurrentProcessInfo) override; diff --git a/applications/ContactStructuralMechanicsApplication/custom_conditions/mortar_contact_condition.h b/applications/ContactStructuralMechanicsApplication/custom_conditions/mortar_contact_condition.h index da80acd1d687..cee81c80c205 100644 --- a/applications/ContactStructuralMechanicsApplication/custom_conditions/mortar_contact_condition.h +++ b/applications/ContactStructuralMechanicsApplication/custom_conditions/mortar_contact_condition.h @@ -306,7 +306,7 @@ class KRATOS_API(CONTACT_STRUCTURAL_MECHANICS_APPLICATION) MortarContactConditio /** * @brief This is called during the assembling process in order to calculate the condition contribution in explicit calculation. - * @details NodalData is modified Inside the function, so the the "AddEXplicit" FUNCTIONS THE ONLY FUNCTIONS IN WHICH A CONDITION IS ALLOWED TO WRITE ON ITS NODES. The caller is expected to ensure thread safety hence SET/UNSETLOCK MUST BE PERFORMED IN THE STRATEGY BEFORE CALLING THIS FUNCTION + * @details NodalData is modified Inside the function, so the "AddEXplicit" FUNCTIONS THE ONLY FUNCTIONS IN WHICH A CONDITION IS ALLOWED TO WRITE ON ITS NODES. The caller is expected to ensure thread safety hence SET/UNSETLOCK MUST BE PERFORMED IN THE STRATEGY BEFORE CALLING THIS FUNCTION * @param rCurrentProcessInfo the current process info instance */ void AddExplicitContribution(const ProcessInfo& rCurrentProcessInfo) override; diff --git a/applications/ContactStructuralMechanicsApplication/custom_conditions/penalty_frictional_mortar_contact_condition.h b/applications/ContactStructuralMechanicsApplication/custom_conditions/penalty_frictional_mortar_contact_condition.h index 0079dd7c6696..2834d923ba2a 100644 --- a/applications/ContactStructuralMechanicsApplication/custom_conditions/penalty_frictional_mortar_contact_condition.h +++ b/applications/ContactStructuralMechanicsApplication/custom_conditions/penalty_frictional_mortar_contact_condition.h @@ -208,7 +208,7 @@ class KRATOS_API(CONTACT_STRUCTURAL_MECHANICS_APPLICATION) PenaltyMethodFriction void Initialize(const ProcessInfo& rCurrentProcessInfo) override; /** - * @brief Called at the begining of each solution step + * @brief Called at the beginning of each solution step * @param rCurrentProcessInfo the current process info instance */ void InitializeSolutionStep(const ProcessInfo& rCurrentProcessInfo) override; diff --git a/applications/ContactStructuralMechanicsApplication/custom_master_slave_constraints/contact_master_slave_constraint.h b/applications/ContactStructuralMechanicsApplication/custom_master_slave_constraints/contact_master_slave_constraint.h index 059361dd92fc..5c1834c63330 100644 --- a/applications/ContactStructuralMechanicsApplication/custom_master_slave_constraints/contact_master_slave_constraint.h +++ b/applications/ContactStructuralMechanicsApplication/custom_master_slave_constraints/contact_master_slave_constraint.h @@ -231,7 +231,7 @@ class KRATOS_API(CONTACT_STRUCTURAL_MECHANICS_APPLICATION) ContactMasterSlaveCon void load(Serializer &rSerializer) override; }; -///@name Input/Output funcitons +///@name Input/Output functions ///@{ /// input stream function diff --git a/applications/ContactStructuralMechanicsApplication/custom_processes/base_contact_search_process.h b/applications/ContactStructuralMechanicsApplication/custom_processes/base_contact_search_process.h index 86c3f028ad16..e389f958c76c 100644 --- a/applications/ContactStructuralMechanicsApplication/custom_processes/base_contact_search_process.h +++ b/applications/ContactStructuralMechanicsApplication/custom_processes/base_contact_search_process.h @@ -624,7 +624,7 @@ class KRATOS_API(CONTACT_STRUCTURAL_MECHANICS_APPLICATION) BaseContactSearchProc /** * @brief This method creates a debug file for normals * @param rModelPart The corresponding model part - * @param rName The begining of the file name + * @param rName The beginning of the file name */ void CreateDebugFile( ModelPart& rModelPart, diff --git a/applications/ContactStructuralMechanicsApplication/custom_processes/contact_spr_error_process.h b/applications/ContactStructuralMechanicsApplication/custom_processes/contact_spr_error_process.h index efae4200d864..b8c554c5dbb7 100644 --- a/applications/ContactStructuralMechanicsApplication/custom_processes/contact_spr_error_process.h +++ b/applications/ContactStructuralMechanicsApplication/custom_processes/contact_spr_error_process.h @@ -47,7 +47,7 @@ namespace Kratos /** * @class ContactSPRErrorProcess * @ingroup ContactStructuralMechanicsApplication - * @brief This class is can be used to compute the metrics of the model part with a superconvergent patch recovery (SPR) approach + * @brief This class can be used to compute the metrics of the model part with a superconvergent patch recovery (SPR) approach * @details The formulation employed in order to compute the super patch recovery is based on the work of O. C. Zienkiewicz J. Z. Zhu, and extended for contact mechanics. In the papers: * - The superconvergent patch recovery and a posteriori error estimates. Part 1: The recovery technique https://onlinelibrary.wiley.com/doi/abs/10.1002/nme.1620330702 diff --git a/applications/ContactStructuralMechanicsApplication/custom_python/process_factory_utility.h b/applications/ContactStructuralMechanicsApplication/custom_python/process_factory_utility.h index 1f9e149cea7d..7143689408e7 100644 --- a/applications/ContactStructuralMechanicsApplication/custom_python/process_factory_utility.h +++ b/applications/ContactStructuralMechanicsApplication/custom_python/process_factory_utility.h @@ -81,7 +81,7 @@ class KRATOS_API_EXPORT ProcessFactoryUtility /** * @brief Constructor using just one process - * @param rProcess The process that will be added at the begining of the vector of processes + * @param rProcess The process that will be added at the beginning of the vector of processes * @note This constructor overrides the previous ones ("everything" is an object, so here I try first to work as it is a list) */ ProcessFactoryUtility(ObjectType& rProcess); diff --git a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/alm_frictional_mortar_criteria.h b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/alm_frictional_mortar_criteria.h index fadbe835d9be..fe5f0fa4be3c 100644 --- a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/alm_frictional_mortar_criteria.h +++ b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/alm_frictional_mortar_criteria.h @@ -314,7 +314,7 @@ class ALMFrictionalMortarConvergenceCriteria } ///@} - ///@name Acces + ///@name Access ///@{ ///@} diff --git a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/alm_frictionless_components_mortar_criteria.h b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/alm_frictionless_components_mortar_criteria.h index ad078fd46933..7cdda3202c63 100644 --- a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/alm_frictionless_components_mortar_criteria.h +++ b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/alm_frictionless_components_mortar_criteria.h @@ -281,7 +281,7 @@ class ALMFrictionlessComponentsMortarConvergenceCriteria } ///@} - ///@name Acces + ///@name Access ///@{ ///@} diff --git a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/alm_frictionless_mortar_criteria.h b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/alm_frictionless_mortar_criteria.h index 149dddb119d5..317e0770af00 100644 --- a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/alm_frictionless_mortar_criteria.h +++ b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/alm_frictionless_mortar_criteria.h @@ -279,7 +279,7 @@ class ALMFrictionlessMortarConvergenceCriteria } ///@} - ///@name Acces + ///@name Access ///@{ ///@} diff --git a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/base_mortar_criteria.h b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/base_mortar_criteria.h index 7359d8b2595f..5e6699577473 100755 --- a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/base_mortar_criteria.h +++ b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/base_mortar_criteria.h @@ -420,7 +420,7 @@ class BaseMortarConvergenceCriteria } ///@} - ///@name Acces + ///@name Access ///@{ ///@} diff --git a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/contact_error_mesh_criteria.h b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/contact_error_mesh_criteria.h index 657964b96c75..e991d6baedd2 100644 --- a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/contact_error_mesh_criteria.h +++ b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/contact_error_mesh_criteria.h @@ -233,7 +233,7 @@ class ContactErrorMeshCriteria } ///@} - ///@name Acces + ///@name Access ///@{ ///@} diff --git a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_contact_criteria.h b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_contact_criteria.h index 5d5faad1e87c..c97cbc2e0e18 100644 --- a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_contact_criteria.h +++ b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_contact_criteria.h @@ -387,7 +387,7 @@ class DisplacementContactCriteria } ///@} - ///@name Acces + ///@name Access ///@{ ///@} diff --git a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_contact_criteria.h b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_contact_criteria.h index f245cdebc5d6..e6f76d19d674 100644 --- a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_contact_criteria.h +++ b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_contact_criteria.h @@ -448,7 +448,7 @@ class DisplacementLagrangeMultiplierContactCriteria } ///@} - ///@name Acces + ///@name Access ///@{ ///@} diff --git a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_frictional_contact_criteria.h b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_frictional_contact_criteria.h index 683f18ff027d..3a82363ef6d8 100644 --- a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_frictional_contact_criteria.h +++ b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_frictional_contact_criteria.h @@ -547,7 +547,7 @@ class DisplacementLagrangeMultiplierFrictionalContactCriteria } ///@} - ///@name Acces + ///@name Access ///@{ ///@} diff --git a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_mixed_contact_criteria.h b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_mixed_contact_criteria.h index 1db2a6537211..bfdf7e2c92fa 100644 --- a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_mixed_contact_criteria.h +++ b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_mixed_contact_criteria.h @@ -476,7 +476,7 @@ class DisplacementLagrangeMultiplierMixedContactCriteria } ///@} - ///@name Acces + ///@name Access ///@{ ///@} diff --git a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_mixed_frictional_contact_criteria.h b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_mixed_frictional_contact_criteria.h index eefb34af5482..95d21df95942 100644 --- a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_mixed_frictional_contact_criteria.h +++ b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_mixed_frictional_contact_criteria.h @@ -588,7 +588,7 @@ class DisplacementLagrangeMultiplierMixedFrictionalContactCriteria } ///@} - ///@name Acces + ///@name Access ///@{ ///@} diff --git a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_residual_contact_criteria.h b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_residual_contact_criteria.h index 5b7b170584e1..60a2c38bd7c0 100644 --- a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_residual_contact_criteria.h +++ b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_residual_contact_criteria.h @@ -479,7 +479,7 @@ class DisplacementLagrangeMultiplierResidualContactCriteria } ///@} - ///@name Acces + ///@name Access ///@{ ///@} diff --git a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_residual_frictional_contact_criteria.h b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_residual_frictional_contact_criteria.h index 1723aeb4cff3..74209835f8ba 100644 --- a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_residual_frictional_contact_criteria.h +++ b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_lagrangemultiplier_residual_frictional_contact_criteria.h @@ -654,7 +654,7 @@ class DisplacementLagrangeMultiplierResidualFrictionalContactCriteria } ///@} - ///@name Acces + ///@name Access ///@{ ///@} diff --git a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_residual_contact_criteria.h b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_residual_contact_criteria.h index e72fcde7eba1..d45b7bfadc99 100644 --- a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_residual_contact_criteria.h +++ b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/displacement_residual_contact_criteria.h @@ -428,7 +428,7 @@ class DisplacementResidualContactCriteria } ///@} - ///@name Acces + ///@name Access ///@{ ///@} diff --git a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/mesh_tying_mortar_criteria.h b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/mesh_tying_mortar_criteria.h index 6a3bf0ffbf06..6ae29d6f0c1a 100644 --- a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/mesh_tying_mortar_criteria.h +++ b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/mesh_tying_mortar_criteria.h @@ -201,7 +201,7 @@ class MeshTyingMortarConvergenceCriteria } ///@} - ///@name Acces + ///@name Access ///@{ ///@} diff --git a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/mpc_contact_criteria.h b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/mpc_contact_criteria.h index a369935ae621..6424247841a8 100644 --- a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/mpc_contact_criteria.h +++ b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/mpc_contact_criteria.h @@ -410,7 +410,7 @@ class MPCContactCriteria } ///@} - ///@name Acces + ///@name Access ///@{ ///@} diff --git a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/penalty_frictional_mortar_criteria.h b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/penalty_frictional_mortar_criteria.h index c98bdd4ba15a..78ed52237c8b 100644 --- a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/penalty_frictional_mortar_criteria.h +++ b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/penalty_frictional_mortar_criteria.h @@ -300,7 +300,7 @@ class PenaltyFrictionalMortarConvergenceCriteria } ///@} - ///@name Acces + ///@name Access ///@{ ///@} diff --git a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/penalty_frictionless_mortar_criteria.h b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/penalty_frictionless_mortar_criteria.h index 71293a08dfee..3cecc601f27a 100644 --- a/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/penalty_frictionless_mortar_criteria.h +++ b/applications/ContactStructuralMechanicsApplication/custom_strategies/custom_convergencecriterias/penalty_frictionless_mortar_criteria.h @@ -273,7 +273,7 @@ class PenaltyFrictionlessMortarConvergenceCriteria } ///@} - ///@name Acces + ///@name Access ///@{ ///@} diff --git a/applications/ContactStructuralMechanicsApplication/python_scripts/adaptative_remeshing_contact_structural_mechanics_analysis.py b/applications/ContactStructuralMechanicsApplication/python_scripts/adaptative_remeshing_contact_structural_mechanics_analysis.py index e3e5ab1ed2e8..48987129a8d7 100644 --- a/applications/ContactStructuralMechanicsApplication/python_scripts/adaptative_remeshing_contact_structural_mechanics_analysis.py +++ b/applications/ContactStructuralMechanicsApplication/python_scripts/adaptative_remeshing_contact_structural_mechanics_analysis.py @@ -175,7 +175,7 @@ def RunSolutionLoop(self): #### Internal functions #### def _CreateSolver(self): - """ Create the Solver (and create and import the ModelPart if it is not alread in the model) """ + """ Create the Solver (and create and import the ModelPart if it is not already in the model) """ # To avoid many prints if self.echo_level == 0: diff --git a/applications/ContactStructuralMechanicsApplication/python_scripts/adaptative_remeshing_contact_structural_mechanics_implicit_dynamic_solver.py b/applications/ContactStructuralMechanicsApplication/python_scripts/adaptative_remeshing_contact_structural_mechanics_implicit_dynamic_solver.py index cdad07d420ed..f34a9dc4c6c1 100644 --- a/applications/ContactStructuralMechanicsApplication/python_scripts/adaptative_remeshing_contact_structural_mechanics_implicit_dynamic_solver.py +++ b/applications/ContactStructuralMechanicsApplication/python_scripts/adaptative_remeshing_contact_structural_mechanics_implicit_dynamic_solver.py @@ -21,7 +21,7 @@ def CreateSolver(model, custom_settings): return AdaptativeRemeshingContactImplicitMechanicalSolver(model, custom_settings) class AdaptativeRemeshingContactImplicitMechanicalSolver(contact_structural_mechanics_implicit_dynamic_solver.ContactImplicitMechanicalSolver): - """The contact structural mechanics implicit dynamic solver. (Fot adaptative remeshing) + """The contact structural mechanics implicit dynamic solver. (For adaptative remeshing) See contact_structural_mechanics_implicit_dynamic_solver.py for more information. """ def __init__(self, model, custom_settings): diff --git a/applications/ContactStructuralMechanicsApplication/python_scripts/adaptative_remeshing_contact_structural_mechanics_static_solver.py b/applications/ContactStructuralMechanicsApplication/python_scripts/adaptative_remeshing_contact_structural_mechanics_static_solver.py index 0ef82adcf3d6..5a7549f4425f 100644 --- a/applications/ContactStructuralMechanicsApplication/python_scripts/adaptative_remeshing_contact_structural_mechanics_static_solver.py +++ b/applications/ContactStructuralMechanicsApplication/python_scripts/adaptative_remeshing_contact_structural_mechanics_static_solver.py @@ -21,7 +21,7 @@ def CreateSolver(model, custom_settings): return AdaptativeRemeshingContactStaticMechanicalSolver(model, custom_settings) class AdaptativeRemeshingContactStaticMechanicalSolver(contact_structural_mechanics_static_solver.ContactStaticMechanicalSolver): - """The structural mechanics static solver. (Fot adaptative remeshing) + """The structural mechanics static solver. (For adaptative remeshing) See contact_structural_mechanics_static_solver.py for more information. """ def __init__(self, model, custom_settings): diff --git a/applications/ContactStructuralMechanicsApplication/python_scripts/alm_contact_process.py b/applications/ContactStructuralMechanicsApplication/python_scripts/alm_contact_process.py index 727a68de3018..16b9a41cd97c 100644 --- a/applications/ContactStructuralMechanicsApplication/python_scripts/alm_contact_process.py +++ b/applications/ContactStructuralMechanicsApplication/python_scripts/alm_contact_process.py @@ -173,7 +173,7 @@ def __init__(self, Model, settings): self.normal_variation = CSMA.NormalDerivativesComputation.NO_DERIVATIVES_COMPUTATION_WITH_NORMAL_UPDATE def ExecuteInitialize(self): - """ This method is executed at the begining to initialize the process + """ This method is executed at the beginning to initialize the process Keyword arguments: self -- It signifies an instance of a class. diff --git a/applications/ContactStructuralMechanicsApplication/python_scripts/contact_remesh_mmg_process.py b/applications/ContactStructuralMechanicsApplication/python_scripts/contact_remesh_mmg_process.py index 7eebb82d9085..b6da047ec4a8 100644 --- a/applications/ContactStructuralMechanicsApplication/python_scripts/contact_remesh_mmg_process.py +++ b/applications/ContactStructuralMechanicsApplication/python_scripts/contact_remesh_mmg_process.py @@ -240,7 +240,7 @@ def __init__(self, Model, settings ): self.integration_values_extrapolation_to_nodes_process = KratosMultiphysics.IntegrationValuesExtrapolationToNodesProcess(self.main_model_part, extrapolation_parameters) def ExecuteInitialize(self): - """ This method is executed at the begining to initialize the process + """ This method is executed at the beginning to initialize the process Keyword arguments: self -- It signifies an instance of a class. diff --git a/applications/ContactStructuralMechanicsApplication/python_scripts/explicit_penalty_contact_process.py b/applications/ContactStructuralMechanicsApplication/python_scripts/explicit_penalty_contact_process.py index 8a5d3d15dec0..995cf294b329 100644 --- a/applications/ContactStructuralMechanicsApplication/python_scripts/explicit_penalty_contact_process.py +++ b/applications/ContactStructuralMechanicsApplication/python_scripts/explicit_penalty_contact_process.py @@ -116,7 +116,7 @@ def __init__(self, Model, settings): super().__init__(Model, self.contact_settings) def ExecuteInitialize(self): - """ This method is executed at the begining to initialize the process + """ This method is executed at the beginning to initialize the process Keyword arguments: self -- It signifies an instance of a class. diff --git a/applications/ContactStructuralMechanicsApplication/python_scripts/mesh_tying_process.py b/applications/ContactStructuralMechanicsApplication/python_scripts/mesh_tying_process.py index e2c7f5a3626c..d2d3af1081d1 100644 --- a/applications/ContactStructuralMechanicsApplication/python_scripts/mesh_tying_process.py +++ b/applications/ContactStructuralMechanicsApplication/python_scripts/mesh_tying_process.py @@ -107,7 +107,7 @@ def __init__(self, Model, settings): self.consider_static_condensation = self.mesh_tying_settings["consider_static_condensation"].GetBool() def ExecuteInitialize(self): - """ This method is executed at the begining to initialize the process + """ This method is executed at the beginning to initialize the process Keyword arguments: self -- It signifies an instance of a class. @@ -221,7 +221,7 @@ def _initialize_search_conditions(self): zero_vector[1] = 0.0 zero_vector[2] = 0.0 - # Initilialize weighted variables and LM + # Initialize weighted variables and LM if self.type_variable == "Scalar": KM.VariableUtils().SetVariable(CSMA.WEIGHTED_SCALAR_RESIDUAL, 0.0, self._get_process_model_part().Nodes) else: diff --git a/applications/ContactStructuralMechanicsApplication/python_scripts/mpc_contact_process.py b/applications/ContactStructuralMechanicsApplication/python_scripts/mpc_contact_process.py index b76f1b25fc03..666c1f9eecc8 100755 --- a/applications/ContactStructuralMechanicsApplication/python_scripts/mpc_contact_process.py +++ b/applications/ContactStructuralMechanicsApplication/python_scripts/mpc_contact_process.py @@ -162,7 +162,7 @@ def __init__(self, Model, settings): self.main_model_part.Set(KM.RIGID, False) def ExecuteInitialize(self): - """ This method is executed at the begining to initialize the process + """ This method is executed at the beginning to initialize the process Keyword arguments: self -- It signifies an instance of a class. diff --git a/applications/ContactStructuralMechanicsApplication/python_scripts/penalty_contact_process.py b/applications/ContactStructuralMechanicsApplication/python_scripts/penalty_contact_process.py index f127950e924a..990bf11cc00b 100644 --- a/applications/ContactStructuralMechanicsApplication/python_scripts/penalty_contact_process.py +++ b/applications/ContactStructuralMechanicsApplication/python_scripts/penalty_contact_process.py @@ -116,7 +116,7 @@ def __init__(self, Model, settings): super().__init__(Model, self.contact_settings) def ExecuteInitialize(self): - """ This method is executed at the begining to initialize the process + """ This method is executed at the beginning to initialize the process Keyword arguments: self -- It signifies an instance of a class. diff --git a/applications/ContactStructuralMechanicsApplication/python_scripts/search_base_process.py b/applications/ContactStructuralMechanicsApplication/python_scripts/search_base_process.py index ab50ddf4c4b7..24aedd907880 100644 --- a/applications/ContactStructuralMechanicsApplication/python_scripts/search_base_process.py +++ b/applications/ContactStructuralMechanicsApplication/python_scripts/search_base_process.py @@ -99,7 +99,7 @@ def __init__(self, Model, settings): self.interval = KM.IntervalUtility(self.settings) def ExecuteInitialize(self): - """ This method is executed at the begining to initialize the process + """ This method is executed at the beginning to initialize the process Keyword arguments: self -- It signifies an instance of a class. @@ -330,7 +330,7 @@ def _get_problem_name(self): return "" def _assign_master_flags(self, partial_model_part): - """ This method initializes assigment of the master nodes and conditions + """ This method initializes assignment of the master nodes and conditions Keyword arguments: self -- It signifies an instance of a class. @@ -345,7 +345,7 @@ def _assign_master_flags(self, partial_model_part): KM.VariableUtils().SetFlag(KM.MASTER, True, partial_model_part.Conditions) def _assign_slave_flags(self, key = "0"): - """ This method initializes assigment of the slave nodes and conditions + """ This method initializes assignment of the slave nodes and conditions Keyword arguments: self -- It signifies an instance of a class. diff --git a/applications/ContactStructuralMechanicsApplication/symbolic_generation/ALM_frictional_mortar_condition/generate_frictional_mortar_condition.py b/applications/ContactStructuralMechanicsApplication/symbolic_generation/ALM_frictional_mortar_condition/generate_frictional_mortar_condition.py index 714b48acf271..2b26f50623fc 100644 --- a/applications/ContactStructuralMechanicsApplication/symbolic_generation/ALM_frictional_mortar_condition/generate_frictional_mortar_condition.py +++ b/applications/ContactStructuralMechanicsApplication/symbolic_generation/ALM_frictional_mortar_condition/generate_frictional_mortar_condition.py @@ -78,7 +78,7 @@ def real_norm(input): u2old = custom_sympy_fe_utilities.DefineMatrix('u2old', nnodes_master, dim, "Symbol") # u2(i,j) is the previous displacement of node i component j at domain 2 LM = custom_sympy_fe_utilities.DefineMatrix('LM', nnodes, dim, "Symbol") # Lm are the Lagrange multipliers - # Normal and tangets of the slave + # Normal and tangents of the slave if normalvar == 1: NormalSlave = custom_sympy_fe_utilities.DefineMatrix('NormalSlave', nnodes, dim) else: diff --git a/applications/ContactStructuralMechanicsApplication/symbolic_generation/ALM_frictionless_components_mortar_condition/generate_frictionless_components_mortar_condition.py b/applications/ContactStructuralMechanicsApplication/symbolic_generation/ALM_frictionless_components_mortar_condition/generate_frictionless_components_mortar_condition.py index f2a35f2e739b..2ee518d444ee 100644 --- a/applications/ContactStructuralMechanicsApplication/symbolic_generation/ALM_frictionless_components_mortar_condition/generate_frictionless_components_mortar_condition.py +++ b/applications/ContactStructuralMechanicsApplication/symbolic_generation/ALM_frictionless_components_mortar_condition/generate_frictionless_components_mortar_condition.py @@ -79,7 +79,7 @@ def convert_active_inactive_int(list_active): MOperator = custom_sympy_fe_utilities.DefineMatrix('MOperator',nnodes,nnodes_master) # Define other parameters - # Normal and tangets of the slave + # Normal and tangents of the slave NormalSlave = custom_sympy_fe_utilities.DefineMatrix('NormalSlave',nnodes,dim) X1 = custom_sympy_fe_utilities.DefineMatrix('X1',nnodes,dim) diff --git a/applications/ContactStructuralMechanicsApplication/symbolic_generation/ALM_frictionless_components_mortar_condition/generate_frictionless_components_mortar_condition_non_zero.py b/applications/ContactStructuralMechanicsApplication/symbolic_generation/ALM_frictionless_components_mortar_condition/generate_frictionless_components_mortar_condition_non_zero.py index da507473a5ea..07bb35681195 100644 --- a/applications/ContactStructuralMechanicsApplication/symbolic_generation/ALM_frictionless_components_mortar_condition/generate_frictionless_components_mortar_condition_non_zero.py +++ b/applications/ContactStructuralMechanicsApplication/symbolic_generation/ALM_frictionless_components_mortar_condition/generate_frictionless_components_mortar_condition_non_zero.py @@ -70,7 +70,7 @@ def convert_active_inactive_int(list_active): MOperator = custom_sympy_fe_utilities.DefineMatrix('MOperator',nnodes,nnodes_master) # Define other parameters - # Normal and tangets of the slave + # Normal and tangents of the slave NormalSlave = custom_sympy_fe_utilities.DefineMatrix('NormalSlave',nnodes,dim) X1 = custom_sympy_fe_utilities.DefineMatrix('X1',nnodes,dim) diff --git a/applications/ContactStructuralMechanicsApplication/symbolic_generation/penalty_frictional_mortar_condition/generate_penalty_frictional_mortar_condition.py b/applications/ContactStructuralMechanicsApplication/symbolic_generation/penalty_frictional_mortar_condition/generate_penalty_frictional_mortar_condition.py index fc2a1e164781..1c670d55f191 100644 --- a/applications/ContactStructuralMechanicsApplication/symbolic_generation/penalty_frictional_mortar_condition/generate_penalty_frictional_mortar_condition.py +++ b/applications/ContactStructuralMechanicsApplication/symbolic_generation/penalty_frictional_mortar_condition/generate_penalty_frictional_mortar_condition.py @@ -77,7 +77,7 @@ def real_norm(input): u1old = custom_sympy_fe_utilities.DefineMatrix('u1old', nnodes, dim, "Symbol") # u1(i,j) is the previous displacement of node i component j at domain 1 u2old = custom_sympy_fe_utilities.DefineMatrix('u2old', nnodes_master, dim, "Symbol") # u2(i,j) is the previous displacement of node i component j at domain 2 - # Normal and tangets of the slave + # Normal and tangents of the slave if normalvar == 1: NormalSlave = custom_sympy_fe_utilities.DefineMatrix('NormalSlave', nnodes, dim) else: diff --git a/applications/ContactStructuralMechanicsApplication/tests/test_ContactStructuralMechanicsApplication.py b/applications/ContactStructuralMechanicsApplication/tests/test_ContactStructuralMechanicsApplication.py index a003f6d55524..ad16cade18ef 100755 --- a/applications/ContactStructuralMechanicsApplication/tests/test_ContactStructuralMechanicsApplication.py +++ b/applications/ContactStructuralMechanicsApplication/tests/test_ContactStructuralMechanicsApplication.py @@ -175,7 +175,7 @@ def GetFilePath(fileName): def AssembleTestSuites(): ''' Populates the test suites to run. - Populates the test suites to run. At least, it should pupulate the suites: + Populates the test suites to run. At least, it should populate the suites: "small", "nighlty" and "all" Return diff --git a/applications/ConvectionDiffusionApplication/custom_conditions/thermal_face.h b/applications/ConvectionDiffusionApplication/custom_conditions/thermal_face.h index 124757f5ab4c..855db8eb5b1e 100644 --- a/applications/ConvectionDiffusionApplication/custom_conditions/thermal_face.h +++ b/applications/ConvectionDiffusionApplication/custom_conditions/thermal_face.h @@ -51,7 +51,7 @@ class KRATOS_API(CONVECTION_DIFFUSION_APPLICATION) ThermalFace: public Condition /** * @brief Gauss pt. data structure - * Auxiliar data structure to pass the Gauss pt. data + * Auxiliary data structure to pass the Gauss pt. data */ struct ConditionDataStruct { diff --git a/applications/ConvectionDiffusionApplication/custom_elements/conv_diff_3d.cpp b/applications/ConvectionDiffusionApplication/custom_elements/conv_diff_3d.cpp index f775364f0350..6bc3defea238 100644 --- a/applications/ConvectionDiffusionApplication/custom_elements/conv_diff_3d.cpp +++ b/applications/ConvectionDiffusionApplication/custom_elements/conv_diff_3d.cpp @@ -79,7 +79,7 @@ void ConvDiff3D::CalculateLocalSystem(MatrixType& rLeftHandSideMatrix, VectorTyp BoundedMatrix Third = ZeroMatrix(3, 4); BoundedMatrix Identity = 1.0 * IdentityMatrix(3, 3); - array_1d grad_g = ZeroVector(3); //dimesion coincides with space dimension + array_1d grad_g = ZeroVector(3); //dimension coincides with space dimension if (rLeftHandSideMatrix.size1() != number_of_points) diff --git a/applications/ConvectionDiffusionApplication/custom_elements/conv_diff_3d.h b/applications/ConvectionDiffusionApplication/custom_elements/conv_diff_3d.h index 64d80b496192..5527337d4f65 100644 --- a/applications/ConvectionDiffusionApplication/custom_elements/conv_diff_3d.h +++ b/applications/ConvectionDiffusionApplication/custom_elements/conv_diff_3d.h @@ -176,7 +176,7 @@ class ConvDiff3D // static BoundedMatrix msMassFactors; // static BoundedMatrix msDN_DX; // static array_1d msN; //dimension = number of nodes -// static array_1d ms_vel_gauss; //dimesion coincides with space dimension +// static array_1d ms_vel_gauss; //dimension coincides with space dimension // static array_1d ms_temp_vec_np; //dimension = number of nodes // static array_1d ms_u_DN; diff --git a/applications/ConvectionDiffusionApplication/custom_elements/conv_diff_change_of_phase_2d.cpp b/applications/ConvectionDiffusionApplication/custom_elements/conv_diff_change_of_phase_2d.cpp index 8a247023a61d..9779a09d17a5 100644 --- a/applications/ConvectionDiffusionApplication/custom_elements/conv_diff_change_of_phase_2d.cpp +++ b/applications/ConvectionDiffusionApplication/custom_elements/conv_diff_change_of_phase_2d.cpp @@ -26,7 +26,7 @@ namespace Kratos BoundedMatrix ConvDiffChangeOfPhase2D::msMassFactors; BoundedMatrix ConvDiffChangeOfPhase2D::msDN_DX; array_1d ConvDiffChangeOfPhase2D::msN; //dimension = number of nodes -array_1d ConvDiffChangeOfPhase2D::ms_vel_gauss; //dimesion coincides with space dimension +array_1d ConvDiffChangeOfPhase2D::ms_vel_gauss; //dimension coincides with space dimension array_1d ConvDiffChangeOfPhase2D::ms_temp_vec_np; //dimension = number of nodes array_1d ConvDiffChangeOfPhase2D::ms_u_DN; //dimension = number of nodes @@ -480,7 +480,7 @@ double ConvDiffChangeOfPhase2D::g(double T) return L; } -//Area calculation fo current "phase-change" element +//Area calculation for current "phase-change" element double ConvDiffChangeOfPhase2D::AA(double x1, double y1, double x2, double y2, double x3, double y3) { diff --git a/applications/ConvectionDiffusionApplication/custom_elements/conv_diff_change_of_phase_2d.h b/applications/ConvectionDiffusionApplication/custom_elements/conv_diff_change_of_phase_2d.h index ac812cb58b60..b8212dd707ee 100644 --- a/applications/ConvectionDiffusionApplication/custom_elements/conv_diff_change_of_phase_2d.h +++ b/applications/ConvectionDiffusionApplication/custom_elements/conv_diff_change_of_phase_2d.h @@ -185,7 +185,7 @@ class ConvDiffChangeOfPhase2D static array_1d msN; //dimension = number of nodes //static Matrix msDN_DX; //static Matrix msMassFactors; - static array_1d ms_vel_gauss; //dimesion coincides with space dimension + static array_1d ms_vel_gauss; //dimension coincides with space dimension static array_1d ms_temp_vec_np; //dimension = number of nodes static array_1d ms_u_DN; diff --git a/applications/ConvectionDiffusionApplication/custom_elements/d_convection_diffusion_explicit.cpp b/applications/ConvectionDiffusionApplication/custom_elements/d_convection_diffusion_explicit.cpp index 03e704d71226..d0f2c2ecc0f2 100644 --- a/applications/ConvectionDiffusionApplication/custom_elements/d_convection_diffusion_explicit.cpp +++ b/applications/ConvectionDiffusionApplication/custom_elements/d_convection_diffusion_explicit.cpp @@ -147,7 +147,7 @@ void DConvectionDiffusionExplicit::FinalizeSolutionStep( // Iterate over integration points to update subscales on the gauss point for (unsigned int g = 0; g < integration_points.size(); g++) { - // Caluclate N on the gauss point "g" + // Calculate N on the gauss point "g" rData.N = row(rData.N_gausspoint,g); // Compute tau this->DCalculateTau(rData); @@ -219,7 +219,7 @@ void DConvectionDiffusionExplicit<2,3>::DCalculateRightHandSideInternal( const auto& prj = rData.oss_projection; const auto& phi_subscale_gauss = mUnknownSubScale; // Hardcoded shape functions gradients for linear triangular element - // This is explicitly done to minimize the matrix acceses + // This is explicitly done to minimize the matrix accesses // The notation DN_i_j means shape function for node i in dimension j const double& DN_DX_0_0 = rData.DN_DX(0, 0); const double& DN_DX_0_1 = rData.DN_DX(0, 1); @@ -395,7 +395,7 @@ void DConvectionDiffusionExplicit<3,4>::DCalculateRightHandSideInternal( const auto& prj = rData.oss_projection; const auto& phi_subscale_gauss = mUnknownSubScale; // Hardcoded shape functions gradients for linear triangular element - // This is explicitly done to minimize the matrix acceses + // This is explicitly done to minimize the matrix accesses // The notation DN_i_j means shape function for node i in dimension j const double& DN_DX_0_0 = rData.DN_DX(0,0); const double& DN_DX_0_1 = rData.DN_DX(0,1); @@ -677,7 +677,7 @@ void DConvectionDiffusionExplicit<2,3>::DCalculateOrthogonalSubgridScaleRHSInter const auto& v = rData.convective_velocity; const auto& phi_subscale_gauss = mUnknownSubScale; // Hardcoded shape functions gradients for linear triangular element - // This is explicitly done to minimize the matrix acceses + // This is explicitly done to minimize the matrix accesses // The notation DN_i_j means shape function for node i in dimension j const double& DN_DX_0_0 = rData.DN_DX(0, 0); const double& DN_DX_0_1 = rData.DN_DX(0, 1); @@ -775,7 +775,7 @@ void DConvectionDiffusionExplicit<3,4>::DCalculateOrthogonalSubgridScaleRHSInter const auto& v = rData.convective_velocity; const auto& phi_subscale_gauss = mUnknownSubScale; // Hardcoded shape functions gradients for linear triangular element - // This is explicitly done to minimize the matrix acceses + // This is explicitly done to minimize the matrix accesses // The notation DN_i_j means shape function for node i in dimension j const double& DN_DX_0_0 = rData.DN_DX(0,0); const double& DN_DX_0_1 = rData.DN_DX(0,1); diff --git a/applications/ConvectionDiffusionApplication/custom_elements/d_convection_diffusion_explicit.h b/applications/ConvectionDiffusionApplication/custom_elements/d_convection_diffusion_explicit.h index 9ec024791fae..b976d6417aac 100644 --- a/applications/ConvectionDiffusionApplication/custom_elements/d_convection_diffusion_explicit.h +++ b/applications/ConvectionDiffusionApplication/custom_elements/d_convection_diffusion_explicit.h @@ -94,7 +94,7 @@ class DConvectionDiffusionExplicit : public QSConvectionDiffusionExplicit aux1 = ZeroMatrix(TNumNodes, TNumNodes); //terms multiplying dphi/dt BoundedMatrix aux2 = ZeroMatrix(TNumNodes, TNumNodes); //terms multiplying phi bounded_matrix tmp; @@ -122,7 +122,7 @@ namespace Kratos { noalias(N) = row(Ncontainer,igauss); - //obtain the velocity in the middle of the tiem step + //obtain the velocity in the middle of the time step array_1d vel_gauss=ZeroVector(TDim); for (unsigned int i = 0; i < TNumNodes; i++) { diff --git a/applications/ConvectionDiffusionApplication/custom_elements/laplacian_shifted_boundary_element.cpp b/applications/ConvectionDiffusionApplication/custom_elements/laplacian_shifted_boundary_element.cpp index 96b07859635f..6156232191b3 100644 --- a/applications/ConvectionDiffusionApplication/custom_elements/laplacian_shifted_boundary_element.cpp +++ b/applications/ConvectionDiffusionApplication/custom_elements/laplacian_shifted_boundary_element.cpp @@ -329,7 +329,7 @@ std::vector LaplacianShiftedBoundaryElement::GetSurrogateFace auto& r_neigh_elems = GetValue(NEIGHBOUR_ELEMENTS); // Check the current element faces - // Note that we relly on the fact that the neighbours are sorted according to the faces + // Note that we rely on the fact that the neighbours are sorted according to the faces std::vector surrogate_faces_ids; for (std::size_t i_face = 0; i_face < n_faces; ++i_face) { auto p_neigh_elem = r_neigh_elems(i_face).get(); diff --git a/applications/ConvectionDiffusionApplication/custom_elements/mixed_laplacian_shifted_boundary_element.cpp b/applications/ConvectionDiffusionApplication/custom_elements/mixed_laplacian_shifted_boundary_element.cpp index a962b16dc77f..084c9cf28caa 100644 --- a/applications/ConvectionDiffusionApplication/custom_elements/mixed_laplacian_shifted_boundary_element.cpp +++ b/applications/ConvectionDiffusionApplication/custom_elements/mixed_laplacian_shifted_boundary_element.cpp @@ -366,7 +366,7 @@ std::vector MixedLaplacianShiftedBoundaryElement::GetSurrogat auto& r_neigh_elems = this->GetValue(NEIGHBOUR_ELEMENTS); // Check the current element faces - // Note that we relly on the fact that the neighbours are sorted according to the faces + // Note that we rely on the fact that the neighbours are sorted according to the faces std::vector surrogate_faces_ids; for (std::size_t i_face = 0; i_face < n_faces; ++i_face) { auto p_neigh_elem = r_neigh_elems(i_face).get(); diff --git a/applications/ConvectionDiffusionApplication/custom_elements/qs_convection_diffusion_explicit.cpp b/applications/ConvectionDiffusionApplication/custom_elements/qs_convection_diffusion_explicit.cpp index 2cc6f083ca0d..af5a727fc6a4 100644 --- a/applications/ConvectionDiffusionApplication/custom_elements/qs_convection_diffusion_explicit.cpp +++ b/applications/ConvectionDiffusionApplication/custom_elements/qs_convection_diffusion_explicit.cpp @@ -170,7 +170,7 @@ void QSConvectionDiffusionExplicit<2,3>::CalculateMassMatrix( KRATOS_TRY; const unsigned int local_size = 3; - // Resize, intialize and fill the mass matrix for linear triangular elements + // Resize, initialize and fill the mass matrix for linear triangular elements if (rMassMatrix.size1() != local_size) rMassMatrix.resize(local_size, local_size, false); noalias(rMassMatrix) = ZeroMatrix(local_size, local_size); @@ -195,7 +195,7 @@ void QSConvectionDiffusionExplicit<3,4>::CalculateMassMatrix( KRATOS_TRY; const unsigned int local_size = 4; - // Resize, intialize and fill the mass matrix for linear tetrahedral elements + // Resize, initialize and fill the mass matrix for linear tetrahedral elements if (rMassMatrix.size1() != local_size) rMassMatrix.resize(local_size, local_size, false); noalias(rMassMatrix) = ZeroMatrix(local_size, local_size); @@ -343,7 +343,7 @@ void QSConvectionDiffusionExplicit<2,3>::QSCalculateRightHandSideInternal( const auto& tau = rData.tau; const auto& prj = rData.oss_projection; // Hardcoded shape functions gradients for linear triangular element - // This is explicitly done to minimize the matrix acceses + // This is explicitly done to minimize the matrix accesses // The notation DN_i_j means shape function for node i in dimension j const double& DN_DX_0_0 = rData.DN_DX(0, 0); const double& DN_DX_0_1 = rData.DN_DX(0, 1); @@ -462,7 +462,7 @@ void QSConvectionDiffusionExplicit<3,4>::QSCalculateRightHandSideInternal( const auto& tau = rData.tau; const auto& prj = rData.oss_projection; // Hardcoded shape functions gradients for linear triangular element - // This is explicitly done to minimize the matrix acceses + // This is explicitly done to minimize the matrix accesses // The notation DN_i_j means shape function for node i in dimension j const double& DN_DX_0_0 = rData.DN_DX(0,0); const double& DN_DX_0_1 = rData.DN_DX(0,1); @@ -650,7 +650,7 @@ void QSConvectionDiffusionExplicit<2,3>::QSCalculateOrthogonalSubgridScaleRHSInt const auto& explicit_step_coefficient = rData.explicit_step_coefficient; const auto& v = rData.convective_velocity; // Hardcoded shape functions gradients for linear triangular element - // This is explicitly done to minimize the matrix acceses + // This is explicitly done to minimize the matrix accesses // The notation DN_i_j means shape function for node i in dimension j const double& DN_DX_0_0 = rData.DN_DX(0, 0); const double& DN_DX_0_1 = rData.DN_DX(0, 1); @@ -739,7 +739,7 @@ void QSConvectionDiffusionExplicit<3,4>::QSCalculateOrthogonalSubgridScaleRHSInt const auto& explicit_step_coefficient = rData.explicit_step_coefficient; const auto& v = rData.convective_velocity; // Hardcoded shape functions gradients for linear triangular element - // This is explicitly done to minimize the matrix acceses + // This is explicitly done to minimize the matrix accesses // The notation DN_i_j means shape function for node i in dimension j const double& DN_DX_0_0 = rData.DN_DX(0,0); const double& DN_DX_0_1 = rData.DN_DX(0,1); diff --git a/applications/ConvectionDiffusionApplication/custom_elements/qs_convection_diffusion_explicit.h b/applications/ConvectionDiffusionApplication/custom_elements/qs_convection_diffusion_explicit.h index aef4c816b08e..1eb536b32afd 100644 --- a/applications/ConvectionDiffusionApplication/custom_elements/qs_convection_diffusion_explicit.h +++ b/applications/ConvectionDiffusionApplication/custom_elements/qs_convection_diffusion_explicit.h @@ -94,7 +94,7 @@ class QSConvectionDiffusionExplicit : public Element GeometryType::Pointer pGeometry, Properties::Pointer pProperties); - /// Default constuctor. + /// Default constructor. /// Destructor. virtual ~QSConvectionDiffusionExplicit(); diff --git a/applications/ConvectionDiffusionApplication/custom_strategies/strategies/residualbased_eulerian_convdiff_strategy.h b/applications/ConvectionDiffusionApplication/custom_strategies/strategies/residualbased_eulerian_convdiff_strategy.h index 145c0af909fa..99ebff49ef60 100644 --- a/applications/ConvectionDiffusionApplication/custom_strategies/strategies/residualbased_eulerian_convdiff_strategy.h +++ b/applications/ConvectionDiffusionApplication/custom_strategies/strategies/residualbased_eulerian_convdiff_strategy.h @@ -297,7 +297,7 @@ class ResidualBasedEulerianConvectionDiffusionStrategy //else // std::cout << "No Projection variable assigned for ConvDiff. Assuming Projection=0" << std::endl; if(my_settings->IsDefinedProjectionVariable()==true) - KRATOS_ERROR << "ConvDiffSettings: ProjectionVariable not useed. Remove it" << std::endl; + KRATOS_ERROR << "ConvDiffSettings: ProjectionVariable not used. Remove it" << std::endl; //CONVECTION VELOCITY VARIABLE //CURRENTLY WE ARE USING (VELOCITY -MESH_VELOCITY) TO CONVECT, so the ConvectionVariable must not be used: diff --git a/applications/ConvectionDiffusionApplication/custom_strategies/strategies/residualbased_semi_eulerian_convdiff_strategy.h b/applications/ConvectionDiffusionApplication/custom_strategies/strategies/residualbased_semi_eulerian_convdiff_strategy.h index ddd9d226983f..a8b17a3037ee 100644 --- a/applications/ConvectionDiffusionApplication/custom_strategies/strategies/residualbased_semi_eulerian_convdiff_strategy.h +++ b/applications/ConvectionDiffusionApplication/custom_strategies/strategies/residualbased_semi_eulerian_convdiff_strategy.h @@ -289,7 +289,7 @@ class ResidualBasedSemiEulerianConvectionDiffusionStrategy } //if(my_settings->IsDefinedProjectionVariable()==true) - // KRATOS_THROW_ERROR(std::logic_error, "ConvDiffSettings: ProjectionVariable not useed. Remove it", ""); + // KRATOS_THROW_ERROR(std::logic_error, "ConvDiffSettings: ProjectionVariable not used. Remove it", ""); //CONVECTION VELOCITY VARIABLE //CURRENTLY WE ARE USING (VELOCITY -MESH_VELOCITY) TO CONVECT, so the ConvectionVariable must not be used: diff --git a/applications/ConvectionDiffusionApplication/custom_utilities/bfecc_convection.h b/applications/ConvectionDiffusionApplication/custom_utilities/bfecc_convection.h index fe3a96eca701..37e4d6dd190d 100644 --- a/applications/ConvectionDiffusionApplication/custom_utilities/bfecc_convection.h +++ b/applications/ConvectionDiffusionApplication/custom_utilities/bfecc_convection.h @@ -285,7 +285,7 @@ class BFECCConvection // ************************************************************************************************************ // See [Kuzmin et al., Comput. Methods Appl. Mech. Engrg., 322 (2017) 23–41] for more info about this limiter - // Befor calling make sure that non-historical variable "DISTANCE_GRADIENT" contains the nodal gradient of rVar + // Before calling make sure that non-historical variable "DISTANCE_GRADIENT" contains the nodal gradient of rVar void CalculateLimiter( ModelPart& rModelPart, const Variable< double >& rVar) diff --git a/applications/ConvectionDiffusionApplication/custom_utilities/move_particle_utility.h b/applications/ConvectionDiffusionApplication/custom_utilities/move_particle_utility.h index 47f8f469f36a..e58826cef65d 100644 --- a/applications/ConvectionDiffusionApplication/custom_utilities/move_particle_utility.h +++ b/applications/ConvectionDiffusionApplication/custom_utilities/move_particle_utility.h @@ -96,7 +96,7 @@ namespace Kratos Check(); //storing water and air density and their inverses, just in case it is needed for the streamline integration //loop in elements to change their ID to their position in the array. Easier to get information later. - //DO NOT PARALELIZE THIS! IT MUST BE SERIAL!!!!!!!!!!!!!!!!!!!!!! + //DO NOT PARALLELIZE THIS! IT MUST BE SERIAL!!!!!!!!!!!!!!!!!!!!!! ModelPart::ElementsContainerType::iterator ielembegin = mr_model_part.ElementsBegin(); for(unsigned int ii=0; ii pos; BoundedMatrix N; @@ -208,7 +208,7 @@ namespace Kratos int i_int=0; //careful! it's not the id, but the position inside the array! std::cout << "about to create particles" << std::endl; //now we seed: LOOP IN ELEMENTS - //using loop index, DO NOT paralelize this! change lines : mparticles_in_elems_pointers((ii*mmaximum_number_of_particles)+mparticles_in_elems_integers(ii)) = pparticle; and the next one + //using loop index, DO NOT parallelize this! change lines : mparticles_in_elems_pointers((ii*mmaximum_number_of_particles)+mparticles_in_elems_integers(ii)) = pparticle; and the next one moffset=0; //Convection_Particle& firstparticle =mparticles_vector[0]; @@ -889,7 +889,7 @@ namespace Kratos InvertMatrix( mass_matrix, inverse_mass_matrix); else InvertMatrix3x3( mass_matrix, inverse_mass_matrix); - //and now compute the elemental contribution to the gobal system: + //and now compute the elemental contribution to the global system: if(number_of_particles_in_elem > static_cast(TDim)*3) //otherwise it's impossible to define a correctly the gradients, therefore the results inside the element are useless. { @@ -1030,7 +1030,7 @@ namespace Kratos const int offset =moffset; const int max_results = 1000; - //tools for the paralelization + //tools for the parallelization unsigned int number_of_threads = ParallelUtilities::GetNumThreads(); vector elem_partition; int number_of_rows=mr_model_part.Elements().size(); @@ -1148,7 +1148,7 @@ namespace Kratos //ProcessInfo& CurrentProcessInfo = mr_model_part.GetProcessInfo(); const int offset = moffset; - //TOOLS FOR THE PARALELIZATION + //TOOLS FOR THE PARALLELIZATION //int last_id= (mr_linea_model_part.NodesEnd()-1)->Id(); unsigned int number_of_threads = ParallelUtilities::GetNumThreads(); //KRATOS_WATCH(number_of_threads); @@ -1171,7 +1171,7 @@ namespace Kratos //ModelPart::NodesContainerType::iterator it_end_particle_model_part = mr_linea_model_part.NodesEnd(); ModelPart::ElementsContainerType::iterator ielembegin = mr_model_part.ElementsBegin(); - #pragma omp parallel firstprivate(elem_partition) // firstprivate(results)//we will add the nodes in different parts of aux and later assemple everything toghether, remaming particles ids to get consecutive ids + #pragma omp parallel firstprivate(elem_partition) // firstprivate(results)//we will add the nodes in different parts of aux and later assemble everything together, remaming particles ids to get consecutive ids { unsigned int reused_particles=0; @@ -1271,7 +1271,7 @@ namespace Kratos if (keep_looking) { - KRATOS_THROW_ERROR(std::logic_error, "FINISHED THE LIST AND COULDNT FIND A FREE CELL FOR THE NEW PARTICLE!", ""); + KRATOS_THROW_ERROR(std::logic_error, "FINISHED THE LIST AND COULDN'T FIND A FREE CELL FOR THE NEW PARTICLE!", ""); } else { @@ -1562,7 +1562,7 @@ namespace Kratos ///this function should find the element into which a given node is located ///and return a pointer to the element and the vector containing the - ///shape functions that define the postion within the element + ///shape functions that define the position within the element ///if "false" is devolved the element is not found bool FindNodeOnMesh( array_1d& position, array_1d& N, @@ -1677,7 +1677,7 @@ namespace Kratos { pelement=elements_in_trajectory(i)->shared_from_this(); N=aux_N; - check_from_element_number = i+1 ; //now i element matches pelement, so to avoid cheching twice the same element we send the counter to the following element. + check_from_element_number = i+1 ; //now i element matches pelement, so to avoid checking twice the same element we send the counter to the following element. return true; } diff --git a/applications/ConvectionDiffusionApplication/custom_utilities/pure_convection_CrankN_tools.h b/applications/ConvectionDiffusionApplication/custom_utilities/pure_convection_CrankN_tools.h index 9a26d60b6a0e..b1af07e4ab6f 100644 --- a/applications/ConvectionDiffusionApplication/custom_utilities/pure_convection_CrankN_tools.h +++ b/applications/ConvectionDiffusionApplication/custom_utilities/pure_convection_CrankN_tools.h @@ -108,7 +108,7 @@ class PureConvectionCrankNUtilities work_array.push_back(index_j); } - //sorting the indices and elminating the duplicates + //sorting the indices and eliminating the duplicates std::sort(work_array.begin(),work_array.end()); typename std::vector::iterator new_end = std::unique(work_array.begin(),work_array.end()); unsigned int number_of_entries = new_end - work_array.begin(); diff --git a/applications/ConvectionDiffusionApplication/custom_utilities/pure_convection_tools.h b/applications/ConvectionDiffusionApplication/custom_utilities/pure_convection_tools.h index 326f9f634904..538d61da7d3f 100644 --- a/applications/ConvectionDiffusionApplication/custom_utilities/pure_convection_tools.h +++ b/applications/ConvectionDiffusionApplication/custom_utilities/pure_convection_tools.h @@ -111,7 +111,7 @@ class PureConvectionUtilities work_array.push_back(index_j); } - //sorting the indices and elminating the duplicates + //sorting the indices and eliminating the duplicates std::sort(work_array.begin(),work_array.end()); typename std::vector::iterator new_end = std::unique(work_array.begin(),work_array.end()); unsigned int number_of_entries = new_end - work_array.begin(); diff --git a/applications/ConvectionDiffusionApplication/python_scripts/conjugate_heat_transfer_solver.py b/applications/ConvectionDiffusionApplication/python_scripts/conjugate_heat_transfer_solver.py index 6ff8a37e07f8..bba53c34e18e 100644 --- a/applications/ConvectionDiffusionApplication/python_scripts/conjugate_heat_transfer_solver.py +++ b/applications/ConvectionDiffusionApplication/python_scripts/conjugate_heat_transfer_solver.py @@ -246,7 +246,7 @@ def Clear(self): def Check(self): # Check that both thermal solvers have a different model part name. If - # both model part names coincide the solver will fail to acces them. This + # both model part names coincide the solver will fail to access them. This # is the case if the default one in the convection diffusion is taken. fluid_thermal_model_part_name = self.settings["fluid_domain_solver_settings"]["thermal_solver_settings"]["model_part_name"].GetString() solid_thermal_model_part_name = self.settings["solid_domain_solver_settings"]["thermal_solver_settings"]["model_part_name"].GetString() diff --git a/applications/ConvectionDiffusionApplication/python_scripts/convection_diffusion_analysis.py b/applications/ConvectionDiffusionApplication/python_scripts/convection_diffusion_analysis.py index 3f6467d2541b..1031a450dd05 100644 --- a/applications/ConvectionDiffusionApplication/python_scripts/convection_diffusion_analysis.py +++ b/applications/ConvectionDiffusionApplication/python_scripts/convection_diffusion_analysis.py @@ -16,7 +16,7 @@ class ConvectionDiffusionAnalysis(AnalysisStage): It can be imported and used as "black-box" """ def __init__(self, model, project_parameters): - # Making sure that older cases still work by properly initalizing the parameters + # Making sure that older cases still work by properly initializing the parameters solver_settings = project_parameters["solver_settings"] if not solver_settings.Has("domain_size"): @@ -28,7 +28,7 @@ def __init__(self, model, project_parameters): #### Internal functions #### def _CreateSolver(self): - """ Create the Solver (and create and import the ModelPart if it is not alread in the model) """ + """ Create the Solver (and create and import the ModelPart if it is not already in the model) """ ## Solver construction return solver_wrapper.CreateSolverByParameters(self.model, self.project_parameters["solver_settings"],self.project_parameters["problem_data"]["parallel_type"].GetString()) diff --git a/applications/ConvectionDiffusionApplication/python_scripts/convection_diffusion_solver.py b/applications/ConvectionDiffusionApplication/python_scripts/convection_diffusion_solver.py index f91e52689747..a9afd704a5ce 100644 --- a/applications/ConvectionDiffusionApplication/python_scripts/convection_diffusion_solver.py +++ b/applications/ConvectionDiffusionApplication/python_scripts/convection_diffusion_solver.py @@ -50,7 +50,7 @@ class ConvectionDiffusionSolver(PythonSolver): _CreateBuilderAndSolver _CreateSolutionStrategy - The convection_diffusion_solution_strategy, builder_and_solver, etc. should alway be retrieved + The convection_diffusion_solution_strategy, builder_and_solver, etc. should always be retrieved using the getter functions _GetSolutionStrategy, get_builder_and_solver, etc. from this base class. diff --git a/applications/ConvectionDiffusionApplication/symbolic_generation/convection_diffusion_explicit/d_convection_diffusion_explicit_cpp_template.cpp b/applications/ConvectionDiffusionApplication/symbolic_generation/convection_diffusion_explicit/d_convection_diffusion_explicit_cpp_template.cpp index 3c299ff5d027..5978f19ec210 100644 --- a/applications/ConvectionDiffusionApplication/symbolic_generation/convection_diffusion_explicit/d_convection_diffusion_explicit_cpp_template.cpp +++ b/applications/ConvectionDiffusionApplication/symbolic_generation/convection_diffusion_explicit/d_convection_diffusion_explicit_cpp_template.cpp @@ -147,7 +147,7 @@ void DConvectionDiffusionExplicit::FinalizeSolutionStep( // Iterate over integration points to update subscales on the gauss point for (unsigned int g = 0; g < integration_points.size(); g++) { - // Caluclate N on the gauss point "g" + // Calculate N on the gauss point "g" rData.N = row(rData.N_gausspoint,g); // Compute tau this->DCalculateTau(rData); @@ -219,7 +219,7 @@ void DConvectionDiffusionExplicit<2,3>::DCalculateRightHandSideInternal( const auto& prj = rData.oss_projection; const auto& phi_subscale_gauss = mUnknownSubScale; // Hardcoded shape functions gradients for linear triangular element - // This is explicitly done to minimize the matrix acceses + // This is explicitly done to minimize the matrix accesses // The notation DN_i_j means shape function for node i in dimension j const double& DN_DX_0_0 = rData.DN_DX(0, 0); const double& DN_DX_0_1 = rData.DN_DX(0, 1); @@ -267,7 +267,7 @@ void DConvectionDiffusionExplicit<3,4>::DCalculateRightHandSideInternal( const auto& prj = rData.oss_projection; const auto& phi_subscale_gauss = mUnknownSubScale; // Hardcoded shape functions gradients for linear triangular element - // This is explicitly done to minimize the matrix acceses + // This is explicitly done to minimize the matrix accesses // The notation DN_i_j means shape function for node i in dimension j const double& DN_DX_0_0 = rData.DN_DX(0,0); const double& DN_DX_0_1 = rData.DN_DX(0,1); @@ -320,7 +320,7 @@ void DConvectionDiffusionExplicit<2,3>::DCalculateOrthogonalSubgridScaleRHSInter const auto& v = rData.convective_velocity; const auto& phi_subscale_gauss = mUnknownSubScale; // Hardcoded shape functions gradients for linear triangular element - // This is explicitly done to minimize the matrix acceses + // This is explicitly done to minimize the matrix accesses // The notation DN_i_j means shape function for node i in dimension j const double& DN_DX_0_0 = rData.DN_DX(0, 0); const double& DN_DX_0_1 = rData.DN_DX(0, 1); @@ -366,7 +366,7 @@ void DConvectionDiffusionExplicit<3,4>::DCalculateOrthogonalSubgridScaleRHSInter const auto& v = rData.convective_velocity; const auto& phi_subscale_gauss = mUnknownSubScale; // Hardcoded shape functions gradients for linear triangular element - // This is explicitly done to minimize the matrix acceses + // This is explicitly done to minimize the matrix accesses // The notation DN_i_j means shape function for node i in dimension j const double& DN_DX_0_0 = rData.DN_DX(0,0); const double& DN_DX_0_1 = rData.DN_DX(0,1); diff --git a/applications/ConvectionDiffusionApplication/symbolic_generation/convection_diffusion_explicit/qs_convection_diffusion_explicit_cpp_template.cpp b/applications/ConvectionDiffusionApplication/symbolic_generation/convection_diffusion_explicit/qs_convection_diffusion_explicit_cpp_template.cpp index 8e5a0ae976de..045c51401260 100644 --- a/applications/ConvectionDiffusionApplication/symbolic_generation/convection_diffusion_explicit/qs_convection_diffusion_explicit_cpp_template.cpp +++ b/applications/ConvectionDiffusionApplication/symbolic_generation/convection_diffusion_explicit/qs_convection_diffusion_explicit_cpp_template.cpp @@ -170,7 +170,7 @@ void QSConvectionDiffusionExplicit<2,3>::CalculateMassMatrix( KRATOS_TRY; const unsigned int local_size = 3; - // Resize, intialize and fill the mass matrix for linear triangular elements + // Resize, initialize and fill the mass matrix for linear triangular elements if (rMassMatrix.size1() != local_size) rMassMatrix.resize(local_size, local_size, false); noalias(rMassMatrix) = ZeroMatrix(local_size, local_size); @@ -195,7 +195,7 @@ void QSConvectionDiffusionExplicit<3,4>::CalculateMassMatrix( KRATOS_TRY; const unsigned int local_size = 4; - // Resize, intialize and fill the mass matrix for linear tetrahedral elements + // Resize, initialize and fill the mass matrix for linear tetrahedral elements if (rMassMatrix.size1() != local_size) rMassMatrix.resize(local_size, local_size, false); noalias(rMassMatrix) = ZeroMatrix(local_size, local_size); @@ -343,7 +343,7 @@ void QSConvectionDiffusionExplicit<2,3>::QSCalculateRightHandSideInternal( const auto& tau = rData.tau; const auto& prj = rData.oss_projection; // Hardcoded shape functions gradients for linear triangular element - // This is explicitly done to minimize the matrix acceses + // This is explicitly done to minimize the matrix accesses // The notation DN_i_j means shape function for node i in dimension j const double& DN_DX_0_0 = rData.DN_DX(0, 0); const double& DN_DX_0_1 = rData.DN_DX(0, 1); @@ -388,7 +388,7 @@ void QSConvectionDiffusionExplicit<3,4>::QSCalculateRightHandSideInternal( const auto& tau = rData.tau; const auto& prj = rData.oss_projection; // Hardcoded shape functions gradients for linear triangular element - // This is explicitly done to minimize the matrix acceses + // This is explicitly done to minimize the matrix accesses // The notation DN_i_j means shape function for node i in dimension j const double& DN_DX_0_0 = rData.DN_DX(0,0); const double& DN_DX_0_1 = rData.DN_DX(0,1); @@ -438,7 +438,7 @@ void QSConvectionDiffusionExplicit<2,3>::QSCalculateOrthogonalSubgridScaleRHSInt const auto& explicit_step_coefficient = rData.explicit_step_coefficient; const auto& v = rData.convective_velocity; // Hardcoded shape functions gradients for linear triangular element - // This is explicitly done to minimize the matrix acceses + // This is explicitly done to minimize the matrix accesses // The notation DN_i_j means shape function for node i in dimension j const double& DN_DX_0_0 = rData.DN_DX(0, 0); const double& DN_DX_0_1 = rData.DN_DX(0, 1); @@ -481,7 +481,7 @@ void QSConvectionDiffusionExplicit<3,4>::QSCalculateOrthogonalSubgridScaleRHSInt const auto& explicit_step_coefficient = rData.explicit_step_coefficient; const auto& v = rData.convective_velocity; // Hardcoded shape functions gradients for linear triangular element - // This is explicitly done to minimize the matrix acceses + // This is explicitly done to minimize the matrix accesses // The notation DN_i_j means shape function for node i in dimension j const double& DN_DX_0_0 = rData.DN_DX(0,0); const double& DN_DX_0_1 = rData.DN_DX(0,1); diff --git a/applications/ConvectionDiffusionApplication/test_examples/PecletTest/PecletTest.py b/applications/ConvectionDiffusionApplication/test_examples/PecletTest/PecletTest.py index 8106d2108550..e9d33219bebe 100644 --- a/applications/ConvectionDiffusionApplication/test_examples/PecletTest/PecletTest.py +++ b/applications/ConvectionDiffusionApplication/test_examples/PecletTest/PecletTest.py @@ -40,7 +40,7 @@ #eulerian_convection_diffusion_solver.AddVariables(model_part) # no settings here! (read from the model_part) -#now we proceed to use the GID interface (both to import the infomation inside the .mdpa file and later print the results in a file +#now we proceed to use the GID interface (both to import the information inside the .mdpa file and later print the results in a file gid_mode = GiDPostMode.GiD_PostBinary #we import the python file that includes the commands that we need multifile = MultiFileFlag.SingleFile deformed_mesh_flag = WriteDeformedMeshFlag.WriteUndeformed diff --git a/applications/ConvectionDiffusionApplication/test_examples/square_edgebased.gid/edgebased_PureConvection.py b/applications/ConvectionDiffusionApplication/test_examples/square_edgebased.gid/edgebased_PureConvection.py index 5c66fe5b7dca..92d3f045c66a 100755 --- a/applications/ConvectionDiffusionApplication/test_examples/square_edgebased.gid/edgebased_PureConvection.py +++ b/applications/ConvectionDiffusionApplication/test_examples/square_edgebased.gid/edgebased_PureConvection.py @@ -95,7 +95,7 @@ def BenchmarkCheck(time, model_part): matrix_container.ConstructCSRVector(fluid_model_part) matrix_container.BuildCSRData(fluid_model_part) -print("contructed matrix_containers") +print("constructed matrix_containers") convection_solver = PureConvectionEdgeBased2D(matrix_container, fluid_model_part) print("solver") diff --git a/applications/ConvectionDiffusionApplication/tests/cpp_tests/test_embedded_mls_constraint_process.cpp b/applications/ConvectionDiffusionApplication/tests/cpp_tests/test_embedded_mls_constraint_process.cpp index 1ae2898f9196..a8bec1d6769a 100644 --- a/applications/ConvectionDiffusionApplication/tests/cpp_tests/test_embedded_mls_constraint_process.cpp +++ b/applications/ConvectionDiffusionApplication/tests/cpp_tests/test_embedded_mls_constraint_process.cpp @@ -141,7 +141,7 @@ namespace Kratos::Testing if (it_master != master_ids.end()) { mastersIds_of_slaveId_found[slave_id][it_master - master_ids.begin()] = true; } else { - KRATOS_ERROR << "Master node not found in list of expected contraint masters."; + KRATOS_ERROR << "Master node not found in list of expected constraint masters."; } } diff --git a/applications/ConvectionDiffusionApplication/tests/test_ConvectionDiffusionApplication.py b/applications/ConvectionDiffusionApplication/tests/test_ConvectionDiffusionApplication.py index 2a1062573fab..6fb63042e1b2 100644 --- a/applications/ConvectionDiffusionApplication/tests/test_ConvectionDiffusionApplication.py +++ b/applications/ConvectionDiffusionApplication/tests/test_ConvectionDiffusionApplication.py @@ -28,7 +28,7 @@ def AssembleTestSuites(): ''' Populates the test suites to run. Populates the test suites to run. At least, it should populate the suites: - "small", "nighlty" and "all" + "small", "nightly" and "all" Return ------