MCPcopy Create free account

hub / github.com/KratosMultiphysics/Kratos / functions

Functions80,042 in github.com/KratosMultiphysics/Kratos

↓ 104 callersFunctionCheck
* This function provides the place to perform checks on the completeness of the input. * It is designed to be called only once (or anyway, not of
applications/IgaApplication/custom_elements/shell_5p_element.h:317
↓ 104 callersMethodGetBaseModelPart
Returns base model part used in the formulation Returns: Kratos.ModelPart: Base model part used in the formulation
applications/RANSApplication/python_scripts/formulations/rans_formulation.py:276
↓ 104 callersFunctioncoeff
\sa MatrixBase::coeff() * \warning the coordinates must fit into the referenced triangular part */
applications/LinearSolversApplication/external_libraries/eigen3/Eigen/src/Core/TriangularMatrix.h:361
↓ 104 callersFunctionrow
kratos/includes/amatrix_interface.h:649
↓ 104 callersMethodsize
applications/CoSimulationApplication/custom_external_libraries/CoSimIO/external_libraries/asio/include/asio/ip/detail/socket_option.hpp:228
↓ 103 callersMethodAddConditions
applications/HDF5Application/tests/test_utils.cpp:362
↓ 103 callersMethodModelPartIO
Constructor with filenames.
kratos/sources/model_part_io.cpp:33
↓ 103 callersMethodbegin
external_libraries/amgcl/backend/hpx.hpp:171
↓ 103 callersFunctionprecondition
external_libraries/amgcl/util.hpp:90
↓ 102 callersMethodfind
external_libraries/vexcl/vexcl/cache.hpp:148
↓ 102 callersFunctiongetattr
external_libraries/pybind11/pytypes.h:902
↓ 102 callersMethodindex
applications/LinearSolversApplication/external_libraries/eigen3/Eigen/src/SparseCore/AmbiVector.h:286
↓ 102 callersFunctionmake_tuple
external_libraries/pybind11/cast.h:1887
↓ 102 callersFunctionpstoreu
applications/LinearSolversApplication/external_libraries/eigen3/Eigen/src/Core/arch/GPU/PacketMath.h:680
↓ 102 callersFunctionrows
external_libraries/amgcl/backend/interface.hpp:255
↓ 101 callersMethodGetFlags
kratos/containers/flags.cpp:94
↓ 101 callersMethodGetGeometryType
* @brief Gets the geometry type. * @details This function returns the specific type of the geometry. The geometry type provides a more detailed c
applications/SolidMechanicsApplication/custom_geometries/line_gauss_lobatto_3d_2.h:223
↓ 101 callersMethodflush
(self)
applications/SwimmingDEMApplication/python_scripts/swimming_DEM_analysis.py:44
↓ 101 callersFunctioninvoke
applications/CoSimulationApplication/custom_external_libraries/CoSimIO/external_libraries/asio/include/asio/detail/handler_invoke_helpers.hpp:42
↓ 100 callersMethodnodal_values_at_time
Retrieves nodal result values at a specific time. Args: result_item_name (str): Name of the result item (e.g. "WATER_PRE
applications/GeoMechanicsApplication/python_scripts/gid_output_file_reader.py:159
↓ 99 callersFunctionAllIntegrationPoints
kratos/geometries/line_2d_2.h:1289
↓ 99 callersMethodFillFromHistoricalNodalData
applications/FluidDynamicsApplication/custom_elements/data_containers/fluid_element_data.cpp:65
↓ 99 callersMethodPrettyPrintJsonString
kratos/sources/kratos_parameters.cpp:415
↓ 98 callersMethodGetCommunicator
applications/TrilinosApplication/external_includes/amgcl_mpi_solver_impl.cpp:84
↓ 98 callersMethodGetDofs
applications/GeoMechanicsApplication/custom_elements/Pw_element.cpp:496
↓ 97 callersMethodCalculateValue
(self)
applications/ConvectionDiffusionApplication/python_scripts/response_functions/convection_diffusion_response.py:66
↓ 97 callersMethodInitialize
applications/StructuralMechanicsApplication/custom_constraints/link_constraint.cpp:195
↓ 97 callersMethodcheckRHS
routine to check calculation of rhs side within context of testing SetMovingLoad Returns -------
applications/StructuralMechanicsApplication/tests/test_set_moving_load_process.py:49
↓ 97 callersMethoddata
external_libraries/amgcl/backend/mkl.hpp:84
↓ 95 callersMethodPrintInfo
(self)
applications/DEMApplication/python_scripts/DEM_inlet_process.py:23
↓ 95 callersMethodcols
\brief Give the number of columns. */
applications/LinearSolversApplication/external_libraries/eigen3/Eigen/src/SparseLU/SparseLU.h:262
↓ 95 callersMethoderase
Erase an entry from the map.
applications/CoSimulationApplication/custom_external_libraries/CoSimIO/external_libraries/asio/include/asio/detail/hash_map.hpp:180
↓ 94 callersMethodGetValue
applications/MappingApplication/custom_utilities/mapper_interface_info.h:152
↓ 94 callersMethodInitialize
applications/GeoMechanicsApplication/tests/cpp_tests/custom_processes/test_apply_final_stresses_of_previous_stage_to_initial_state.cpp:46
↓ 94 callersMethodload
applications/RANSApplication/custom_elements/laplace_element.h:340
↓ 93 callersMethodAssembleCurrentData
kratos/sources/communicator.cpp:502
↓ 93 callersFunctionCalculateAll
applications/MappingApplication/custom_mappers/beam_mapper.h:202
↓ 93 callersFunctionDefineMatrix
This method defines a symbolic matrix Keyword arguments: name -- Name of variables. m -- Number of rows. n -- Number of columns.
applications/ContactStructuralMechanicsApplication/python_scripts/custom_sympy_fe_utilities.py:15
↓ 93 callersMethodouterIndexPtr
\returns a const pointer to the array of the starting positions of the inner vectors. * This function is aimed at interoperability with other libra
applications/LinearSolversApplication/external_libraries/eigen3/Eigen/src/SparseCore/SparseMatrix.h:189
↓ 92 callersMethodCalculateLocalSystem
applications/GeoMechanicsApplication/tests/cpp_tests/custom_strategies/test_load_stepping_scheme.cpp:59
↓ 92 callersMethodCalculateOnIntegrationPoints
applications/GeoMechanicsApplication/tests/cpp_tests/custom_elements/test_U_Pw_interface_element.cpp:489
↓ 92 callersMethodGetName
(self)
applications/OptimizationApplication/python_scripts/controls/control.py:22
↓ 92 callersMethodGetValue
Get the value given by the key at the specified step_index. This method retrieves the value given by the key at the specified step_index.
applications/OptimizationApplication/python_scripts/utilities/buffered_dict.py:103
↓ 92 callersFunctionIndex
()
applications/SwimmingDEMApplication/python_scripts/hdf5_io_tools.py:38
↓ 92 callersMethodRecursivelyAddMissingParameters
kratos/sources/kratos_parameters.cpp:1496
↓ 91 callersMethodGetValue
kratos/tests/cpp_tests/utilities/test_parallel_utilities.cpp:425
↓ 91 callersMethodRecursivelyValidateAndAssignDefaults
kratos/sources/kratos_parameters.cpp:1428
↓ 91 callersMethodSetShapeFunctionsValues
applications/SolidMechanicsApplication/custom_utilities/shell_cross_section.hpp:208
↓ 91 callersMethodblock
Block all signals for the calling thread.
applications/CoSimulationApplication/custom_external_libraries/CoSimIO/external_libraries/asio/include/asio/detail/null_signal_blocker.hpp:48
↓ 91 callersFunctionfast_expansion_sum_zeroelim
not ANSI_DECLARATORS */
external_libraries/triangle/triangle.c:4971
↓ 91 callersMethodsum
applications/LinearSolversApplication/external_libraries/eigen3/Eigen/src/Core/Redux.h:488
↓ 90 callersMethodBegin
kratos/spatial_containers/cell.h:278
↓ 90 callersMethodCreate
applications/MeshingApplication/custom_external_libraries/tetMeshOpt/u_Types.cpp:249
↓ 90 callersMethodEnd
kratos/spatial_containers/cell.h:283
↓ 90 callersMethodsave
applications/ConstitutiveLawsApplication/custom_constitutive/small_strains/damage/small_strain_isotropic_damage_3d.cpp:509
↓ 89 callersMethodGetModel
(self)
applications/SolidMechanicsApplication/python_scripts/model_manager.py:177
↓ 89 callersMethodMap
(self, variable_origin, variable_destination, mapper_flags=KM.Flags())
applications/MappingApplication/python_scripts/python_mapper.py:25
↓ 89 callersFunctionis_continuation
applications/CoSimulationApplication/custom_external_libraries/CoSimIO/external_libraries/asio/include/asio/detail/handler_cont_helpers.hpp:30
↓ 89 callersMethodload
applications/ConstitutiveLawsApplication/custom_constitutive/small_strains/damage/small_strain_isotropic_damage_3d.cpp:518
↓ 89 callersFunctionpGetGeometry
Returns the Geometry::Pointer corresponding to the Id
kratos/includes/model_part.h:1500
↓ 88 callersMethodAddProperties
Inserts a properties in the mesh. */
kratos/includes/mesh.h:401
↓ 88 callersMethodCalculateLocalSystem
Provides local contributions from body forces and OSS projection terms * This is called during the assembly process and provides the terms of the
applications/FluidDynamicsApplication/custom_elements/vms.h:234
↓ 88 callersMethodRank
applications/LinearSolversApplication/custom_decompositions/eigen_dense_bdc_svd_decomposition.h:178
↓ 88 callersMethodSetEchoLevel
(self, level)
applications/StructuralMechanicsApplication/python_scripts/structural_mechanics_solver.py:322
↓ 88 callersMethodUnique
* @brief Remove duplicate elements from the set. * @details This function removes duplicate elements from the set using the EqualKeyTo comparison
kratos/containers/pointer_vector_set.h:884
↓ 88 callersMethodcopy
applications/CoSimulationApplication/custom_external_libraries/CoSimIO/external_libraries/asio/include/asio/impl/buffered_write_stream.hpp:490
↓ 87 callersMethodGetContainer
kratos/tensor_adaptors/tensor_adaptor.cpp:94
↓ 87 callersFunctionimag
applications/LinearSolversApplication/external_libraries/eigen3/Eigen/src/Core/MathFunctions.h:206
↓ 86 callersFunctionacos
applications/LinearSolversApplication/external_libraries/eigen3/Eigen/src/Core/MathFunctions.h:1712
↓ 86 callersMethodassign
Assign a new error value.
applications/CoSimulationApplication/custom_external_libraries/CoSimIO/external_libraries/asio/include/asio/error_code.hpp:112
↓ 86 callersMethodinitAcc
applications/LinearSolversApplication/external_libraries/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h:446
↓ 86 callersMethodsize
[span.obs], span observers
external_libraries/span/span.hpp:454
↓ 86 callersMethodstore
applications/LinearSolversApplication/external_libraries/eigen3/Eigen/src/Core/util/BlasUtil.h:132
↓ 85 callersMethodCloneTimeStep
kratos/sources/model_part.cpp:225
↓ 85 callersMethodHas
* @brief Checks if the node has the GlobalPointer. * @param rGlobalPointer The pointer that is being checked. * @return True if the node has
kratos/utilities/pointer_communicator.h:130
↓ 85 callersMethodSetStringArray
kratos/sources/kratos_parameters.cpp:858
↓ 85 callersMethodSetValue
kratos/processes/assign_scalar_input_to_entities_process.cpp:268
↓ 85 callersMethoderase
kratos/containers/pointer_vector.h:303
↓ 85 callersFunctionnorm
external_libraries/amgcl/value_type/interface.hpp:168
↓ 85 callersMethodpGetElement
applications/FluidDynamicsApplication/custom_conditions/fs_generalized_wall_condition.h:504
↓ 85 callersFunctionpadd
applications/LinearSolversApplication/external_libraries/eigen3/Eigen/src/Core/arch/GPU/PacketMath.h:833
↓ 85 callersMethodresize
kratos/includes/amatrix_interface.h:224
↓ 84 callersMethodConstructListOfProcesses
( self, process_list )
kratos/python_scripts/process_factory.py:12
↓ 84 callersMethodGetValue
* @brief This function returns a value from a given vector according to a given index * @param rX The vector from which values are to be gathered
applications/TrilinosApplication/trilinos_space.h:1390
↓ 84 callersFunctionPartitionedIterators
kratos/utilities/openmp_utils.h:179
↓ 84 callersMethodend
return iterator end (needed for range-based for)
external_libraries/json/json.hpp:5613
↓ 84 callersMethodend
kratos/containers/sparse_graph.h:399
↓ 83 callersMethodName
* @brief Returns the name of the class as used in the settings (snake_case format) * @return The name of the class */
kratos/solving_strategies/schemes/scheme.h:711
↓ 83 callersMethodacc
applications/LinearSolversApplication/external_libraries/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h:500
↓ 82 callersMethodGetIntegrationMethod
applications/IgaApplication/custom_elements/solid_element.cpp:340
↓ 82 callersMethodViewData
kratos/containers/nd_data.cpp:88
↓ 81 callersMethodGetData
kratos/sources/gid_io.cpp:35
↓ 81 callersMethodGetGeometryFamily
* @brief Gets the geometry family. * @details This function returns the family type of the geometry. The geometry family categorizes the geometry
kratos/geometries/point_2d.h:225
↓ 81 callersMethodInitializeSolutionStep
applications/StructuralMechanicsApplication/custom_constraints/link_constraint.cpp:200
↓ 81 callersMethodbegin
kratos/containers/sparse_graph.h:395
↓ 81 callersMethodcol
applications/LinearSolversApplication/external_libraries/eigen3/Eigen/src/SparseCore/SparseView.h:157
↓ 81 callersFunctionpatch
@brief applies a JSON patch to a copy of the current object @sa https://json.nlohmann.me/api/basic_json/patch/
external_libraries/json/json.hpp:25037
↓ 81 callersMethodsize
Total number of elements
external_libraries/pybind11/numpy.h:1127
↓ 80 callersMethodGet
* @brief Returns the effect of "user_function(rGlobalPointer)" whether the rGlobalPointer is locally or remotely owned. * @param rGlobalPointer T
kratos/utilities/pointer_communicator.h:98
↓ 80 callersMethodIsArray
kratos/sources/kratos_parameters.cpp:576
← previousnext →401–500 of 80,042, ranked by callers