49 template <
typename TPrimalElement>
95 typename GeometryType::Pointer pGeometry,
96 typename PropertiesType::Pointer pProperties)
97 :
BaseType(NewId, pGeometry, pProperties, true)
109 typename PropertiesType::Pointer pProperties)
const override
111 return Kratos::make_intrusive<AdjointFiniteDifferencingShellElement<TPrimalElement>>(
116 typename GeometryType::Pointer pGeometry,
117 typename PropertiesType::Pointer pProperties)
const override
119 return Kratos::make_intrusive<AdjointFiniteDifferencingShellElement<TPrimalElement>>(
120 NewId, pGeometry, pProperties);
147 void CheckDofs()
const;
148 void CheckProperties(
const ProcessInfo& rCurrentProcessInfo)
const;
149 void CheckSpecificProperties()
const;
170 void save(
Serializer& rSerializer)
const override;
AdjointFiniteDifferencingBaseElement.
Definition: adjoint_finite_difference_base_element.h:54
AdjointFiniteDifferencingShellElement.
Definition: adjoint_finite_difference_shell_element.h:52
Element::Pointer Create(IndexType NewId, NodesArrayType const &ThisNodes, typename PropertiesType::Pointer pProperties) const override
It creates a new element pointer.
Definition: adjoint_finite_difference_shell_element.h:107
AdjointFiniteDifferencingShellElement(IndexType NewId=0)
Definition: adjoint_finite_difference_shell_element.h:84
AdjointFiniteDifferencingShellElement(IndexType NewId, typename GeometryType::Pointer pGeometry)
Definition: adjoint_finite_difference_shell_element.h:89
BaseType::IntegrationMethod IntegrationMethod
Definition: adjoint_finite_difference_shell_element.h:70
BaseType::GeometryType GeometryType
Definition: adjoint_finite_difference_shell_element.h:62
BaseType::DofsVectorType DofsVectorType
Definition: adjoint_finite_difference_shell_element.h:68
BaseType::IndexType IndexType
Definition: adjoint_finite_difference_shell_element.h:61
BaseType::PropertiesType PropertiesType
Definition: adjoint_finite_difference_shell_element.h:63
BaseType::SizeType SizeType
Definition: adjoint_finite_difference_shell_element.h:60
BaseType::MatrixType MatrixType
Definition: adjoint_finite_difference_shell_element.h:66
BaseType::EquationIdVectorType EquationIdVectorType
Definition: adjoint_finite_difference_shell_element.h:67
BaseType::VectorType VectorType
Definition: adjoint_finite_difference_shell_element.h:65
BaseType::GeometryDataType GeometryDataType
Definition: adjoint_finite_difference_shell_element.h:71
AdjointFiniteDifferencingBaseElement< TPrimalElement > BaseType
Definition: adjoint_finite_difference_shell_element.h:59
BaseType::NodesArrayType NodesArrayType
Definition: adjoint_finite_difference_shell_element.h:64
BaseType::DofsArrayType DofsArrayType
Definition: adjoint_finite_difference_shell_element.h:69
Element::Pointer Create(IndexType NewId, typename GeometryType::Pointer pGeometry, typename PropertiesType::Pointer pProperties) const override
It creates a new element pointer.
Definition: adjoint_finite_difference_shell_element.h:115
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(AdjointFiniteDifferencingShellElement)
AdjointFiniteDifferencingShellElement(IndexType NewId, typename GeometryType::Pointer pGeometry, typename PropertiesType::Pointer pProperties)
Definition: adjoint_finite_difference_shell_element.h:94
int Check(const ProcessInfo &rCurrentProcessInfo) const override
Definition: adjoint_finite_difference_shell_element.cpp:28
GeometryData::IntegrationMethod IntegrationMethod
Type definition for integration methods.
Definition: element.h:105
Vector VectorType
Definition: element.h:88
PointerVectorSet< DofType > DofsArrayType
Definition: element.h:102
std::size_t SizeType
Definition: element.h:94
Properties PropertiesType
Definition: element.h:80
std::vector< DofType::Pointer > DofsVectorType
Definition: element.h:100
Geometry< NodeType >::PointsArrayType NodesArrayType
definition of nodes container type, redefined from GeometryType
Definition: element.h:86
GeometryData GeometryDataType
Definition: element.h:107
Matrix MatrixType
Definition: element.h:90
std::vector< std::size_t > EquationIdVectorType
Definition: element.h:98
std::size_t IndexType
Definition: flags.h:74
This defines the geometrical object, base definition of the element and condition entities.
Definition: geometrical_object.h:58
GeometryType & GetGeometry()
Returns the reference of the geometry.
Definition: geometrical_object.h:158
std::size_t IndexType
Defines the index type.
Definition: geometrical_object.h:73
Geometry base class.
Definition: geometry.h:71
virtual Pointer Create(PointsArrayType const &rThisPoints) const
Creates a new geometry pointer.
Definition: geometry.h:813
PointerVector is a container like stl vector but using a vector to store pointers to its data.
Definition: pointer_vector.h:72
ProcessInfo holds the current value of different solution parameters.
Definition: process_info.h:59
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
Variable class contains all information needed to store and retrive data from a data container.
Definition: variable.h:63
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
def load(f)
Definition: ode_solve.py:307