11 lines
214 B
C++
11 lines
214 B
C++
#pragma once
|
|
|
|
#include "fesa/Material/MITC4PlaneStressMaterial.hpp"
|
|
#include "fesa/ModuleInfo.hpp"
|
|
|
|
namespace fesa::module {
|
|
|
|
inline constexpr std::string_view kMaterial = "Material";
|
|
|
|
} // namespace fesa::module
|