14 lines
340 B
C++
14 lines
340 B
C++
#pragma once
|
|
|
|
#include "fesa/Element/MITC4Geometry.hpp"
|
|
#include "fesa/Element/MITC4Kinematics.hpp"
|
|
#include "fesa/Element/MITC4MaterialIntegration.hpp"
|
|
#include "fesa/Element/MITC4Stiffness.hpp"
|
|
#include "fesa/ModuleInfo.hpp"
|
|
|
|
namespace fesa::module {
|
|
|
|
inline constexpr std::string_view kElement = "Element";
|
|
|
|
} // namespace fesa::module
|