-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathtodo.m
87 lines (62 loc) · 2.25 KB
/
todo.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
%% To-do
% lambda tres ordres de magnitud mes grans
% grafic nu - lambda i tal per comprovar com afecta
% https://sci-hub.usualwant.com/10.1016/S0045-7949(99)00137-6 pag 11
% In this commit: first iteration seems okay, the following iterations
% become increasingly crap.
% exemple malla forat ester
% canviar E nu
% exemple deal ii 3d, xafar cub al centre
% budget + environmental impact
% Speed-up: pass ndofs to BCApplier, calculate free dofs just once
% WEBSITE
% STEP 1
% - Readme: tot fora, portar cap a la web + documentation
% afegir nous exemples visuals per cridar atencio
% - Web: nous exemples, afegir manuals/tutorials tipus Firedrake
% - Fer tutorial TopOpt (Cantilever compliance -> gif + monitoring)
% -> començar a pensar amb settings
% STEP 2
% FEM nou seguint model idealWorld.m
% STEP 3
% TopOpt nou seguint model idealWorld.m
% TUTORIALS
% - 0. Create mesh (Ton)
% - 1. Fem Thermal (Ton) (include plots & prints)
% - 2. Fem Elasticity (Ton) (include plots & prints)
% - 3. Create level set functions (square with circle) (Ton)
% Extrude+export stl tutorial
% - 4. Filter (Jose)
% - 5. TopOpt
% 5.1. Macro (Ton)
% 5.2. Micro (Jose)
% - 6. Shape optimization (Alex)
% - 7. Dehomogenization (Alex)
% - 8. Projectors (Ton)
% EXTRAS
% - Subdomains (Lagrange Multipliers)
% - Micro elasticity
% - Optimizers
% Nesterov? + Arnau
%% Comments
%% Questions
%% Results
%% Long-terms
% Filters -> using only LHS/RHsinteg
% RHS with test and trial
% CharacteristicFunction should return an UnfittedMesh
% Nesterov
% Preprocess / GUI -> TBD
% - Use FeFunctions in TopOpt_Problem
%% Backlog
% - Move Input folder to a separate repository
% - Geometry only in Mesh
% EXTRAS
% - Investigate: converting data to binary format to save read'n'write
% resources for paraview
% - Study file ouptut size vs time (GiD/Paraview) to see which is better
% for printing (test + graph)
% - Recuperar gid unfitted mesh photo GiDimagecapturer
% density --(project)--> unfittedmesh -> innermesh/photo
% - GiDImageCapturer -> some variables should be "user variables", defined
% once in a centralized file