Revision 375b6cf3ac9e648d1fee2d4e492194a666439b8e authored by Lars Bilke on 23 April 2021, 09:09:08 UTC, committed by Dmitri Naumov on 09 May 2021, 12:00:27 UTC
Usage:

    ogs -o _out -p path/to/square_1e0_neumann.xml path/to/square_1e0.prj

In this case
Elliptic/square_1x1_SteadyStateDiffusion/square_1e0_neumann.prj could be
replaced by the xml file in combination with the base prj file
(square_1e0.prj).
1 parent cded117
Raw File
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

target_link_libraries(
    ParameterLib PUBLIC MathLib PRIVATE BaseLib exprtk MeshLib spdlog::spdlog
)
back to top