Created on July 5, 2024, 1:12 PM
Definition in file AverageGradShapeFunction.h.
#include <Eigen/Core>
#include <vector>
#include "MeshLib/Elements/Element.h"
#include "NumLib/Fem/InitShapeMatrices.h"
#include "NumLib/Fem/Integration/GenericIntegrationMethod.h"
Go to the source code of this file.
Namespaces | |
namespace | NumLib |
Functions | |
template<int DisplacementDim, typename ShapeFunction , typename ShapeMatricesType , typename IpData > | |
Eigen::Vector3d | NumLib::averageGradShapeFunction (int const local_node_id, MeshLib::Element const &element, NumLib::GenericIntegrationMethod const &integration_method, std::vector< IpData, Eigen::aligned_allocator< IpData > > const &ip_data, const bool is_axially_symmetric) |