Skip to content

Commit

Permalink
Merge pull request #493 from easifem/dev
Browse files Browse the repository at this point in the history
Updates in domain and mesh
  • Loading branch information
vickysharma0812 authored Jun 4, 2024
2 parents bfbd14e + a2f2748 commit c025162
Show file tree
Hide file tree
Showing 68 changed files with 9,699 additions and 1,737 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
cmake_minimum_required(VERSION 3.20.0 FATAL_ERROR)
set(PROJECT_NAME "easifemClasses")
project(${PROJECT_NAME})

enable_language(Fortran C CXX)

set(VERSION_MAJOR "24")
Expand Down
19 changes: 19 additions & 0 deletions src/modules/AbstractDomain/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This program is a part of EASIFEM library Copyright (C) 2020-2021 Vikas
# Sharma, Ph.D
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation, either version 3 of the License, or (at your option) any later
# version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <https: //www.gnu.org/licenses/>
#

set(src_path "${CMAKE_CURRENT_LIST_DIR}/src/")
target_sources(${PROJECT_NAME} PRIVATE ${src_path}/AbstractDomain_Class.F90)
Loading

0 comments on commit c025162

Please sign in to comment.