![]() |
NuTo
Numerics Tool
|
#include "BoostUnitTest.h"#include "nuto/mechanics/elements/ContinuumElement.h"#include "nuto/mechanics/elements/ElementEnum.h"#include "nuto/mechanics/structures/unstructured/Structure.h"#include "nuto/mechanics/sections/SectionTruss.h"#include "nuto/mechanics/nodes/NodeDof.h"#include "nuto/mechanics/nodes/NodeEnum.h"#include "nuto/mechanics/constitutive/laws/HeatConduction.h"#include "nuto/mechanics/elements/ElementOutputBlockMatrixDouble.h"#include "nuto/mechanics/elements/ElementOutputBlockVectorDouble.h"#include "nuto/mechanics/interpolationtypes/InterpolationType.h"#include "nuto/mechanics/interpolationtypes/InterpolationTypeEnum.h"#include "nuto/mechanics/constitutive/ConstitutiveEnum.h"Functions | |
| int | CreateNode (const Eigen::VectorXd &nodeCoordinates, NuTo::Structure &structure) |
| void | BuildStructure (NuTo::Structure &s) |
| BOOST_AUTO_TEST_CASE (check_constraint_node_to_element) | |
| Checks if a node can be constrained to an element Creates a reference triangle and arbitrary nodes and checks whether the node coordinates are inside the element. More... | |
Variables | |
| constexpr int | dim = 2 |
| BOOST_AUTO_TEST_CASE | ( | check_constraint_node_to_element | ) |
Checks if a node can be constrained to an element Creates a reference triangle and arbitrary nodes and checks whether the node coordinates are inside the element.
| void BuildStructure | ( | NuTo::Structure & | s | ) |
| int CreateNode | ( | const Eigen::VectorXd & | nodeCoordinates, |
| NuTo::Structure & | structure | ||
| ) |
| constexpr int dim = 2 |
1.8.11