OGS
ComputeNaturalCoordsResult.h
Go to the documentation of this file.
1
9
10#pragma once
11
12#include <vtkType.h>
13
14#include <Eigen/Core>
15
16namespace ApplicationUtils
17{
19{
20 Eigen::MatrixXd natural_coords;
21 Eigen::MatrixXd real_coords;
22 Eigen::VectorXd initial_anchor_stress;
23 Eigen::VectorXd maximum_anchor_stress;
24 Eigen::VectorXd residual_anchor_stress;
26 Eigen::VectorXd anchor_stiffness;
27 Eigen::VectorX<vtkIdType> bulk_element_ids;
28 Eigen::VectorX<vtkIdType> point_cloud_node_ids;
29 bool success;
30};
31} // namespace ApplicationUtils