![]() |
NuTo
Numerics Tool
|
#include "BoostUnitTest.h"#include "nuto/base/Group.h"#include "nuto/math/EigenSparseSolve.h"#include "nuto/mechanics/cell/Cell.h"#include "nuto/mechanics/cell/CellInterface.h"#include "nuto/mechanics/cell/SimpleAssembler.h"#include "nuto/mechanics/constitutive/LinearElastic.h"#include "nuto/mechanics/constitutive/MechanicsInterface.h"#include "nuto/mechanics/constraints/Constraints.h"#include "nuto/mechanics/constraints/ConstraintCompanion.h"#include "nuto/mechanics/dofs/DofNumbering.h"#include "nuto/mechanics/integrands/MomentumBalance.h"#include "nuto/mechanics/integrationtypes/IntegrationTypeTensorProduct.h"#include "nuto/mechanics/interpolation/InterpolationTrussLinear.h"#include "nuto/mechanics/mesh/MeshFem.h"#include "nuto/mechanics/mesh/MeshFemDofConvert.h"#include "nuto/mechanics/mesh/UnitMeshFem.h"#include "nuto/mechanics/nodes/NodeSimple.h"#include <cassert>#include <functional>#include <map>#include <vector>#include <boost/ptr_container/ptr_vector.hpp>Classes | |
| class | HistoryDataContiguousMemory< T > |
| Standard history data management object. More... | |
| struct | CreepHistoryData |
| Structure that holds the history data of the creep law. More... | |
| class | CreepLaw |
| Creep law using the exponential algorithm. More... | |
Functions | |
| BOOST_AUTO_TEST_CASE (History_Data) | |
Variables | |
| constexpr double | SpecimenLength = 1. |
| constexpr unsigned int | numElements = 4 |
| BOOST_AUTO_TEST_CASE | ( | History_Data | ) |
| constexpr unsigned int numElements = 4 |
| constexpr double SpecimenLength = 1. |
1.8.11