14 #if !defined(KRATOS_APPLY_FUNCTION_TO_NODES_UTILITY_H_INCLUDED)
15 #define KRATOS_APPLY_FUNCTION_TO_NODES_UTILITY_H_INCLUDED
77 GenericFunctionUtility::Pointer pFunction
101 std::vector<double> ReturnFunction(
const double t);
109 GenericFunctionUtility::Pointer mpFunction;
This function applies a givn function to its nodes calling GenericFunctionUtility.
Definition: apply_function_to_nodes_utility.h:54
std::size_t IndexType
The index type definition.
Definition: apply_function_to_nodes_utility.h:60
ApplyFunctionToNodesUtility(ModelPart::NodesContainerType &rNodes, GenericFunctionUtility::Pointer pFunction)
Default constructor.
Definition: apply_function_to_nodes_utility.h:75
KRATOS_CLASS_POINTER_DEFINITION(ApplyFunctionToNodesUtility)
Counted pointer of ApplyFunctionToNodesUtility.
MeshType::NodesContainerType NodesContainerType
Nodes container. Which is a vector set of nodes with their Id's as key.
Definition: model_part.h:128
A sorted associative container similar to an STL set, but uses a vector to store pointers to its data...
Definition: pointer_vector_set.h:72
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
int t
Definition: ode_solve.py:392