-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Copyright 2023 Lawrence Livermore National Security, LLC. See the top-level LICENSE file for details. | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
file(COPY test_linelast.yml DESTINATION ${CMAKE_BINARY_DIR}/examples/linelast) | ||
file(COPY meshes/beam-tri.mesh DESTINATION ${CMAKE_BINARY_DIR}/examples/linelast/meshes) | ||
file(COPY meshes/beam-tet.mesh DESTINATION ${CMAKE_BINARY_DIR}/examples/linelast/meshes) | ||
|
||
# Temporary for testing | ||
file(COPY reference_fom/displaced_mfem_tri.mesh DESTINATION ${CMAKE_BINARY_DIR}/examples/linelast/reference_fom) | ||
file(COPY reference_fom/displaced_mfem_tet.mesh DESTINATION ${CMAKE_BINARY_DIR}/examples/linelast/reference_fom) | ||
file(COPY reference_fom/sol_mfem_tri.gf DESTINATION ${CMAKE_BINARY_DIR}/examples/linelast/reference_fom) | ||
file(COPY reference_fom/sol_mfem_tet.gf DESTINATION ${CMAKE_BINARY_DIR}/examples/linelast/reference_fom) | ||
file(COPY reference_fom/sol_mfem_tet.gf DESTINATION ${CMAKE_BINARY_DIR}/examples/linelast/reference_fom) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters