Revision 121ef11f0a630eb4e6bd79c429bbbd97b8534aa1 authored by tnagel on 05 March 2023, 08:35:47 UTC, committed by Dmitri Naumov on 28 November 2023, 23:47:38 UTC
Extracting function to load MFront behaviour and extending
it to load the small strains as well as the finite strains
models.
1 parent fb19014
Raw File
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

target_link_libraries(
    ParameterLib PUBLIC MathLib PRIVATE BaseLib exprtk MeshLib
)

target_precompile_headers(ParameterLib PRIVATE [["BaseLib/Error.h"]]
    [["BaseLib/ConfigTree.h"]] [["BaseLib/Logging.h"]]
    [["ParameterLib/Parameter.h"]] <Eigen/Core>)
back to top