-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfem.cfg
22 lines (22 loc) · 801 Bytes
/
fem.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PROJECT_NAME = "FEM_Learning"
OUTPUT_DIRECTORY = ./
GENERATE_LATEX = NO
GENERATE_MAN = NO
GENERATE_RTF = NO
CASE_SENSE_NAMES = NO
INPUT = README.md \
practice5.cpp \
fem1D.cpp feValueTest.cpp \
hollowSphere.cpp hollowSphereEighth.cpp \
hollowSphere_pp.py draw_hollowSphere.py \
post_processing.h planar_beam.cpp planar_beam_symmetric.cpp \
traction_rod.cpp traction_rod.py \
ElastoPlastic.cpp \
fe_enriched_test.cpp \
classical_fracture.cpp fracture_msh.py
QUIET = YES
JAVADOC_AUTOBRIEF = YES
SEARCHENGINE = NO
EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
USE_MDFILE_AS_MAINPAGE = README.md