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