Skip to content

Commit dc1bf68

Browse files
committed
add funding info to ReadMe
1 parent 3a330dd commit dc1bf68

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.21.0)
2-
project(AsFem)
2+
project(AsFem2)
33

44
set(CMAKE_CXX_STANDARD 17)
55

@@ -198,7 +198,7 @@ elseif(MSVC)
198198
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /GL /openmp")
199199
endif()
200200

201-
message("AsFem will be compiled in ${CMAKE_BUILD_TYPE} mode !")
201+
message("AsFem2 will be compiled in ${CMAKE_BUILD_TYPE} mode !")
202202
message("CXX compiler options are: ${CMAKE_CXX_FLAGS}")
203203
message("The executable file 'asfem' will be generated in ${CMAKE_CURRENT_SOURCE_DIR}/bin folder")
204204
###############################################
@@ -210,10 +210,10 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)
210210
include(SourceCode.cmake)
211211

212212
##################################################
213-
add_executable(asfem ${inc} ${src})
213+
add_executable(asfem2 ${inc} ${src})
214214

215215
# target_link_libraries(asfem ${MPI_LIB} ${PETSC_LIB} ${METIS_LIB} ${GKLIB})
216-
target_link_libraries(asfem ${MPI_LIB} ${PETSC_LIB})
216+
target_link_libraries(asfem2 ${MPI_LIB} ${PETSC_LIB})
217217

218218
###############################################
219219
### set LTO for asfem ###

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@ Additional documentation and details about AsFem are available on its [homepage]
5757
# Author
5858
[Yang Bai](https://yangbai90.github.io/)
5959

60+
[MMLab members](https://www.x-mol.com/groups/matmechlab/people)
61+
62+
# Funding
63+
This project is supported by:
64+
65+
- Start up fund of the Great Bay University
66+
- General Program of Guangdong Natural Science Foundation, 2025-2027
67+
- Youth Program of the National Natural Science Foundation of China, 2025-2027
68+
6069

6170
# Citation
6271
```

0 commit comments

Comments
 (0)