![]() |
OGS
|
Definition at line 18 of file ComputeNaturalCoordsResult.h.
#include <ComputeNaturalCoordsResult.h>
Public Attributes | |
Eigen::MatrixXd | natural_coords |
Eigen::MatrixXd | real_coords |
Eigen::VectorXd | initial_anchor_stress |
Eigen::VectorXd | maximum_anchor_stress |
Eigen::VectorXd | residual_anchor_stress |
Eigen::VectorXd | anchor_cross_sectional_area |
Eigen::VectorXd | anchor_stiffness |
Eigen::VectorX< vtkIdType > | bulk_element_ids |
Eigen::VectorX< vtkIdType > | point_cloud_node_ids |
bool | success |
Eigen::VectorXd ApplicationUtils::ComputeNaturalCoordsResult::anchor_cross_sectional_area |
Definition at line 25 of file ComputeNaturalCoordsResult.h.
Referenced by ApplicationUtils::computeNaturalCoords(), readJSON(), setPhysicalPropertiesForIntersectionPoints(), and ApplicationUtils::toVTKGrid().
Eigen::VectorXd ApplicationUtils::ComputeNaturalCoordsResult::anchor_stiffness |
Definition at line 26 of file ComputeNaturalCoordsResult.h.
Referenced by ApplicationUtils::computeNaturalCoords(), readJSON(), setPhysicalPropertiesForIntersectionPoints(), and ApplicationUtils::toVTKGrid().
Eigen::VectorX<vtkIdType> ApplicationUtils::ComputeNaturalCoordsResult::bulk_element_ids |
Definition at line 27 of file ComputeNaturalCoordsResult.h.
Referenced by ApplicationUtils::toVTKGrid().
Eigen::VectorXd ApplicationUtils::ComputeNaturalCoordsResult::initial_anchor_stress |
Definition at line 22 of file ComputeNaturalCoordsResult.h.
Referenced by ApplicationUtils::computeNaturalCoords(), readJSON(), setPhysicalPropertiesForIntersectionPoints(), and ApplicationUtils::toVTKGrid().
Eigen::VectorXd ApplicationUtils::ComputeNaturalCoordsResult::maximum_anchor_stress |
Definition at line 23 of file ComputeNaturalCoordsResult.h.
Referenced by ApplicationUtils::computeNaturalCoords(), readJSON(), setPhysicalPropertiesForIntersectionPoints(), and ApplicationUtils::toVTKGrid().
Eigen::MatrixXd ApplicationUtils::ComputeNaturalCoordsResult::natural_coords |
Definition at line 20 of file ComputeNaturalCoordsResult.h.
Referenced by ApplicationUtils::toVTKGrid().
Eigen::VectorX<vtkIdType> ApplicationUtils::ComputeNaturalCoordsResult::point_cloud_node_ids |
Definition at line 28 of file ComputeNaturalCoordsResult.h.
Referenced by ApplicationUtils::toVTKGrid().
Eigen::MatrixXd ApplicationUtils::ComputeNaturalCoordsResult::real_coords |
Definition at line 21 of file ComputeNaturalCoordsResult.h.
Referenced by ApplicationUtils::computeNaturalCoords(), readJSON(), setPhysicalPropertiesForIntersectionPoints(), and ApplicationUtils::toVTKGrid().
Eigen::VectorXd ApplicationUtils::ComputeNaturalCoordsResult::residual_anchor_stress |
Definition at line 24 of file ComputeNaturalCoordsResult.h.
Referenced by ApplicationUtils::computeNaturalCoords(), readJSON(), setPhysicalPropertiesForIntersectionPoints(), and ApplicationUtils::toVTKGrid().
bool ApplicationUtils::ComputeNaturalCoordsResult::success |
Definition at line 29 of file ComputeNaturalCoordsResult.h.
Referenced by main(), and readJSON().