11 lines
214 B
C++
11 lines
214 B
C++
#pragma once
|
|
|
|
#include <fesa/io/abaqus/deck_record.hpp>
|
|
#include <fesa/model/domain_builder.hpp>
|
|
|
|
namespace fesa {
|
|
|
|
[[nodiscard]] DomainBuildResult map_deck_to_domain(const ParsedDeck& deck);
|
|
|
|
} // namespace fesa
|