OpenBeam
C++ library for static analysis of mechanical structures
Public Attributes | List of all members
openbeam::StaticSolveProblemInfo Struct Reference

#include <CFiniteElementProblem.h>

Collaboration diagram for openbeam::StaticSolveProblemInfo:
Collaboration graph
[legend]

Public Attributes

BuildProblemInfo build_info
 Information from the assembly of the problem.
 
Eigen::Matrix< num_t, Eigen::Dynamic, 1 > F_b
 
Eigen::Matrix< num_t, Eigen::Dynamic, 1 > U_f
 
Eigen::Matrix< num_t, Eigen::Dynamic, 1 > F
 The full F vector (bounded+free DOFs)
 
Eigen::Matrix< num_t, Eigen::Dynamic, 1 > U
 The full U vector (bounded+free DOFs)
 

Detailed Description

Output information from solveStatic()

Member Data Documentation

◆ F_b

Eigen::Matrix<num_t, Eigen::Dynamic, 1> openbeam::StaticSolveProblemInfo::F_b

A vector of length = "build_info.bounded_dof_indices.size()" with all the reaction forces, DOFs in the same order than bounded_dof_indices

◆ U_f

Eigen::Matrix<num_t, Eigen::Dynamic, 1> openbeam::StaticSolveProblemInfo::U_f

A vector of length = "build_info.free_dof_indices.size()" with the displacement of free DOFs, in the same order than free_dof_indices


The documentation for this struct was generated from the following file: