├── sage ├── sage │ ├── __init__.py │ ├── wsgi.py │ └── urls.py ├── civilsage │ ├── __init__.py │ ├── admin.py │ ├── tests.py │ ├── models.py │ └── urls.py ├── static │ ├── js │ │ └── autofill.js │ ├── new.csv │ ├── fonts │ │ └── glyphicons-halflings-regular.woff │ └── css │ │ └── custom.css ├── civil.sh ├── Contribute.md ├── README.md ├── ToDo ├── manage.py ├── sagemath │ └── input.sage.py ├── LICENSE └── initial_file.py ├── Examples ├── DoS │ └── 01 │ │ ├── tex │ │ ├── run.sh │ │ ├── main.dvi │ │ ├── main.pdf │ │ ├── abstract.tex │ │ ├── main.aux │ │ ├── title.tex │ │ ├── usepackage.tex │ │ └── main.tex │ │ ├── readme │ │ └── input.mat ├── DCS │ └── DesignAids │ │ ├── tex │ │ ├── run.sh │ │ ├── main │ │ │ ├── up.png │ │ │ ├── img1.png │ │ │ ├── img2.png │ │ │ ├── img3.png │ │ │ ├── img4.png │ │ │ ├── img5.png │ │ │ ├── img6.png │ │ │ ├── img7.png │ │ │ ├── img8.png │ │ │ ├── next.png │ │ │ ├── prev.png │ │ │ ├── up_g.png │ │ │ ├── next_g.png │ │ │ ├── prev_g.png │ │ │ └── main.css │ │ ├── title.tex │ │ ├── abstract.tex │ │ ├── main.tex │ │ └── usepackage.tex │ │ ├── roundx.m │ │ ├── Out │ │ ├── README.md │ │ └── Table.md │ │ ├── TableTemplate.m │ │ ├── Material.m │ │ ├── Table103.m │ │ ├── Table102.m │ │ ├── Table104.m │ │ ├── Table101.m │ │ ├── Table105.m │ │ ├── main.m │ │ ├── Table107.m │ │ ├── tableTex2D.m │ │ ├── tableTex1D.m │ │ └── Table106.m ├── L01 │ ├── readme │ ├── input.mat │ └── main.m ├── Students │ ├── BeamDesign │ │ ├── readme │ │ ├── sizeandsteel.m │ │ └── main.m │ └── BeamDes │ │ ├── given_data.mat │ │ └── tables.mat ├── GeoTech │ └── BC │ │ ├── dataFile.mat │ │ └── input.mat ├── NME │ └── LinearEquations │ │ ├── class │ │ ├── gauss2.m │ │ ├── gauss3.m │ │ └── gauss1.m │ │ └── gauss.m └── L02 │ └── input.mat ├── Documentation ├── html │ ├── graph_legend.md5 │ ├── inherit_graph_0.md5 │ ├── classa_1_1Polynomial__coll__graph.md5 │ ├── classa_1_1Polynomial__inherit__graph.md5 │ ├── dir_03680f297d755c096b0a1ead13ee12b7_dep.md5 │ ├── dir_07ba1cf1d0d5fd738315bd553bd68edc_dep.md5 │ ├── dir_0b556542207275f0fbf8592b2b7de7c6_dep.md5 │ ├── dir_0cbc8f0d949df6a4e320258f1d1e73c3_dep.md5 │ ├── dir_126ebcf6b2d938a3c824f3686292d827_dep.md5 │ ├── dir_1ea0c6613bdf8e293b1e949ac7b34165_dep.md5 │ ├── dir_26203cf3324dc076901316d6d502552e_dep.md5 │ ├── dir_266afcd6fb64942df7ae39a1f7d7cb8c_dep.md5 │ ├── dir_47cb02a577b483a2c10410d3ee783038_dep.md5 │ ├── dir_4cdd81784b34ba95d24c7e234b2e59dc_dep.md5 │ ├── dir_510ddf435370c081b45f7ee50457ba8b_dep.md5 │ ├── dir_51ab6ee50d07e6dd12199aef16e19e4e_dep.md5 │ ├── dir_5619ace9d9f2cc2bd5ac16c6a010edb7_dep.md5 │ ├── dir_5b32ccf2753dc49810560a459aebd3c1_dep.md5 │ ├── dir_5df9b5f8191c445162897bbb77f834f4_dep.md5 │ ├── dir_5e54194317ed9838ad57bb7d28e51abc_dep.md5 │ ├── dir_66bd5155f00db4aa3c79589f0baf70b0_dep.md5 │ ├── dir_6c435068f810b04e5d2a2027f5ddff37_dep.md5 │ ├── dir_6e8a3169b25775527f7335bcb1517fad_dep.md5 │ ├── dir_76f1cd2a7118d076af252aa98464b31c_dep.md5 │ ├── dir_79e15c82767ad07f2551f143dccb4abc_dep.md5 │ ├── dir_7d9f7d48befed79c503e556e3c444c52_dep.md5 │ ├── dir_821be8184f5dd7e875db36971184a58f_dep.md5 │ ├── dir_83435ec4abf8ab08769f53d35d669510_dep.md5 │ ├── dir_8554f5cce57afee460c8a3da5c403ace_dep.md5 │ ├── dir_8ab8c7931e0b0c7aa78cc17c6768e085_dep.md5 │ ├── dir_a3d1a7b653511821389cb78175fd2fa0_dep.md5 │ ├── dir_a3ec31493ada77b0db5a82172c3f8dbd_dep.md5 │ ├── dir_ac817a35fa9d7a07d357b3d058b01ed4_dep.md5 │ ├── dir_b5a6083d428f59228644894a357cdf39_dep.md5 │ ├── dir_bef4a03981df380c10aa7f20488f7008_dep.md5 │ ├── dir_c5124c51ad3bc1e31b6b49cb3ac84f3e_dep.md5 │ ├── dir_c5ddfe22bf08c40bded923c4e68d0396_dep.md5 │ ├── dir_ca84ae60ed57642ec7339c3fcaea75ed_dep.md5 │ ├── dir_e00eeac72d38dfc3e418f1aaf0ef63c8_dep.md5 │ ├── dir_e17dfacb779d11bff8d7f4107b5b9c06_dep.md5 │ ├── dir_e3923da6aed9fa80cf949700f8d38e48_dep.md5 │ ├── dir_eabd756732c269eeca5ead71f78e50e4_dep.md5 │ ├── dir_f1e5e58ddd369c4d64d6aeca9916017d_dep.md5 │ ├── a00029_ac2d69f5011896c6ed4a54e0dd36f6334_icgraph.md5 │ ├── a00036_a32de127956738677913352a2db84ecdb_cgraph.md5 │ ├── a00036_a8b58c93a9c82e84143c43dafaa744a4b_cgraph.md5 │ ├── a00036_a8b58c93a9c82e84143c43dafaa744a4b_icgraph.md5 │ ├── a00036_ad9397359f36a9df37e0aa43f3be032a3_icgraph.md5 │ ├── a00036_aed47fb0740a2fa14693f697905788719_cgraph.md5 │ ├── a00039_a4f60afd2426ee9409955e4352b3f0486_cgraph.md5 │ ├── jquery_8js_a871ff39db627c54c710a3e9909b8234c_icgraph.md5 │ ├── jquery_8js_a9db6d45a025ad692282fe23e69eeba43_icgraph.md5 │ ├── svgpan_8js_a898016c74bec720a57cce798a2ed4ee2_cgraph.md5 │ ├── svgpan_8js_aa8d9f2083cafa2af98efafed94901079_icgraph.md5 │ ├── dynsections_8js_a19f577cc1ba571396a85bb1f48bf4df2_cgraph.md5 │ ├── dynsections_8js_a30994785e61abdfe15c91aed4d007a0c_cgraph.md5 │ ├── dynsections_8js_a8f7493ad859d4fbf2523917511ee7177_icgraph.md5 │ ├── dynsections_8js_af244da4527af2d845dca04f5656376cd_cgraph.md5 │ ├── namespacemain_a4f60afd2426ee9409955e4352b3f0486_cgraph.md5 │ ├── bc_s.png │ ├── bdwn.png │ ├── bootstrap_8min_8js_ac2d69f5011896c6ed4a54e0dd36f6334_icgraph.md5 │ ├── classa_1_1Polynomial__coll__graph.map │ ├── classa_1_1Polynomial__inherit__graph.map │ ├── doc.png │ ├── namespaceinitial__file_a105b1aa7bf4db853b6f4d064ed224030_cgraph.md5 │ ├── open.png │ ├── closed.png │ ├── doxygen.png │ ├── namespacecivilsage_1_1views_a32de127956738677913352a2db84ecdb_cgraph.md5 │ ├── namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_cgraph.md5 │ ├── namespacecivilsage_1_1views_a9914ff19f8e15ccab1a07eaeac8cfb21_cgraph.md5 │ ├── namespacecivilsage_1_1views_aed47fb0740a2fa14693f697905788719_cgraph.md5 │ ├── namespaceinitial__file_ad9d26ace18fc618ee70df3c0c94927b7_icgraph.md5 │ ├── nav_f.png │ ├── nav_g.png │ ├── nav_h.png │ ├── sync_on.png │ ├── tab_a.png │ ├── tab_b.png │ ├── tab_h.png │ ├── tab_s.png │ ├── arrowdown.png │ ├── namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_icgraph.md5 │ ├── namespacecivilsage_1_1views_ad9397359f36a9df37e0aa43f3be032a3_icgraph.md5 │ ├── splitbar.png │ ├── sync_off.png │ ├── arrowright.png │ ├── folderclosed.png │ ├── folderopen.png │ ├── graph_legend.png │ ├── inherit_graph_0.png │ ├── classa_1_1Polynomial__coll__graph.png │ ├── classa_1_1Polynomial__inherit__graph.png │ ├── dir_03680f297d755c096b0a1ead13ee12b7_dep.png │ ├── dir_07ba1cf1d0d5fd738315bd553bd68edc_dep.png │ ├── dir_0b556542207275f0fbf8592b2b7de7c6_dep.png │ ├── dir_0cbc8f0d949df6a4e320258f1d1e73c3_dep.png │ ├── dir_126ebcf6b2d938a3c824f3686292d827_dep.png │ ├── dir_1ea0c6613bdf8e293b1e949ac7b34165_dep.png │ ├── dir_26203cf3324dc076901316d6d502552e_dep.png │ ├── dir_266afcd6fb64942df7ae39a1f7d7cb8c_dep.png │ ├── dir_47cb02a577b483a2c10410d3ee783038_dep.png │ ├── dir_4cdd81784b34ba95d24c7e234b2e59dc_dep.png │ ├── dir_510ddf435370c081b45f7ee50457ba8b_dep.png │ ├── dir_51ab6ee50d07e6dd12199aef16e19e4e_dep.png │ ├── dir_5619ace9d9f2cc2bd5ac16c6a010edb7_dep.png │ ├── dir_5b32ccf2753dc49810560a459aebd3c1_dep.png │ ├── dir_5df9b5f8191c445162897bbb77f834f4_dep.png │ ├── dir_5e54194317ed9838ad57bb7d28e51abc_dep.png │ ├── dir_66bd5155f00db4aa3c79589f0baf70b0_dep.png │ ├── dir_6c435068f810b04e5d2a2027f5ddff37_dep.png │ ├── dir_6e8a3169b25775527f7335bcb1517fad_dep.png │ ├── dir_76f1cd2a7118d076af252aa98464b31c_dep.png │ ├── dir_79e15c82767ad07f2551f143dccb4abc_dep.png │ ├── dir_7d9f7d48befed79c503e556e3c444c52_dep.png │ ├── dir_821be8184f5dd7e875db36971184a58f_dep.png │ ├── dir_83435ec4abf8ab08769f53d35d669510_dep.png │ ├── dir_8554f5cce57afee460c8a3da5c403ace_dep.png │ ├── dir_8ab8c7931e0b0c7aa78cc17c6768e085_dep.png │ ├── dir_a3d1a7b653511821389cb78175fd2fa0_dep.png │ ├── dir_a3ec31493ada77b0db5a82172c3f8dbd_dep.png │ ├── dir_ac817a35fa9d7a07d357b3d058b01ed4_dep.png │ ├── dir_b5a6083d428f59228644894a357cdf39_dep.png │ ├── dir_bef4a03981df380c10aa7f20488f7008_dep.png │ ├── dir_c5124c51ad3bc1e31b6b49cb3ac84f3e_dep.png │ ├── dir_c5ddfe22bf08c40bded923c4e68d0396_dep.png │ ├── dir_ca84ae60ed57642ec7339c3fcaea75ed_dep.png │ ├── dir_e00eeac72d38dfc3e418f1aaf0ef63c8_dep.png │ ├── dir_e17dfacb779d11bff8d7f4107b5b9c06_dep.png │ ├── dir_e3923da6aed9fa80cf949700f8d38e48_dep.png │ ├── dir_eabd756732c269eeca5ead71f78e50e4_dep.png │ ├── dir_f1e5e58ddd369c4d64d6aeca9916017d_dep.png │ ├── a00036_a32de127956738677913352a2db84ecdb_cgraph.png │ ├── a00036_a8b58c93a9c82e84143c43dafaa744a4b_cgraph.png │ ├── a00036_aed47fb0740a2fa14693f697905788719_cgraph.png │ ├── a00039_a4f60afd2426ee9409955e4352b3f0486_cgraph.png │ ├── a00029_ac2d69f5011896c6ed4a54e0dd36f6334_icgraph.png │ ├── a00036_a8b58c93a9c82e84143c43dafaa744a4b_icgraph.png │ ├── a00036_ad9397359f36a9df37e0aa43f3be032a3_icgraph.png │ ├── jquery_8js_a871ff39db627c54c710a3e9909b8234c_icgraph.png │ ├── jquery_8js_a9db6d45a025ad692282fe23e69eeba43_icgraph.png │ ├── svgpan_8js_a898016c74bec720a57cce798a2ed4ee2_cgraph.png │ ├── svgpan_8js_aa8d9f2083cafa2af98efafed94901079_icgraph.png │ ├── namespacemain_a4f60afd2426ee9409955e4352b3f0486_cgraph.png │ ├── dynsections_8js_a19f577cc1ba571396a85bb1f48bf4df2_cgraph.png │ ├── dynsections_8js_a30994785e61abdfe15c91aed4d007a0c_cgraph.png │ ├── dynsections_8js_a8f7493ad859d4fbf2523917511ee7177_icgraph.png │ ├── dynsections_8js_af244da4527af2d845dca04f5656376cd_cgraph.png │ ├── bootstrap_8min_8js_ac2d69f5011896c6ed4a54e0dd36f6334_icgraph.png │ ├── namespaceinitial__file_a105b1aa7bf4db853b6f4d064ed224030_cgraph.png │ ├── namespaceinitial__file_ad9d26ace18fc618ee70df3c0c94927b7_icgraph.png │ ├── inherit_graph_0.map │ ├── namespacecivilsage_1_1views_a32de127956738677913352a2db84ecdb_cgraph.png │ ├── namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_cgraph.png │ ├── namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_icgraph.png │ ├── namespacecivilsage_1_1views_a9914ff19f8e15ccab1a07eaeac8cfb21_cgraph.png │ ├── namespacecivilsage_1_1views_ad9397359f36a9df37e0aa43f3be032a3_icgraph.png │ ├── namespacecivilsage_1_1views_aed47fb0740a2fa14693f697905788719_cgraph.png │ ├── dynsections_8js_a30994785e61abdfe15c91aed4d007a0c_cgraph.map │ ├── svgpan_8js_a898016c74bec720a57cce798a2ed4ee2_cgraph.map │ ├── a00036_a8b58c93a9c82e84143c43dafaa744a4b_cgraph.map │ ├── dir_f1e5e58ddd369c4d64d6aeca9916017d_dep.map │ ├── dynsections_8js_af244da4527af2d845dca04f5656376cd_cgraph.map │ ├── a00036_a8b58c93a9c82e84143c43dafaa744a4b_icgraph.map │ ├── namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_cgraph.map │ ├── namespacecivilsage_1_1views_a9914ff19f8e15ccab1a07eaeac8cfb21_cgraph.map │ ├── namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_icgraph.map │ ├── dir_8ab8c7931e0b0c7aa78cc17c6768e085_dep.map │ ├── svgpan_8js_aa8d9f2083cafa2af98efafed94901079_icgraph.map │ ├── jquery_8js_a871ff39db627c54c710a3e9909b8234c_icgraph.map │ ├── a00039_a4f60afd2426ee9409955e4352b3f0486_cgraph.map │ ├── namespaceinitial__file_ad9d26ace18fc618ee70df3c0c94927b7_icgraph.map │ ├── dir_e3923da6aed9fa80cf949700f8d38e48_dep.map │ ├── a00036_a32de127956738677913352a2db84ecdb_cgraph.map │ ├── a00036_aed47fb0740a2fa14693f697905788719_cgraph.map │ ├── dir_eabd756732c269eeca5ead71f78e50e4_dep.map │ ├── dynsections_8js_a8f7493ad859d4fbf2523917511ee7177_icgraph.map │ ├── dir_266afcd6fb64942df7ae39a1f7d7cb8c_dep.map │ ├── dir_5619ace9d9f2cc2bd5ac16c6a010edb7_dep.map │ ├── dir_1ea0c6613bdf8e293b1e949ac7b34165_dep.map │ ├── dir_51ab6ee50d07e6dd12199aef16e19e4e_dep.map │ ├── dir_8554f5cce57afee460c8a3da5c403ace_dep.map │ ├── dir_b5a6083d428f59228644894a357cdf39_dep.map │ ├── dir_bef4a03981df380c10aa7f20488f7008_dep.map │ ├── a00036_ad9397359f36a9df37e0aa43f3be032a3_icgraph.map │ ├── dir_66bd5155f00db4aa3c79589f0baf70b0_dep.map │ ├── dir_83435ec4abf8ab08769f53d35d669510_dep.map │ ├── dir_c5124c51ad3bc1e31b6b49cb3ac84f3e_dep.map │ ├── dir_c5ddfe22bf08c40bded923c4e68d0396_dep.map │ ├── dir_ca84ae60ed57642ec7339c3fcaea75ed_dep.map │ ├── dir_0cbc8f0d949df6a4e320258f1d1e73c3_dep.map │ ├── dir_ac817a35fa9d7a07d357b3d058b01ed4_dep.map │ ├── dir_510ddf435370c081b45f7ee50457ba8b_dep.map │ ├── dir_0b556542207275f0fbf8592b2b7de7c6_dep.map │ ├── dir_126ebcf6b2d938a3c824f3686292d827_dep.map │ ├── namespaceinitial__file_a105b1aa7bf4db853b6f4d064ed224030_cgraph.map │ ├── dir_5df9b5f8191c445162897bbb77f834f4_dep.map │ ├── namespacemain_a4f60afd2426ee9409955e4352b3f0486_cgraph.map │ ├── dir_7d9f7d48befed79c503e556e3c444c52_dep.map │ ├── dir_a3d1a7b653511821389cb78175fd2fa0_dep.map │ ├── dynsections_8js_a19f577cc1ba571396a85bb1f48bf4df2_cgraph.map │ ├── namespacecivilsage_1_1views_a32de127956738677913352a2db84ecdb_cgraph.map │ ├── namespacecivilsage_1_1views_aed47fb0740a2fa14693f697905788719_cgraph.map │ ├── dir_26203cf3324dc076901316d6d502552e_dep.map │ ├── dir_821be8184f5dd7e875db36971184a58f_dep.map │ ├── dir_a3ec31493ada77b0db5a82172c3f8dbd_dep.map │ ├── dir_07ba1cf1d0d5fd738315bd553bd68edc_dep.map │ ├── dir_5b32ccf2753dc49810560a459aebd3c1_dep.map │ ├── dir_6c435068f810b04e5d2a2027f5ddff37_dep.map │ ├── dir_76f1cd2a7118d076af252aa98464b31c_dep.map │ ├── dir_4cdd81784b34ba95d24c7e234b2e59dc_dep.map │ ├── dir_5e54194317ed9838ad57bb7d28e51abc_dep.map │ ├── dir_e00eeac72d38dfc3e418f1aaf0ef63c8_dep.map │ ├── dir_e17dfacb779d11bff8d7f4107b5b9c06_dep.map │ ├── namespacecivilsage_1_1views_ad9397359f36a9df37e0aa43f3be032a3_icgraph.map │ ├── a00029_ac2d69f5011896c6ed4a54e0dd36f6334_icgraph.map │ ├── dir_03680f297d755c096b0a1ead13ee12b7_dep.map │ ├── dir_6e8a3169b25775527f7335bcb1517fad_dep.map │ ├── dir_79e15c82767ad07f2551f143dccb4abc_dep.map │ ├── dir_47cb02a577b483a2c10410d3ee783038_dep.map │ ├── tabs.css │ ├── jquery_8js_a9db6d45a025ad692282fe23e69eeba43_icgraph.map │ └── bootstrap_8min_8js_ac2d69f5011896c6ed4a54e0dd36f6334_icgraph.map └── latex │ ├── dir_03680f297d755c096b0a1ead13ee12b7_dep.md5 │ ├── dir_07ba1cf1d0d5fd738315bd553bd68edc_dep.md5 │ ├── dir_126ebcf6b2d938a3c824f3686292d827_dep.md5 │ ├── dir_1ea0c6613bdf8e293b1e949ac7b34165_dep.md5 │ ├── dir_26203cf3324dc076901316d6d502552e_dep.md5 │ ├── dir_5619ace9d9f2cc2bd5ac16c6a010edb7_dep.md5 │ ├── dir_5e54194317ed9838ad57bb7d28e51abc_dep.md5 │ ├── dir_6e8a3169b25775527f7335bcb1517fad_dep.md5 │ ├── dir_76f1cd2a7118d076af252aa98464b31c_dep.md5 │ ├── dir_821be8184f5dd7e875db36971184a58f_dep.md5 │ ├── dir_83435ec4abf8ab08769f53d35d669510_dep.md5 │ ├── dir_8554f5cce57afee460c8a3da5c403ace_dep.md5 │ ├── dir_a3d1a7b653511821389cb78175fd2fa0_dep.md5 │ ├── dir_ac817a35fa9d7a07d357b3d058b01ed4_dep.md5 │ ├── dir_c5ddfe22bf08c40bded923c4e68d0396_dep.md5 │ ├── dir_ca84ae60ed57642ec7339c3fcaea75ed_dep.md5 │ ├── namespacemain_a4f60afd2426ee9409955e4352b3f0486_cgraph.md5 │ ├── bootstrap_8min_8js_ac2d69f5011896c6ed4a54e0dd36f6334_icgraph.md5 │ ├── namespaceinitial__file_a105b1aa7bf4db853b6f4d064ed224030_cgraph.md5 │ ├── namespaceinitial__file_ad9d26ace18fc618ee70df3c0c94927b7_icgraph.md5 │ ├── namespacecivilsage_1_1views_a32de127956738677913352a2db84ecdb_cgraph.md5 │ ├── namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_cgraph.md5 │ ├── namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_icgraph.md5 │ ├── namespacecivilsage_1_1views_a9914ff19f8e15ccab1a07eaeac8cfb21_cgraph.md5 │ ├── namespacecivilsage_1_1views_ad9397359f36a9df37e0aa43f3be032a3_icgraph.md5 │ ├── namespacecivilsage_1_1views_aed47fb0740a2fa14693f697905788719_cgraph.md5 │ ├── dir_03680f297d755c096b0a1ead13ee12b7_dep.pdf │ ├── dir_07ba1cf1d0d5fd738315bd553bd68edc_dep.pdf │ ├── dir_126ebcf6b2d938a3c824f3686292d827_dep.pdf │ ├── dir_1ea0c6613bdf8e293b1e949ac7b34165_dep.pdf │ ├── dir_26203cf3324dc076901316d6d502552e_dep.pdf │ ├── dir_5619ace9d9f2cc2bd5ac16c6a010edb7_dep.pdf │ ├── dir_5e54194317ed9838ad57bb7d28e51abc_dep.pdf │ ├── dir_6e8a3169b25775527f7335bcb1517fad_dep.pdf │ ├── dir_76f1cd2a7118d076af252aa98464b31c_dep.pdf │ ├── dir_821be8184f5dd7e875db36971184a58f_dep.pdf │ ├── dir_83435ec4abf8ab08769f53d35d669510_dep.pdf │ ├── dir_8554f5cce57afee460c8a3da5c403ace_dep.pdf │ ├── dir_a3d1a7b653511821389cb78175fd2fa0_dep.pdf │ ├── dir_ac817a35fa9d7a07d357b3d058b01ed4_dep.pdf │ ├── dir_c5ddfe22bf08c40bded923c4e68d0396_dep.pdf │ ├── dir_ca84ae60ed57642ec7339c3fcaea75ed_dep.pdf │ ├── namespacemain_a4f60afd2426ee9409955e4352b3f0486_cgraph.pdf │ ├── bootstrap_8min_8js_ac2d69f5011896c6ed4a54e0dd36f6334_icgraph.pdf │ ├── namespacecivilsage_1_1admin.tex │ ├── namespacecivilsage_1_1tests.tex │ ├── namespacecivilsage_1_1models.tex │ ├── namespaceinitial__file_a105b1aa7bf4db853b6f4d064ed224030_cgraph.pdf │ ├── namespaceinitial__file_ad9d26ace18fc618ee70df3c0c94927b7_icgraph.pdf │ ├── namespacecivilsage_1_1views_a32de127956738677913352a2db84ecdb_cgraph.pdf │ ├── namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_cgraph.pdf │ ├── namespacecivilsage_1_1views_a9914ff19f8e15ccab1a07eaeac8cfb21_cgraph.pdf │ ├── namespacecivilsage_1_1views_aed47fb0740a2fa14693f697905788719_cgraph.pdf │ ├── namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_icgraph.pdf │ ├── namespacecivilsage_1_1views_ad9397359f36a9df37e0aa43f3be032a3_icgraph.pdf │ ├── civil_8sh.tex │ ├── README_8md.tex │ ├── civil_8tex.tex │ ├── main_8sage.tex │ ├── Contribute_8md.tex │ ├── input_8sage.tex │ ├── autofill_8js.tex │ ├── autofill_8js_source.tex │ ├── run_8sh.tex │ ├── main_8tex.tex │ ├── sage_2README_8md.tex │ ├── base_8html.tex │ ├── title_8tex.tex │ ├── run_8sh_source.tex │ ├── abstract_8tex.tex │ ├── file_8html.tex │ ├── usepackage_8tex.tex │ ├── index_8html.tex │ ├── matrix_8html.tex │ ├── sage_2____init_____8py_source.tex │ ├── civilsage_2____init_____8py_source.tex │ ├── admin_8py.tex │ ├── tests_8py.tex │ ├── abstract_8tex_source.tex │ ├── models_8py.tex │ ├── namespacesagemath_1_1input.tex │ ├── admin_8py_source.tex │ ├── sage_2____init_____8py.tex │ ├── tests_8py_source.tex │ ├── models_8py_source.tex │ ├── civilsage_2____init_____8py.tex │ ├── namespacesagemath_1_1main.tex │ ├── civil_8sh_source.tex │ ├── title_8tex_source.tex │ ├── Makefile │ ├── md__home_amarjeet_projects_CivilOctave_sage_Contribute.tex │ ├── namespacesagemath.tex │ ├── Contribute_8md_source.tex │ ├── namespacesage.tex │ ├── wsgi_8py.tex │ ├── dir_1ea0c6613bdf8e293b1e949ac7b34165.tex │ ├── dir_8554f5cce57afee460c8a3da5c403ace.tex │ ├── dir_a3d1a7b653511821389cb78175fd2fa0.tex │ ├── sage_2README_8md_source.tex │ ├── dir_26203cf3324dc076901316d6d502552e.tex │ ├── dir_ac817a35fa9d7a07d357b3d058b01ed4.tex │ ├── namespacecivilsage.tex │ ├── dir_07ba1cf1d0d5fd738315bd553bd68edc.tex │ ├── civilsage_2urls_8py.tex │ ├── sage_2urls_8py.tex │ ├── input_8sage_source.tex │ ├── dir_c5ddfe22bf08c40bded923c4e68d0396.tex │ ├── dir_126ebcf6b2d938a3c824f3686292d827.tex │ ├── dir_5619ace9d9f2cc2bd5ac16c6a010edb7.tex │ ├── dir_821be8184f5dd7e875db36971184a58f.tex │ ├── dir_5e54194317ed9838ad57bb7d28e51abc.tex │ ├── dir_83435ec4abf8ab08769f53d35d669510.tex │ ├── dir_03680f297d755c096b0a1ead13ee12b7.tex │ ├── dir_ca84ae60ed57642ec7339c3fcaea75ed.tex │ ├── manage_8py.tex │ ├── dir_76f1cd2a7118d076af252aa98464b31c.tex │ ├── dir_6e8a3169b25775527f7335bcb1517fad.tex │ ├── initial__file_8py.tex │ ├── namespacesage_1_1wsgi.tex │ ├── wsgi_8py_source.tex │ ├── main_8tex_source.tex │ ├── usepackage_8tex_source.tex │ ├── sage_2urls_8py_source.tex │ ├── namespacemanage.tex │ ├── README_8md_source.tex │ ├── civilsage_2urls_8py_source.tex │ ├── index.tex │ └── namespacesage_1_1urls.tex ├── .gitignore ├── LICENSE └── README.md /sage/sage/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sage/civilsage/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sage/static/js/autofill.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Examples/DoS/01/tex/run.sh: -------------------------------------------------------------------------------- 1 | pdflatex main && pdflatex main -------------------------------------------------------------------------------- /Documentation/html/graph_legend.md5: -------------------------------------------------------------------------------- 1 | e7970ae9ba2c10ea773e560743b0d538 -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/tex/run.sh: -------------------------------------------------------------------------------- 1 | pdflatex main && pdflatex main -------------------------------------------------------------------------------- /Documentation/html/inherit_graph_0.md5: -------------------------------------------------------------------------------- 1 | 529fc40f727725fbf85e864a20d87122 -------------------------------------------------------------------------------- /Documentation/html/classa_1_1Polynomial__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 207daeffb266cdb8a3182d8279d4c084 -------------------------------------------------------------------------------- /Documentation/html/classa_1_1Polynomial__inherit__graph.md5: -------------------------------------------------------------------------------- 1 | 207daeffb266cdb8a3182d8279d4c084 -------------------------------------------------------------------------------- /Documentation/html/dir_03680f297d755c096b0a1ead13ee12b7_dep.md5: -------------------------------------------------------------------------------- 1 | e90e4f09d9eb351af0998411e9dfc59f -------------------------------------------------------------------------------- /Documentation/html/dir_07ba1cf1d0d5fd738315bd553bd68edc_dep.md5: -------------------------------------------------------------------------------- 1 | 076ba01b516e7492ad3b7be72aa54ed3 -------------------------------------------------------------------------------- /Documentation/html/dir_0b556542207275f0fbf8592b2b7de7c6_dep.md5: -------------------------------------------------------------------------------- 1 | e11ed050844c41813be73a5a8a857c6b -------------------------------------------------------------------------------- /Documentation/html/dir_0cbc8f0d949df6a4e320258f1d1e73c3_dep.md5: -------------------------------------------------------------------------------- 1 | 4505884a85ae662dc4dea4e88b86ac39 -------------------------------------------------------------------------------- /Documentation/html/dir_126ebcf6b2d938a3c824f3686292d827_dep.md5: -------------------------------------------------------------------------------- 1 | 870a3162777859bc2b0adff3542b1d5a -------------------------------------------------------------------------------- /Documentation/html/dir_1ea0c6613bdf8e293b1e949ac7b34165_dep.md5: -------------------------------------------------------------------------------- 1 | dcdc1128790a3ee546c27d99615634af -------------------------------------------------------------------------------- /Documentation/html/dir_26203cf3324dc076901316d6d502552e_dep.md5: -------------------------------------------------------------------------------- 1 | c24c14d0a26ae0fb80f6a209568ddb2e -------------------------------------------------------------------------------- /Documentation/html/dir_266afcd6fb64942df7ae39a1f7d7cb8c_dep.md5: -------------------------------------------------------------------------------- 1 | a6c771cd1f3ebe4bca52b569315e030c -------------------------------------------------------------------------------- /Documentation/html/dir_47cb02a577b483a2c10410d3ee783038_dep.md5: -------------------------------------------------------------------------------- 1 | e3ee5309b0d0cdb22976505dfd980734 -------------------------------------------------------------------------------- /Documentation/html/dir_4cdd81784b34ba95d24c7e234b2e59dc_dep.md5: -------------------------------------------------------------------------------- 1 | 98a5a818311db543bfa7716688cea300 -------------------------------------------------------------------------------- /Documentation/html/dir_510ddf435370c081b45f7ee50457ba8b_dep.md5: -------------------------------------------------------------------------------- 1 | 8e502a02ac5826cb1501a2f3c7108eb9 -------------------------------------------------------------------------------- /Documentation/html/dir_51ab6ee50d07e6dd12199aef16e19e4e_dep.md5: -------------------------------------------------------------------------------- 1 | 29a7c451b436179b3d807e50d4ac5786 -------------------------------------------------------------------------------- /Documentation/html/dir_5619ace9d9f2cc2bd5ac16c6a010edb7_dep.md5: -------------------------------------------------------------------------------- 1 | 27f167bbf6644760d8e2920f40ac41c5 -------------------------------------------------------------------------------- /Documentation/html/dir_5b32ccf2753dc49810560a459aebd3c1_dep.md5: -------------------------------------------------------------------------------- 1 | 7c429ba913551f3937196a7ef458ff4b -------------------------------------------------------------------------------- /Documentation/html/dir_5df9b5f8191c445162897bbb77f834f4_dep.md5: -------------------------------------------------------------------------------- 1 | 20fbcc15b9249ff8db369096dbbab367 -------------------------------------------------------------------------------- /Documentation/html/dir_5e54194317ed9838ad57bb7d28e51abc_dep.md5: -------------------------------------------------------------------------------- 1 | 3b3443c2cc23b10c8ee48340bcec3c8b -------------------------------------------------------------------------------- /Documentation/html/dir_66bd5155f00db4aa3c79589f0baf70b0_dep.md5: -------------------------------------------------------------------------------- 1 | bb0bc4bfdc27dd4901079c6abb6116cb -------------------------------------------------------------------------------- /Documentation/html/dir_6c435068f810b04e5d2a2027f5ddff37_dep.md5: -------------------------------------------------------------------------------- 1 | f2a947adef846587cfee89ce05bf0c79 -------------------------------------------------------------------------------- /Documentation/html/dir_6e8a3169b25775527f7335bcb1517fad_dep.md5: -------------------------------------------------------------------------------- 1 | a270ccc10059a2fae263e15d00cf2de3 -------------------------------------------------------------------------------- /Documentation/html/dir_76f1cd2a7118d076af252aa98464b31c_dep.md5: -------------------------------------------------------------------------------- 1 | 6b09952e41feee915bd469acddb44208 -------------------------------------------------------------------------------- /Documentation/html/dir_79e15c82767ad07f2551f143dccb4abc_dep.md5: -------------------------------------------------------------------------------- 1 | 38f627d88a388fecb6a5714c30ce3fd7 -------------------------------------------------------------------------------- /Documentation/html/dir_7d9f7d48befed79c503e556e3c444c52_dep.md5: -------------------------------------------------------------------------------- 1 | 1a815dfd7e1a1175793ae1cfebf3244f -------------------------------------------------------------------------------- /Documentation/html/dir_821be8184f5dd7e875db36971184a58f_dep.md5: -------------------------------------------------------------------------------- 1 | 732b05598c8623afd127b5403dee201e -------------------------------------------------------------------------------- /Documentation/html/dir_83435ec4abf8ab08769f53d35d669510_dep.md5: -------------------------------------------------------------------------------- 1 | 008eaa593390fc6d760999b17dc5db4a -------------------------------------------------------------------------------- /Documentation/html/dir_8554f5cce57afee460c8a3da5c403ace_dep.md5: -------------------------------------------------------------------------------- 1 | 0fa2f12fc8ae1f655fa90016ea6e57d8 -------------------------------------------------------------------------------- /Documentation/html/dir_8ab8c7931e0b0c7aa78cc17c6768e085_dep.md5: -------------------------------------------------------------------------------- 1 | ceffcf5349cadf9df6de616adf0ffad5 -------------------------------------------------------------------------------- /Documentation/html/dir_a3d1a7b653511821389cb78175fd2fa0_dep.md5: -------------------------------------------------------------------------------- 1 | 955d53c82bfce8f4ad7e1bb4d320b395 -------------------------------------------------------------------------------- /Documentation/html/dir_a3ec31493ada77b0db5a82172c3f8dbd_dep.md5: -------------------------------------------------------------------------------- 1 | e13e7ef3822bd9df7447587312f40d51 -------------------------------------------------------------------------------- /Documentation/html/dir_ac817a35fa9d7a07d357b3d058b01ed4_dep.md5: -------------------------------------------------------------------------------- 1 | a82bb670ef5f70908f7f93605a1cdd0c -------------------------------------------------------------------------------- /Documentation/html/dir_b5a6083d428f59228644894a357cdf39_dep.md5: -------------------------------------------------------------------------------- 1 | 505505230efafd63f1db7e768b9b2d4e -------------------------------------------------------------------------------- /Documentation/html/dir_bef4a03981df380c10aa7f20488f7008_dep.md5: -------------------------------------------------------------------------------- 1 | a9f61a60e0c12d2fffdd5241e9507659 -------------------------------------------------------------------------------- /Documentation/html/dir_c5124c51ad3bc1e31b6b49cb3ac84f3e_dep.md5: -------------------------------------------------------------------------------- 1 | 57b9dd0b9c71e3b0f64d047d2adb3df1 -------------------------------------------------------------------------------- /Documentation/html/dir_c5ddfe22bf08c40bded923c4e68d0396_dep.md5: -------------------------------------------------------------------------------- 1 | f09fab9076d805e50c39eb90b874e849 -------------------------------------------------------------------------------- /Documentation/html/dir_ca84ae60ed57642ec7339c3fcaea75ed_dep.md5: -------------------------------------------------------------------------------- 1 | 2ea983e88e49d1f024e0aaa932b1c0ad -------------------------------------------------------------------------------- /Documentation/html/dir_e00eeac72d38dfc3e418f1aaf0ef63c8_dep.md5: -------------------------------------------------------------------------------- 1 | d7909085ee4fcaca11001b4aedd1aea9 -------------------------------------------------------------------------------- /Documentation/html/dir_e17dfacb779d11bff8d7f4107b5b9c06_dep.md5: -------------------------------------------------------------------------------- 1 | bca577083464c690d7f5d6a2ac3e20ff -------------------------------------------------------------------------------- /Documentation/html/dir_e3923da6aed9fa80cf949700f8d38e48_dep.md5: -------------------------------------------------------------------------------- 1 | 787c9fd278680d63cae00a8d03e86198 -------------------------------------------------------------------------------- /Documentation/html/dir_eabd756732c269eeca5ead71f78e50e4_dep.md5: -------------------------------------------------------------------------------- 1 | 01e62a5d58d8f052d38c946447363b4e -------------------------------------------------------------------------------- /Documentation/html/dir_f1e5e58ddd369c4d64d6aeca9916017d_dep.md5: -------------------------------------------------------------------------------- 1 | 8e55d300977730fd7a4d4785043e7e38 -------------------------------------------------------------------------------- /Documentation/latex/dir_03680f297d755c096b0a1ead13ee12b7_dep.md5: -------------------------------------------------------------------------------- 1 | e90e4f09d9eb351af0998411e9dfc59f -------------------------------------------------------------------------------- /Documentation/latex/dir_07ba1cf1d0d5fd738315bd553bd68edc_dep.md5: -------------------------------------------------------------------------------- 1 | 076ba01b516e7492ad3b7be72aa54ed3 -------------------------------------------------------------------------------- /Documentation/latex/dir_126ebcf6b2d938a3c824f3686292d827_dep.md5: -------------------------------------------------------------------------------- 1 | 870a3162777859bc2b0adff3542b1d5a -------------------------------------------------------------------------------- /Documentation/latex/dir_1ea0c6613bdf8e293b1e949ac7b34165_dep.md5: -------------------------------------------------------------------------------- 1 | dcdc1128790a3ee546c27d99615634af -------------------------------------------------------------------------------- /Documentation/latex/dir_26203cf3324dc076901316d6d502552e_dep.md5: -------------------------------------------------------------------------------- 1 | c24c14d0a26ae0fb80f6a209568ddb2e -------------------------------------------------------------------------------- /Documentation/latex/dir_5619ace9d9f2cc2bd5ac16c6a010edb7_dep.md5: -------------------------------------------------------------------------------- 1 | 27f167bbf6644760d8e2920f40ac41c5 -------------------------------------------------------------------------------- /Documentation/latex/dir_5e54194317ed9838ad57bb7d28e51abc_dep.md5: -------------------------------------------------------------------------------- 1 | 3b3443c2cc23b10c8ee48340bcec3c8b -------------------------------------------------------------------------------- /Documentation/latex/dir_6e8a3169b25775527f7335bcb1517fad_dep.md5: -------------------------------------------------------------------------------- 1 | a270ccc10059a2fae263e15d00cf2de3 -------------------------------------------------------------------------------- /Documentation/latex/dir_76f1cd2a7118d076af252aa98464b31c_dep.md5: -------------------------------------------------------------------------------- 1 | 6b09952e41feee915bd469acddb44208 -------------------------------------------------------------------------------- /Documentation/latex/dir_821be8184f5dd7e875db36971184a58f_dep.md5: -------------------------------------------------------------------------------- 1 | 732b05598c8623afd127b5403dee201e -------------------------------------------------------------------------------- /Documentation/latex/dir_83435ec4abf8ab08769f53d35d669510_dep.md5: -------------------------------------------------------------------------------- 1 | 008eaa593390fc6d760999b17dc5db4a -------------------------------------------------------------------------------- /Documentation/latex/dir_8554f5cce57afee460c8a3da5c403ace_dep.md5: -------------------------------------------------------------------------------- 1 | 0fa2f12fc8ae1f655fa90016ea6e57d8 -------------------------------------------------------------------------------- /Documentation/latex/dir_a3d1a7b653511821389cb78175fd2fa0_dep.md5: -------------------------------------------------------------------------------- 1 | 955d53c82bfce8f4ad7e1bb4d320b395 -------------------------------------------------------------------------------- /Documentation/latex/dir_ac817a35fa9d7a07d357b3d058b01ed4_dep.md5: -------------------------------------------------------------------------------- 1 | a82bb670ef5f70908f7f93605a1cdd0c -------------------------------------------------------------------------------- /Documentation/latex/dir_c5ddfe22bf08c40bded923c4e68d0396_dep.md5: -------------------------------------------------------------------------------- 1 | f09fab9076d805e50c39eb90b874e849 -------------------------------------------------------------------------------- /Documentation/latex/dir_ca84ae60ed57642ec7339c3fcaea75ed_dep.md5: -------------------------------------------------------------------------------- 1 | 2ea983e88e49d1f024e0aaa932b1c0ad -------------------------------------------------------------------------------- /sage/civilsage/admin.py: -------------------------------------------------------------------------------- 1 | from django.contrib import admin 2 | 3 | # Register your models here. 4 | -------------------------------------------------------------------------------- /sage/civilsage/tests.py: -------------------------------------------------------------------------------- 1 | from django.test import TestCase 2 | 3 | # Create your tests here. 4 | -------------------------------------------------------------------------------- /Documentation/html/a00029_ac2d69f5011896c6ed4a54e0dd36f6334_icgraph.md5: -------------------------------------------------------------------------------- 1 | 8d3636bd5bb1215704b6620b726eca91 -------------------------------------------------------------------------------- /Documentation/html/a00036_a32de127956738677913352a2db84ecdb_cgraph.md5: -------------------------------------------------------------------------------- 1 | c2929b891ed90e8aab81830ebb85a4af -------------------------------------------------------------------------------- /Documentation/html/a00036_a8b58c93a9c82e84143c43dafaa744a4b_cgraph.md5: -------------------------------------------------------------------------------- 1 | a732d8492ce45054186582b238ddefe5 -------------------------------------------------------------------------------- /Documentation/html/a00036_a8b58c93a9c82e84143c43dafaa744a4b_icgraph.md5: -------------------------------------------------------------------------------- 1 | 0a393964d179517de0d6e9dd73f72d0b -------------------------------------------------------------------------------- /Documentation/html/a00036_ad9397359f36a9df37e0aa43f3be032a3_icgraph.md5: -------------------------------------------------------------------------------- 1 | ca20da58904908331d63bcfe7a3a6146 -------------------------------------------------------------------------------- /Documentation/html/a00036_aed47fb0740a2fa14693f697905788719_cgraph.md5: -------------------------------------------------------------------------------- 1 | 7d804c29a3b4935098c91b7766a4e21b -------------------------------------------------------------------------------- /Documentation/html/a00039_a4f60afd2426ee9409955e4352b3f0486_cgraph.md5: -------------------------------------------------------------------------------- 1 | edc278574fcaf0009f219f059279c6eb -------------------------------------------------------------------------------- /sage/civilsage/models.py: -------------------------------------------------------------------------------- 1 | from django.db import models 2 | 3 | # Create your models here. 4 | 5 | 6 | -------------------------------------------------------------------------------- /Documentation/html/jquery_8js_a871ff39db627c54c710a3e9909b8234c_icgraph.md5: -------------------------------------------------------------------------------- 1 | 2783befab1fe5eafa2ae745310460e46 -------------------------------------------------------------------------------- /Documentation/html/jquery_8js_a9db6d45a025ad692282fe23e69eeba43_icgraph.md5: -------------------------------------------------------------------------------- 1 | 406d3083049a1865b5e5624f4f6a65e4 -------------------------------------------------------------------------------- /Documentation/html/svgpan_8js_a898016c74bec720a57cce798a2ed4ee2_cgraph.md5: -------------------------------------------------------------------------------- 1 | 20aa55bd7942212797b22276a602b9a0 -------------------------------------------------------------------------------- /Documentation/html/svgpan_8js_aa8d9f2083cafa2af98efafed94901079_icgraph.md5: -------------------------------------------------------------------------------- 1 | a747f119468b4c52dd2d53ce7bb3e94a -------------------------------------------------------------------------------- /Documentation/html/dynsections_8js_a19f577cc1ba571396a85bb1f48bf4df2_cgraph.md5: -------------------------------------------------------------------------------- 1 | fd54533e198f5b278c3f432be16e91ed -------------------------------------------------------------------------------- /Documentation/html/dynsections_8js_a30994785e61abdfe15c91aed4d007a0c_cgraph.md5: -------------------------------------------------------------------------------- 1 | d4f105376fe688a60085b80ce06d2982 -------------------------------------------------------------------------------- /Documentation/html/dynsections_8js_a8f7493ad859d4fbf2523917511ee7177_icgraph.md5: -------------------------------------------------------------------------------- 1 | 09a925e0c4296a8ab5d323b7c9a4a2c9 -------------------------------------------------------------------------------- /Documentation/html/dynsections_8js_af244da4527af2d845dca04f5656376cd_cgraph.md5: -------------------------------------------------------------------------------- 1 | dac0cb3b815d28b9b96300bf3fddd744 -------------------------------------------------------------------------------- /Documentation/html/namespacemain_a4f60afd2426ee9409955e4352b3f0486_cgraph.md5: -------------------------------------------------------------------------------- 1 | 73094aa6b8b36e7807f78811470705d4 -------------------------------------------------------------------------------- /Documentation/latex/namespacemain_a4f60afd2426ee9409955e4352b3f0486_cgraph.md5: -------------------------------------------------------------------------------- 1 | 1b81e96e7dc6a88dcfaa2a528aee5dab -------------------------------------------------------------------------------- /Documentation/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/bc_s.png -------------------------------------------------------------------------------- /Documentation/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/bdwn.png -------------------------------------------------------------------------------- /Documentation/html/bootstrap_8min_8js_ac2d69f5011896c6ed4a54e0dd36f6334_icgraph.md5: -------------------------------------------------------------------------------- 1 | 406d3083049a1865b5e5624f4f6a65e4 -------------------------------------------------------------------------------- /Documentation/html/classa_1_1Polynomial__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Documentation/html/classa_1_1Polynomial__inherit__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Documentation/html/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/doc.png -------------------------------------------------------------------------------- /Documentation/html/namespaceinitial__file_a105b1aa7bf4db853b6f4d064ed224030_cgraph.md5: -------------------------------------------------------------------------------- 1 | 84634ef6f9d4c4929d01c85f3453fd2d -------------------------------------------------------------------------------- /Documentation/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/open.png -------------------------------------------------------------------------------- /Documentation/latex/bootstrap_8min_8js_ac2d69f5011896c6ed4a54e0dd36f6334_icgraph.md5: -------------------------------------------------------------------------------- 1 | 71d45099ea34d4db22d7cce84b029036 -------------------------------------------------------------------------------- /Documentation/html/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/closed.png -------------------------------------------------------------------------------- /Documentation/html/doxygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/doxygen.png -------------------------------------------------------------------------------- /Documentation/html/namespacecivilsage_1_1views_a32de127956738677913352a2db84ecdb_cgraph.md5: -------------------------------------------------------------------------------- 1 | bf1e42b33b20c6011cc9aa52ba658206 -------------------------------------------------------------------------------- /Documentation/html/namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_cgraph.md5: -------------------------------------------------------------------------------- 1 | 354c5d2f1d489c5b9ab0da62209d72fc -------------------------------------------------------------------------------- /Documentation/html/namespacecivilsage_1_1views_a9914ff19f8e15ccab1a07eaeac8cfb21_cgraph.md5: -------------------------------------------------------------------------------- 1 | af1aaaaffa35a483ba84e10d3bdb63e9 -------------------------------------------------------------------------------- /Documentation/html/namespacecivilsage_1_1views_aed47fb0740a2fa14693f697905788719_cgraph.md5: -------------------------------------------------------------------------------- 1 | 0495bd4b9c35848754703e15e1e511ad -------------------------------------------------------------------------------- /Documentation/html/namespaceinitial__file_ad9d26ace18fc618ee70df3c0c94927b7_icgraph.md5: -------------------------------------------------------------------------------- 1 | 93ce4da911bb97f91f278b2fd815d4d1 -------------------------------------------------------------------------------- /Documentation/html/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/nav_f.png -------------------------------------------------------------------------------- /Documentation/html/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/nav_g.png -------------------------------------------------------------------------------- /Documentation/html/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/nav_h.png -------------------------------------------------------------------------------- /Documentation/html/sync_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/sync_on.png -------------------------------------------------------------------------------- /Documentation/html/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/tab_a.png -------------------------------------------------------------------------------- /Documentation/html/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/tab_b.png -------------------------------------------------------------------------------- /Documentation/html/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/tab_h.png -------------------------------------------------------------------------------- /Documentation/html/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/tab_s.png -------------------------------------------------------------------------------- /Documentation/latex/namespaceinitial__file_a105b1aa7bf4db853b6f4d064ed224030_cgraph.md5: -------------------------------------------------------------------------------- 1 | cdee6969e48da5ed34dd93ec83336657 -------------------------------------------------------------------------------- /Documentation/latex/namespaceinitial__file_ad9d26ace18fc618ee70df3c0c94927b7_icgraph.md5: -------------------------------------------------------------------------------- 1 | 5449b0d8f5bd7b98cc0167dca8b029f0 -------------------------------------------------------------------------------- /Examples/DoS/01/tex/main.dvi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Examples/DoS/01/tex/main.dvi -------------------------------------------------------------------------------- /Examples/DoS/01/tex/main.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Examples/DoS/01/tex/main.pdf -------------------------------------------------------------------------------- /Documentation/html/arrowdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/arrowdown.png -------------------------------------------------------------------------------- /Documentation/html/namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_icgraph.md5: -------------------------------------------------------------------------------- 1 | ba3ac286119494a9e95b03e9ed441e56 -------------------------------------------------------------------------------- /Documentation/html/namespacecivilsage_1_1views_ad9397359f36a9df37e0aa43f3be032a3_icgraph.md5: -------------------------------------------------------------------------------- 1 | d87979999d4a3f56f437c039ecffac6e -------------------------------------------------------------------------------- /Documentation/html/splitbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/splitbar.png -------------------------------------------------------------------------------- /Documentation/html/sync_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/sync_off.png -------------------------------------------------------------------------------- /Documentation/latex/namespacecivilsage_1_1views_a32de127956738677913352a2db84ecdb_cgraph.md5: -------------------------------------------------------------------------------- 1 | 9fdf76aafbc89ad70e6cffb78e4ca1a9 -------------------------------------------------------------------------------- /Documentation/latex/namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_cgraph.md5: -------------------------------------------------------------------------------- 1 | ad7505aa542f5840ff76ce7291e55cc5 -------------------------------------------------------------------------------- /Documentation/latex/namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_icgraph.md5: -------------------------------------------------------------------------------- 1 | f8f6a178c24790edd273e444d9d381b6 -------------------------------------------------------------------------------- /Documentation/latex/namespacecivilsage_1_1views_a9914ff19f8e15ccab1a07eaeac8cfb21_cgraph.md5: -------------------------------------------------------------------------------- 1 | 94215175b5ea6e99cf7d60522157f550 -------------------------------------------------------------------------------- /Documentation/latex/namespacecivilsage_1_1views_ad9397359f36a9df37e0aa43f3be032a3_icgraph.md5: -------------------------------------------------------------------------------- 1 | 1d4f1c07a65d8a4344b61b5701a100fa -------------------------------------------------------------------------------- /Documentation/latex/namespacecivilsage_1_1views_aed47fb0740a2fa14693f697905788719_cgraph.md5: -------------------------------------------------------------------------------- 1 | 34875cb9236204692d29846901e749e8 -------------------------------------------------------------------------------- /sage/static/new.csv: -------------------------------------------------------------------------------- 1 | mass (optional),8,8,4,4 2 | height (optional),4,4,4,4 3 | stiffness_storey (optional),1000,800,600,600 4 | -------------------------------------------------------------------------------- /Documentation/html/arrowright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/arrowright.png -------------------------------------------------------------------------------- /Documentation/html/folderclosed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/folderclosed.png -------------------------------------------------------------------------------- /Documentation/html/folderopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/folderopen.png -------------------------------------------------------------------------------- /Documentation/html/graph_legend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/graph_legend.png -------------------------------------------------------------------------------- /Examples/DoS/01/tex/abstract.tex: -------------------------------------------------------------------------------- 1 | \abstract{This article explains dynamics behaviour of a multi-storeyed RC 2 | framed structue} 3 | -------------------------------------------------------------------------------- /Documentation/html/inherit_graph_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/inherit_graph_0.png -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/tex/main/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Examples/DCS/DesignAids/tex/main/up.png -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/tex/main/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Examples/DCS/DesignAids/tex/main/img1.png -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/tex/main/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Examples/DCS/DesignAids/tex/main/img2.png -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/tex/main/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Examples/DCS/DesignAids/tex/main/img3.png -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/tex/main/img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Examples/DCS/DesignAids/tex/main/img4.png -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/tex/main/img5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Examples/DCS/DesignAids/tex/main/img5.png -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/tex/main/img6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Examples/DCS/DesignAids/tex/main/img6.png -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/tex/main/img7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Examples/DCS/DesignAids/tex/main/img7.png -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/tex/main/img8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Examples/DCS/DesignAids/tex/main/img8.png -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/tex/main/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Examples/DCS/DesignAids/tex/main/next.png -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/tex/main/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Examples/DCS/DesignAids/tex/main/prev.png -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/tex/main/up_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Examples/DCS/DesignAids/tex/main/up_g.png -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/tex/title.tex: -------------------------------------------------------------------------------- 1 | \title{Design Aids} 2 | 3 | \author{Hardeep Singh Rai} 4 | 5 | \date{\today} 6 | 7 | \maketitle 8 | 9 | -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/tex/main/next_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Examples/DCS/DesignAids/tex/main/next_g.png -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/tex/main/prev_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Examples/DCS/DesignAids/tex/main/prev_g.png -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/tex/abstract.tex: -------------------------------------------------------------------------------- 1 | \abstract{This provide easy to use design tables to help structural engineers to 2 | design reinforced concrete elements.} 3 | -------------------------------------------------------------------------------- /Examples/DoS/01/tex/main.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Mode shapes}}{2}} 3 | \newlabel{ModeShape}{{1}{2}} 4 | -------------------------------------------------------------------------------- /sage/static/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/sage/static/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /Documentation/html/classa_1_1Polynomial__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/classa_1_1Polynomial__coll__graph.png -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/roundx.m: -------------------------------------------------------------------------------- 1 | # Function to round to fixed places 2 | 3 | function[X] = roundx(X,xPlaces) 4 | 5 | X = round(X * 10^xPlaces) / 10^xPlaces; 6 | 7 | endfunction -------------------------------------------------------------------------------- /Examples/DoS/01/tex/title.tex: -------------------------------------------------------------------------------- 1 | \title{Dymanics of Structure: Mode shape and time period} 2 | 3 | \author{Hardeep Singh Rai} 4 | 5 | \date{\today} 6 | 7 | \maketitle 8 | 9 | -------------------------------------------------------------------------------- /Documentation/html/classa_1_1Polynomial__inherit__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/classa_1_1Polynomial__inherit__graph.png -------------------------------------------------------------------------------- /Documentation/html/dir_03680f297d755c096b0a1ead13ee12b7_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_03680f297d755c096b0a1ead13ee12b7_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_07ba1cf1d0d5fd738315bd553bd68edc_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_07ba1cf1d0d5fd738315bd553bd68edc_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_0b556542207275f0fbf8592b2b7de7c6_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_0b556542207275f0fbf8592b2b7de7c6_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_0cbc8f0d949df6a4e320258f1d1e73c3_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_0cbc8f0d949df6a4e320258f1d1e73c3_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_126ebcf6b2d938a3c824f3686292d827_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_126ebcf6b2d938a3c824f3686292d827_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_1ea0c6613bdf8e293b1e949ac7b34165_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_1ea0c6613bdf8e293b1e949ac7b34165_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_26203cf3324dc076901316d6d502552e_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_26203cf3324dc076901316d6d502552e_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_266afcd6fb64942df7ae39a1f7d7cb8c_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_266afcd6fb64942df7ae39a1f7d7cb8c_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_47cb02a577b483a2c10410d3ee783038_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_47cb02a577b483a2c10410d3ee783038_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_4cdd81784b34ba95d24c7e234b2e59dc_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_4cdd81784b34ba95d24c7e234b2e59dc_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_510ddf435370c081b45f7ee50457ba8b_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_510ddf435370c081b45f7ee50457ba8b_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_51ab6ee50d07e6dd12199aef16e19e4e_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_51ab6ee50d07e6dd12199aef16e19e4e_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_5619ace9d9f2cc2bd5ac16c6a010edb7_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_5619ace9d9f2cc2bd5ac16c6a010edb7_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_5b32ccf2753dc49810560a459aebd3c1_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_5b32ccf2753dc49810560a459aebd3c1_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_5df9b5f8191c445162897bbb77f834f4_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_5df9b5f8191c445162897bbb77f834f4_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_5e54194317ed9838ad57bb7d28e51abc_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_5e54194317ed9838ad57bb7d28e51abc_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_66bd5155f00db4aa3c79589f0baf70b0_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_66bd5155f00db4aa3c79589f0baf70b0_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_6c435068f810b04e5d2a2027f5ddff37_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_6c435068f810b04e5d2a2027f5ddff37_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_6e8a3169b25775527f7335bcb1517fad_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_6e8a3169b25775527f7335bcb1517fad_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_76f1cd2a7118d076af252aa98464b31c_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_76f1cd2a7118d076af252aa98464b31c_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_79e15c82767ad07f2551f143dccb4abc_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_79e15c82767ad07f2551f143dccb4abc_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_7d9f7d48befed79c503e556e3c444c52_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_7d9f7d48befed79c503e556e3c444c52_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_821be8184f5dd7e875db36971184a58f_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_821be8184f5dd7e875db36971184a58f_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_83435ec4abf8ab08769f53d35d669510_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_83435ec4abf8ab08769f53d35d669510_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_8554f5cce57afee460c8a3da5c403ace_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_8554f5cce57afee460c8a3da5c403ace_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_8ab8c7931e0b0c7aa78cc17c6768e085_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_8ab8c7931e0b0c7aa78cc17c6768e085_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_a3d1a7b653511821389cb78175fd2fa0_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_a3d1a7b653511821389cb78175fd2fa0_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_a3ec31493ada77b0db5a82172c3f8dbd_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_a3ec31493ada77b0db5a82172c3f8dbd_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_ac817a35fa9d7a07d357b3d058b01ed4_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_ac817a35fa9d7a07d357b3d058b01ed4_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_b5a6083d428f59228644894a357cdf39_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_b5a6083d428f59228644894a357cdf39_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_bef4a03981df380c10aa7f20488f7008_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_bef4a03981df380c10aa7f20488f7008_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_c5124c51ad3bc1e31b6b49cb3ac84f3e_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_c5124c51ad3bc1e31b6b49cb3ac84f3e_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_c5ddfe22bf08c40bded923c4e68d0396_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_c5ddfe22bf08c40bded923c4e68d0396_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_ca84ae60ed57642ec7339c3fcaea75ed_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_ca84ae60ed57642ec7339c3fcaea75ed_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_e00eeac72d38dfc3e418f1aaf0ef63c8_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_e00eeac72d38dfc3e418f1aaf0ef63c8_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_e17dfacb779d11bff8d7f4107b5b9c06_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_e17dfacb779d11bff8d7f4107b5b9c06_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_e3923da6aed9fa80cf949700f8d38e48_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_e3923da6aed9fa80cf949700f8d38e48_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_eabd756732c269eeca5ead71f78e50e4_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_eabd756732c269eeca5ead71f78e50e4_dep.png -------------------------------------------------------------------------------- /Documentation/html/dir_f1e5e58ddd369c4d64d6aeca9916017d_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dir_f1e5e58ddd369c4d64d6aeca9916017d_dep.png -------------------------------------------------------------------------------- /Documentation/latex/dir_03680f297d755c096b0a1ead13ee12b7_dep.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/dir_03680f297d755c096b0a1ead13ee12b7_dep.pdf -------------------------------------------------------------------------------- /Documentation/latex/dir_07ba1cf1d0d5fd738315bd553bd68edc_dep.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/dir_07ba1cf1d0d5fd738315bd553bd68edc_dep.pdf -------------------------------------------------------------------------------- /Documentation/latex/dir_126ebcf6b2d938a3c824f3686292d827_dep.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/dir_126ebcf6b2d938a3c824f3686292d827_dep.pdf -------------------------------------------------------------------------------- /Documentation/latex/dir_1ea0c6613bdf8e293b1e949ac7b34165_dep.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/dir_1ea0c6613bdf8e293b1e949ac7b34165_dep.pdf -------------------------------------------------------------------------------- /Documentation/latex/dir_26203cf3324dc076901316d6d502552e_dep.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/dir_26203cf3324dc076901316d6d502552e_dep.pdf -------------------------------------------------------------------------------- /Documentation/latex/dir_5619ace9d9f2cc2bd5ac16c6a010edb7_dep.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/dir_5619ace9d9f2cc2bd5ac16c6a010edb7_dep.pdf -------------------------------------------------------------------------------- /Documentation/latex/dir_5e54194317ed9838ad57bb7d28e51abc_dep.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/dir_5e54194317ed9838ad57bb7d28e51abc_dep.pdf -------------------------------------------------------------------------------- /Documentation/latex/dir_6e8a3169b25775527f7335bcb1517fad_dep.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/dir_6e8a3169b25775527f7335bcb1517fad_dep.pdf -------------------------------------------------------------------------------- /Documentation/latex/dir_76f1cd2a7118d076af252aa98464b31c_dep.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/dir_76f1cd2a7118d076af252aa98464b31c_dep.pdf -------------------------------------------------------------------------------- /Documentation/latex/dir_821be8184f5dd7e875db36971184a58f_dep.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/dir_821be8184f5dd7e875db36971184a58f_dep.pdf -------------------------------------------------------------------------------- /Documentation/latex/dir_83435ec4abf8ab08769f53d35d669510_dep.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/dir_83435ec4abf8ab08769f53d35d669510_dep.pdf -------------------------------------------------------------------------------- /Documentation/latex/dir_8554f5cce57afee460c8a3da5c403ace_dep.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/dir_8554f5cce57afee460c8a3da5c403ace_dep.pdf -------------------------------------------------------------------------------- /Documentation/latex/dir_a3d1a7b653511821389cb78175fd2fa0_dep.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/dir_a3d1a7b653511821389cb78175fd2fa0_dep.pdf -------------------------------------------------------------------------------- /Documentation/latex/dir_ac817a35fa9d7a07d357b3d058b01ed4_dep.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/dir_ac817a35fa9d7a07d357b3d058b01ed4_dep.pdf -------------------------------------------------------------------------------- /Documentation/latex/dir_c5ddfe22bf08c40bded923c4e68d0396_dep.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/dir_c5ddfe22bf08c40bded923c4e68d0396_dep.pdf -------------------------------------------------------------------------------- /Documentation/latex/dir_ca84ae60ed57642ec7339c3fcaea75ed_dep.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/dir_ca84ae60ed57642ec7339c3fcaea75ed_dep.pdf -------------------------------------------------------------------------------- /Documentation/html/a00036_a32de127956738677913352a2db84ecdb_cgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/a00036_a32de127956738677913352a2db84ecdb_cgraph.png -------------------------------------------------------------------------------- /Documentation/html/a00036_a8b58c93a9c82e84143c43dafaa744a4b_cgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/a00036_a8b58c93a9c82e84143c43dafaa744a4b_cgraph.png -------------------------------------------------------------------------------- /Documentation/html/a00036_aed47fb0740a2fa14693f697905788719_cgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/a00036_aed47fb0740a2fa14693f697905788719_cgraph.png -------------------------------------------------------------------------------- /Documentation/html/a00039_a4f60afd2426ee9409955e4352b3f0486_cgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/a00039_a4f60afd2426ee9409955e4352b3f0486_cgraph.png -------------------------------------------------------------------------------- /Documentation/html/a00029_ac2d69f5011896c6ed4a54e0dd36f6334_icgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/a00029_ac2d69f5011896c6ed4a54e0dd36f6334_icgraph.png -------------------------------------------------------------------------------- /Documentation/html/a00036_a8b58c93a9c82e84143c43dafaa744a4b_icgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/a00036_a8b58c93a9c82e84143c43dafaa744a4b_icgraph.png -------------------------------------------------------------------------------- /Documentation/html/a00036_ad9397359f36a9df37e0aa43f3be032a3_icgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/a00036_ad9397359f36a9df37e0aa43f3be032a3_icgraph.png -------------------------------------------------------------------------------- /Documentation/html/jquery_8js_a871ff39db627c54c710a3e9909b8234c_icgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/jquery_8js_a871ff39db627c54c710a3e9909b8234c_icgraph.png -------------------------------------------------------------------------------- /Documentation/html/jquery_8js_a9db6d45a025ad692282fe23e69eeba43_icgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/jquery_8js_a9db6d45a025ad692282fe23e69eeba43_icgraph.png -------------------------------------------------------------------------------- /Documentation/html/svgpan_8js_a898016c74bec720a57cce798a2ed4ee2_cgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/svgpan_8js_a898016c74bec720a57cce798a2ed4ee2_cgraph.png -------------------------------------------------------------------------------- /Documentation/html/svgpan_8js_aa8d9f2083cafa2af98efafed94901079_icgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/svgpan_8js_aa8d9f2083cafa2af98efafed94901079_icgraph.png -------------------------------------------------------------------------------- /Documentation/html/namespacemain_a4f60afd2426ee9409955e4352b3f0486_cgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/namespacemain_a4f60afd2426ee9409955e4352b3f0486_cgraph.png -------------------------------------------------------------------------------- /Documentation/html/dynsections_8js_a19f577cc1ba571396a85bb1f48bf4df2_cgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dynsections_8js_a19f577cc1ba571396a85bb1f48bf4df2_cgraph.png -------------------------------------------------------------------------------- /Documentation/html/dynsections_8js_a30994785e61abdfe15c91aed4d007a0c_cgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dynsections_8js_a30994785e61abdfe15c91aed4d007a0c_cgraph.png -------------------------------------------------------------------------------- /Documentation/html/dynsections_8js_a8f7493ad859d4fbf2523917511ee7177_icgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dynsections_8js_a8f7493ad859d4fbf2523917511ee7177_icgraph.png -------------------------------------------------------------------------------- /Documentation/html/dynsections_8js_af244da4527af2d845dca04f5656376cd_cgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/dynsections_8js_af244da4527af2d845dca04f5656376cd_cgraph.png -------------------------------------------------------------------------------- /Documentation/latex/namespacemain_a4f60afd2426ee9409955e4352b3f0486_cgraph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/namespacemain_a4f60afd2426ee9409955e4352b3f0486_cgraph.pdf -------------------------------------------------------------------------------- /Documentation/html/bootstrap_8min_8js_ac2d69f5011896c6ed4a54e0dd36f6334_icgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/bootstrap_8min_8js_ac2d69f5011896c6ed4a54e0dd36f6334_icgraph.png -------------------------------------------------------------------------------- /Documentation/latex/bootstrap_8min_8js_ac2d69f5011896c6ed4a54e0dd36f6334_icgraph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/bootstrap_8min_8js_ac2d69f5011896c6ed4a54e0dd36f6334_icgraph.pdf -------------------------------------------------------------------------------- /Documentation/latex/namespacecivilsage_1_1admin.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{namespacecivilsage_1_1admin}{}\section{civilsage.\+admin Namespace Reference} 2 | \label{namespacecivilsage_1_1admin}\index{civilsage.\+admin@{civilsage.\+admin}} 3 | -------------------------------------------------------------------------------- /Documentation/latex/namespacecivilsage_1_1tests.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{namespacecivilsage_1_1tests}{}\section{civilsage.\+tests Namespace Reference} 2 | \label{namespacecivilsage_1_1tests}\index{civilsage.\+tests@{civilsage.\+tests}} 3 | -------------------------------------------------------------------------------- /Documentation/html/namespaceinitial__file_a105b1aa7bf4db853b6f4d064ed224030_cgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/namespaceinitial__file_a105b1aa7bf4db853b6f4d064ed224030_cgraph.png -------------------------------------------------------------------------------- /Documentation/html/namespaceinitial__file_ad9d26ace18fc618ee70df3c0c94927b7_icgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/namespaceinitial__file_ad9d26ace18fc618ee70df3c0c94927b7_icgraph.png -------------------------------------------------------------------------------- /Documentation/latex/namespacecivilsage_1_1models.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{namespacecivilsage_1_1models}{}\section{civilsage.\+models Namespace Reference} 2 | \label{namespacecivilsage_1_1models}\index{civilsage.\+models@{civilsage.\+models}} 3 | -------------------------------------------------------------------------------- /Documentation/latex/namespaceinitial__file_a105b1aa7bf4db853b6f4d064ed224030_cgraph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/namespaceinitial__file_a105b1aa7bf4db853b6f4d064ed224030_cgraph.pdf -------------------------------------------------------------------------------- /Documentation/html/inherit_graph_0.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Documentation/latex/namespaceinitial__file_ad9d26ace18fc618ee70df3c0c94927b7_icgraph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/namespaceinitial__file_ad9d26ace18fc618ee70df3c0c94927b7_icgraph.pdf -------------------------------------------------------------------------------- /Documentation/html/namespacecivilsage_1_1views_a32de127956738677913352a2db84ecdb_cgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/namespacecivilsage_1_1views_a32de127956738677913352a2db84ecdb_cgraph.png -------------------------------------------------------------------------------- /Documentation/html/namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_cgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_cgraph.png -------------------------------------------------------------------------------- /Documentation/html/namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_icgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_icgraph.png -------------------------------------------------------------------------------- /Documentation/html/namespacecivilsage_1_1views_a9914ff19f8e15ccab1a07eaeac8cfb21_cgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/namespacecivilsage_1_1views_a9914ff19f8e15ccab1a07eaeac8cfb21_cgraph.png -------------------------------------------------------------------------------- /Documentation/html/namespacecivilsage_1_1views_ad9397359f36a9df37e0aa43f3be032a3_icgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/namespacecivilsage_1_1views_ad9397359f36a9df37e0aa43f3be032a3_icgraph.png -------------------------------------------------------------------------------- /Documentation/html/namespacecivilsage_1_1views_aed47fb0740a2fa14693f697905788719_cgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/html/namespacecivilsage_1_1views_aed47fb0740a2fa14693f697905788719_cgraph.png -------------------------------------------------------------------------------- /Documentation/latex/namespacecivilsage_1_1views_a32de127956738677913352a2db84ecdb_cgraph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/namespacecivilsage_1_1views_a32de127956738677913352a2db84ecdb_cgraph.pdf -------------------------------------------------------------------------------- /Documentation/latex/namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_cgraph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_cgraph.pdf -------------------------------------------------------------------------------- /Documentation/latex/namespacecivilsage_1_1views_a9914ff19f8e15ccab1a07eaeac8cfb21_cgraph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/namespacecivilsage_1_1views_a9914ff19f8e15ccab1a07eaeac8cfb21_cgraph.pdf -------------------------------------------------------------------------------- /Documentation/latex/namespacecivilsage_1_1views_aed47fb0740a2fa14693f697905788719_cgraph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/namespacecivilsage_1_1views_aed47fb0740a2fa14693f697905788719_cgraph.pdf -------------------------------------------------------------------------------- /Documentation/html/dynsections_8js_a30994785e61abdfe15c91aed4d007a0c_cgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Documentation/html/svgpan_8js_a898016c74bec720a57cce798a2ed4ee2_cgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Documentation/latex/namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_icgraph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_icgraph.pdf -------------------------------------------------------------------------------- /Documentation/latex/namespacecivilsage_1_1views_ad9397359f36a9df37e0aa43f3be032a3_icgraph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GreatDevelopers/CivilOctave/HEAD/Documentation/latex/namespacecivilsage_1_1views_ad9397359f36a9df37e0aa43f3be032a3_icgraph.pdf -------------------------------------------------------------------------------- /sage/civil.sh: -------------------------------------------------------------------------------- 1 | ## 2 | # This file run all files needed to process data sagemath.main and get output as # pdf through latex 3 | # @author amarjeet kapoor 4 | # 5 | # 6 | cd $1 7 | latex civil.tex 8 | sage civil.sagetex.sage 9 | pdflatex civil.tex 10 | -------------------------------------------------------------------------------- /Documentation/html/a00036_a8b58c93a9c82e84143c43dafaa744a4b_cgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Documentation/html/dir_f1e5e58ddd369c4d64d6aeca9916017d_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Documentation/html/dynsections_8js_af244da4527af2d845dca04f5656376cd_cgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Documentation/latex/civil_8sh.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{civil_8sh}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/civil.sh File Reference} 2 | \label{civil_8sh}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/civil.\+sh@{/home/amarjeet/projects/\+Civil\+Octave/sage/civil.\+sh}} 3 | -------------------------------------------------------------------------------- /Documentation/html/a00036_a8b58c93a9c82e84143c43dafaa744a4b_icgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/Out/README.md: -------------------------------------------------------------------------------- 1 | # Table 1 2 | 3 | ## Test 4 | 5 | | 1 $f_y$ | $x_umax/d$ | 6 | | --- | --- | 7 | | 240.00000 | 0.53500 | 8 | | 250.00000 | 0.53100 | 9 | | 415.00000 | 0.47900 | 10 | | 500.00000 | 0.45600 | 11 | | 550.00000 | 0.44300 | 12 | -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/Out/Table.md: -------------------------------------------------------------------------------- 1 | # Table 1 2 | 3 | ## Test 4 | 5 | | 1 $f_y$ | $x_umax/d$ | 6 | | --- | --- | 7 | | 240.00000 | 0.53500 | 8 | | 250.00000 | 0.53100 | 9 | | 415.00000 | 0.47900 | 10 | | 500.00000 | 0.45600 | 11 | | 550.00000 | 0.44300 | 12 | -------------------------------------------------------------------------------- /Documentation/html/namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_cgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Documentation/latex/README_8md.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{README_8md}{}\section{/home/amarjeet/projects/\+Civil\+Octave/\+R\+E\+A\+D\+M\+E.md File Reference} 2 | \label{README_8md}\index{/home/amarjeet/projects/\+Civil\+Octave/\+R\+E\+A\+D\+M\+E.\+md@{/home/amarjeet/projects/\+Civil\+Octave/\+R\+E\+A\+D\+M\+E.\+md}} 3 | -------------------------------------------------------------------------------- /Documentation/html/namespacecivilsage_1_1views_a9914ff19f8e15ccab1a07eaeac8cfb21_cgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Documentation/latex/civil_8tex.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{civil_8tex}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/sagemath/civil.tex File Reference} 2 | \label{civil_8tex}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/sagemath/civil.\+tex@{/home/amarjeet/projects/\+Civil\+Octave/sage/sagemath/civil.\+tex}} 3 | -------------------------------------------------------------------------------- /Documentation/latex/main_8sage.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{main_8sage}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/sagemath/main.sage File Reference} 2 | \label{main_8sage}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/sagemath/main.\+sage@{/home/amarjeet/projects/\+Civil\+Octave/sage/sagemath/main.\+sage}} 3 | -------------------------------------------------------------------------------- /Documentation/latex/Contribute_8md.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{Contribute_8md}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/\+Contribute.md File Reference} 2 | \label{Contribute_8md}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/\+Contribute.\+md@{/home/amarjeet/projects/\+Civil\+Octave/sage/\+Contribute.\+md}} 3 | -------------------------------------------------------------------------------- /Documentation/latex/input_8sage.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{input_8sage}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/sagemath/input.sage File Reference} 2 | \label{input_8sage}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/sagemath/input.\+sage@{/home/amarjeet/projects/\+Civil\+Octave/sage/sagemath/input.\+sage}} 3 | -------------------------------------------------------------------------------- /Documentation/latex/autofill_8js.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{autofill_8js}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/static/js/autofill.js File Reference} 2 | \label{autofill_8js}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/static/js/autofill.\+js@{/home/amarjeet/projects/\+Civil\+Octave/sage/static/js/autofill.\+js}} 3 | -------------------------------------------------------------------------------- /Documentation/latex/autofill_8js_source.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{autofill_8js_source}{}\section{autofill.\+js} 2 | \label{autofill_8js_source}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/static/js/autofill.\+js@{/home/amarjeet/projects/\+Civil\+Octave/sage/static/js/autofill.\+js}} 3 | 4 | \begin{DoxyCode} 5 | \end{DoxyCode} 6 | -------------------------------------------------------------------------------- /Documentation/latex/run_8sh.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{run_8sh}{}\section{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/run.sh File Reference} 2 | \label{run_8sh}\index{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/run.\+sh@{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/run.\+sh}} 3 | -------------------------------------------------------------------------------- /Documentation/latex/main_8tex.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{main_8tex}{}\section{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/main.tex File Reference} 2 | \label{main_8tex}\index{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/main.\+tex@{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/main.\+tex}} 3 | -------------------------------------------------------------------------------- /Documentation/latex/sage_2README_8md.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{sage_2README_8md}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/\+R\+E\+A\+D\+M\+E.md File Reference} 2 | \label{sage_2README_8md}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/\+R\+E\+A\+D\+M\+E.\+md@{/home/amarjeet/projects/\+Civil\+Octave/sage/\+R\+E\+A\+D\+M\+E.\+md}} 3 | -------------------------------------------------------------------------------- /Examples/L01/readme: -------------------------------------------------------------------------------- 1 | The main.m file contain code for Spring in Series, an example taken from 2 | book entitled "A First Course in the Finite Element Method" 4th Edition by 3 | Daryl L. Logan. 4 | 5 | The code correspond to a part of Example 2.2 page 45. 6 | 7 | To know how to execute this code, read README.md file in folder CivilOctave. 8 | -------------------------------------------------------------------------------- /Documentation/latex/base_8html.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{base_8html}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/templates/base.html File Reference} 2 | \label{base_8html}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/templates/base.\+html@{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/templates/base.\+html}} 3 | -------------------------------------------------------------------------------- /Documentation/latex/title_8tex.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{title_8tex}{}\section{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/title.tex File Reference} 2 | \label{title_8tex}\index{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/title.\+tex@{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/title.\+tex}} 3 | -------------------------------------------------------------------------------- /Documentation/latex/run_8sh_source.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{run_8sh_source}{}\section{run.\+sh} 2 | \label{run_8sh_source}\index{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/run.\+sh@{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/run.\+sh}} 3 | 4 | \begin{DoxyCode} 5 | 00001 pdflatex main && pdflatex main 6 | \end{DoxyCode} 7 | -------------------------------------------------------------------------------- /Documentation/html/namespacecivilsage_1_1views_a8b58c93a9c82e84143c43dafaa744a4b_icgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Documentation/latex/abstract_8tex.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{abstract_8tex}{}\section{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/abstract.tex File Reference} 2 | \label{abstract_8tex}\index{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/abstract.\+tex@{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/abstract.\+tex}} 3 | -------------------------------------------------------------------------------- /Documentation/latex/file_8html.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{file_8html}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/templates/civilsage/file.html File Reference} 2 | \label{file_8html}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/templates/civilsage/file.\+html@{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/templates/civilsage/file.\+html}} 3 | -------------------------------------------------------------------------------- /Documentation/latex/usepackage_8tex.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{usepackage_8tex}{}\section{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/usepackage.tex File Reference} 2 | \label{usepackage_8tex}\index{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/usepackage.\+tex@{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/usepackage.\+tex}} 3 | -------------------------------------------------------------------------------- /Documentation/latex/index_8html.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{index_8html}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/templates/civilsage/index.html File Reference} 2 | \label{index_8html}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/templates/civilsage/index.\+html@{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/templates/civilsage/index.\+html}} 3 | -------------------------------------------------------------------------------- /Documentation/html/dir_8ab8c7931e0b0c7aa78cc17c6768e085_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/latex/matrix_8html.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{matrix_8html}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/templates/civilsage/matrix.html File Reference} 2 | \label{matrix_8html}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/templates/civilsage/matrix.\+html@{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/templates/civilsage/matrix.\+html}} 3 | -------------------------------------------------------------------------------- /Documentation/html/svgpan_8js_aa8d9f2083cafa2af98efafed94901079_icgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /sage/Contribute.md: -------------------------------------------------------------------------------- 1 | #Contribute 2 | 3 | If you want to contribute to this project, then just fork this 4 | repository. 5 | 6 | * Run this command to not sharing your settings.py file while sending 7 | Pull Request: 8 | 9 | `git update-index --assume-unchanged sage/sage/settings.py` 10 | 11 | * Modify the code. Find Bugs. Solve Bugs. 12 | 13 | * Commit. Push. Send PR. 14 | 15 | :) 16 | -------------------------------------------------------------------------------- /Documentation/html/jquery_8js_a871ff39db627c54c710a3e9909b8234c_icgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/a00039_a4f60afd2426ee9409955e4352b3f0486_cgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/namespaceinitial__file_ad9d26ace18fc618ee70df3c0c94927b7_icgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Documentation/latex/sage_2____init_____8py_source.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{sage_2____init_____8py_source}{}\section{\+\_\+\+\_\+init\+\_\+\+\_\+.\+py} 2 | \label{sage_2____init_____8py_source}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/sage/\+\_\+\+\_\+init\+\_\+\+\_\+.\+py@{/home/amarjeet/projects/\+Civil\+Octave/sage/sage/\+\_\+\+\_\+init\+\_\+\+\_\+.\+py}} 3 | 4 | \begin{DoxyCode} 5 | \end{DoxyCode} 6 | -------------------------------------------------------------------------------- /Examples/DoS/01/readme: -------------------------------------------------------------------------------- 1 | The main.m file contain code for Dynamic Analysis of framed building, 2 | an example taken from book entitled "Earthquake resistant Design of 3 | Structures" 1st Edition (2006) Eighth Printing (2010) by Pankaj 4 | Agarwal and Manish Shrikhande. 5 | 6 | The code correspond to a Example 2 Chapter 16, page 262. 7 | 8 | To know how to execute this code, read README.md file in folder CivilOctave. 9 | -------------------------------------------------------------------------------- /Documentation/html/dir_e3923da6aed9fa80cf949700f8d38e48_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/a00036_a32de127956738677913352a2db84ecdb_cgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/a00036_aed47fb0740a2fa14693f697905788719_cgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/dir_eabd756732c269eeca5ead71f78e50e4_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/latex/civilsage_2____init_____8py_source.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{civilsage_2____init_____8py_source}{}\section{\+\_\+\+\_\+init\+\_\+\+\_\+.\+py} 2 | \label{civilsage_2____init_____8py_source}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/\+\_\+\+\_\+init\+\_\+\+\_\+.\+py@{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/\+\_\+\+\_\+init\+\_\+\+\_\+.\+py}} 3 | 4 | \begin{DoxyCode} 5 | \end{DoxyCode} 6 | -------------------------------------------------------------------------------- /Examples/Students/BeamDesign/readme: -------------------------------------------------------------------------------- 1 | The main.m file contain code for Dynamic Analysis of framed building, 2 | an example taken from book entitled "Earthquake resistant Design of 3 | Structures" 1st Edition (2006) Eighth Printing (2010) by Pankaj 4 | Agarwal and Manish Shrikhande. 5 | 6 | The code correspond to a Example 2 Chapter 16, page 262. 7 | 8 | To know how to execute this code, read README.md file in folder CivilOctave. 9 | -------------------------------------------------------------------------------- /Documentation/html/dynsections_8js_a8f7493ad859d4fbf2523917511ee7177_icgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/dir_266afcd6fb64942df7ae39a1f7d7cb8c_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/dir_5619ace9d9f2cc2bd5ac16c6a010edb7_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/dir_1ea0c6613bdf8e293b1e949ac7b34165_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/dir_51ab6ee50d07e6dd12199aef16e19e4e_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/dir_8554f5cce57afee460c8a3da5c403ace_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/dir_b5a6083d428f59228644894a357cdf39_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/dir_bef4a03981df380c10aa7f20488f7008_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/tex/main.tex: -------------------------------------------------------------------------------- 1 | % Setting up document class 2 | \documentclass{article} 3 | 4 | % Inputting usepackage.tex file 5 | \input{usepackage.tex} 6 | 7 | % Main source of a document 8 | \begin{document} 9 | 10 | % Inputting title.tex file 11 | \input{title.tex} 12 | 13 | \input{abstract.tex} 14 | 15 | % Inputting chapter.tex file 16 | \input{../output.tex} 17 | 18 | % Closing document 19 | \end{document} 20 | -------------------------------------------------------------------------------- /Documentation/html/a00036_ad9397359f36a9df37e0aa43f3be032a3_icgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/dir_66bd5155f00db4aa3c79589f0baf70b0_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/dir_83435ec4abf8ab08769f53d35d669510_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/dir_c5124c51ad3bc1e31b6b49cb3ac84f3e_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/dir_c5ddfe22bf08c40bded923c4e68d0396_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/dir_ca84ae60ed57642ec7339c3fcaea75ed_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/dir_0cbc8f0d949df6a4e320258f1d1e73c3_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/dir_ac817a35fa9d7a07d357b3d058b01ed4_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /sage/sage/wsgi.py: -------------------------------------------------------------------------------- 1 | """ 2 | WSGI config for sage project. 3 | 4 | It exposes the WSGI callable as a module-level variable named ``application``. 5 | 6 | For more information on this file, see 7 | https://docs.djangoproject.com/en/1.7/howto/deployment/wsgi/ 8 | """ 9 | 10 | import os 11 | os.environ.setdefault("DJANGO_SETTINGS_MODULE", "sage.settings") 12 | 13 | from django.core.wsgi import get_wsgi_application 14 | application = get_wsgi_application() 15 | -------------------------------------------------------------------------------- /Documentation/latex/admin_8py.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{admin_8py}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/admin.py File Reference} 2 | \label{admin_8py}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/admin.\+py@{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/admin.\+py}} 3 | \subsection*{Namespaces} 4 | \begin{DoxyCompactItemize} 5 | \item 6 | \hyperlink{namespacecivilsage_1_1admin}{civilsage.\+admin} 7 | \end{DoxyCompactItemize} 8 | -------------------------------------------------------------------------------- /Documentation/latex/tests_8py.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{tests_8py}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/tests.py File Reference} 2 | \label{tests_8py}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/tests.\+py@{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/tests.\+py}} 3 | \subsection*{Namespaces} 4 | \begin{DoxyCompactItemize} 5 | \item 6 | \hyperlink{namespacecivilsage_1_1tests}{civilsage.\+tests} 7 | \end{DoxyCompactItemize} 8 | -------------------------------------------------------------------------------- /Documentation/html/dir_510ddf435370c081b45f7ee50457ba8b_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Examples/GeoTech/BC/dataFile.mat: -------------------------------------------------------------------------------- 1 | # Created by Octave 4.2.0, Wed Jun 14 14:27:46 2017 GMT 2 | # name: Bearing_capacity_factors 3 | # type: matrix 4 | # rows: 11 5 | # columns: 4 6 | 0 5.14 1 0 7 | 5 6.49 1.57 0.45 8 | 10 8.35 2.47 1.22 9 | 15 10.98 3.94 2.65 10 | 20 14.83 6.4 5.39 11 | 25 20.72 10.66 10.88 12 | 30 30.14 18.4 22.4 13 | 35 46.12 33.3 48.03 14 | 40 75.31 64.22 109.41 15 | 45 138.88 132.88 271.76 16 | 50 266.89 319.07 762.89 17 | -------------------------------------------------------------------------------- /Documentation/latex/abstract_8tex_source.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{abstract_8tex_source}{}\section{abstract.\+tex} 2 | \label{abstract_8tex_source}\index{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/abstract.\+tex@{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/abstract.\+tex}} 3 | 4 | \begin{DoxyCode} 5 | 00001 \(\backslash\)abstract\{This article explains dynamics behaviour of a multi-storeyed RC 6 | 00002 framed structue\} 7 | \end{DoxyCode} 8 | -------------------------------------------------------------------------------- /Documentation/latex/models_8py.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{models_8py}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/models.py File Reference} 2 | \label{models_8py}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/models.\+py@{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/models.\+py}} 3 | \subsection*{Namespaces} 4 | \begin{DoxyCompactItemize} 5 | \item 6 | \hyperlink{namespacecivilsage_1_1models}{civilsage.\+models} 7 | \end{DoxyCompactItemize} 8 | -------------------------------------------------------------------------------- /sage/README.md: -------------------------------------------------------------------------------- 1 | # SAGE 2 | 3 | ##INSATLLATION -: 4 | 5 | 1. Just clone or fork from 6 | 7 | 2. Go to terminal and go to 8 | cd /path/to/folder/CivilOctave/sage 9 | 10 | 3. Run command python manage.py migrate 11 | 12 | 4. Run app using python manage.py initial runserver 13 | 14 | 15 | ### FOLDERS -: 16 | 17 | 1. civilsage - contain Django code for interface 18 | 19 | 2. sagemath - contain Sagemath and LaTeX code 20 | 21 | 3. sage - contain Django setting.py 22 | -------------------------------------------------------------------------------- /sage/ToDo: -------------------------------------------------------------------------------- 1 | - [Y] Improving Doxygen Documentation 2 | - [Y] Applying CSS to HTML pages(file.html,matrix.html) 3 | - [Y] Mode considered related editing (input) 4 | - [ ] script to do jobs when server restart-: 5 | - [Y] process interrupted background processes 6 | - [Y] restart sage 7 | - [ ] restart django 8 | - [Y] Testing 9 | - [Y] Creating a base html file for making other html file inherit. 10 | - [Y] Modifying responsiveness (for all screens). 11 | - [Y] Code structuring. 12 | -------------------------------------------------------------------------------- /Documentation/html/dir_0b556542207275f0fbf8592b2b7de7c6_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/dir_126ebcf6b2d938a3c824f3686292d827_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/namespaceinitial__file_a105b1aa7bf4db853b6f4d064ed224030_cgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/dir_5df9b5f8191c445162897bbb77f834f4_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/TableTemplate.m: -------------------------------------------------------------------------------- 1 | Table(1).ID = "B"; 2 | Table().Source = "SP16"; 3 | Table().Caption = "Caption .."; 4 | Table().Clause = [2.2 3.5]; 5 | TempData = ["fy"; "x_umaxBYd";]; 6 | 7 | xmBYd = (0.87 * Material.Steel.f_y) / Material.Steel.E_s; 8 | xmBYd = roundx(xmBYd,3); 9 | 10 | # Produce final table 11 | 12 | Table().Content = [ Material.Steel.f_y' xmBYd' ]; 13 | 14 | 15 | # To display content of table uncomment following line, else 16 | # comment it by # 17 | Table().Content 18 | 19 | -------------------------------------------------------------------------------- /Documentation/latex/namespacesagemath_1_1input.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{namespacesagemath_1_1input}{}\section{sagemath.\+input Namespace Reference} 2 | \label{namespacesagemath_1_1input}\index{sagemath.\+input@{sagemath.\+input}} 3 | 4 | 5 | This file contain input for \hyperlink{main_8sage}{main.\+sage}. 6 | 7 | 8 | 9 | 10 | \subsection{Detailed Description} 11 | This file contain input for \hyperlink{main_8sage}{main.\+sage}. 12 | 13 | \begin{DoxyAuthor}{Author} 14 | amarjeet kapoor 15 | \end{DoxyAuthor} 16 | -------------------------------------------------------------------------------- /Documentation/html/namespacemain_a4f60afd2426ee9409955e4352b3f0486_cgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/latex/admin_8py_source.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{admin_8py_source}{}\section{admin.\+py} 2 | \label{admin_8py_source}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/admin.\+py@{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/admin.\+py}} 3 | 4 | \begin{DoxyCode} 5 | \hypertarget{admin_8py_source_l00001}{}\hyperlink{namespacecivilsage_1_1admin}{00001} \textcolor{keyword}{from} django.contrib \textcolor{keyword}{import} admin 6 | 00002 7 | 00003 \textcolor{comment}{# Register your models here.} 8 | \end{DoxyCode} 9 | -------------------------------------------------------------------------------- /Documentation/latex/sage_2____init_____8py.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{sage_2____init_____8py}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/sage/\+\_\+\+\_\+init\+\_\+\+\_\+.py File Reference} 2 | \label{sage_2____init_____8py}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/sage/\+\_\+\+\_\+init\+\_\+\+\_\+.\+py@{/home/amarjeet/projects/\+Civil\+Octave/sage/sage/\+\_\+\+\_\+init\+\_\+\+\_\+.\+py}} 3 | \subsection*{Namespaces} 4 | \begin{DoxyCompactItemize} 5 | \item 6 | \hyperlink{namespacesage}{sage} 7 | \end{DoxyCompactItemize} 8 | -------------------------------------------------------------------------------- /Documentation/latex/tests_8py_source.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{tests_8py_source}{}\section{tests.\+py} 2 | \label{tests_8py_source}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/tests.\+py@{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/tests.\+py}} 3 | 4 | \begin{DoxyCode} 5 | \hypertarget{tests_8py_source_l00001}{}\hyperlink{namespacecivilsage_1_1tests}{00001} \textcolor{keyword}{from} django.test \textcolor{keyword}{import} TestCase 6 | 00002 7 | 00003 \textcolor{comment}{# Create your tests here.} 8 | \end{DoxyCode} 9 | -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/Material.m: -------------------------------------------------------------------------------- 1 | # Concrete 2 | 3 | steelpt = 0:.1:5; # Used in Table106: %pt of singly reinforced sections 4 | 5 | Material.Conc.f_ck = [15 20 25 30 35 40 45 50 55]; 6 | Material.Conc.FactorFcr_fck = 0.7; 7 | Material.Conc.FactorE_c = 5000; 8 | 9 | Material.Conc.f_cr = Material.Conc.FactorFcr_fck * sqrt(Material.Conc.f_ck); 10 | Material.Conc.E_c = Material.Conc.FactorE_c* sqrt(Material.Conc.f_ck); 11 | 12 | # Steel 13 | 14 | Material.Steel.f_y = [240 250 415 500 550]; 15 | Material.Steel.E_s = 200000; 16 | -------------------------------------------------------------------------------- /Documentation/html/dir_7d9f7d48befed79c503e556e3c444c52_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Documentation/html/dir_a3d1a7b653511821389cb78175fd2fa0_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Documentation/html/dynsections_8js_a19f577cc1ba571396a85bb1f48bf4df2_cgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Documentation/html/namespacecivilsage_1_1views_a32de127956738677913352a2db84ecdb_cgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/namespacecivilsage_1_1views_aed47fb0740a2fa14693f697905788719_cgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/html/dir_26203cf3324dc076901316d6d502552e_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Documentation/html/dir_821be8184f5dd7e875db36971184a58f_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Documentation/html/dir_a3ec31493ada77b0db5a82172c3f8dbd_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Documentation/html/dir_07ba1cf1d0d5fd738315bd553bd68edc_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Documentation/html/dir_5b32ccf2753dc49810560a459aebd3c1_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Documentation/html/dir_6c435068f810b04e5d2a2027f5ddff37_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Documentation/html/dir_76f1cd2a7118d076af252aa98464b31c_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Documentation/html/dir_4cdd81784b34ba95d24c7e234b2e59dc_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Documentation/latex/models_8py_source.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{models_8py_source}{}\section{models.\+py} 2 | \label{models_8py_source}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/models.\+py@{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/models.\+py}} 3 | 4 | \begin{DoxyCode} 5 | \hypertarget{models_8py_source_l00001}{}\hyperlink{namespacecivilsage_1_1models}{00001} \textcolor{keyword}{from} django.db \textcolor{keyword}{import} models 6 | 00002 7 | 00003 \textcolor{comment}{# Create your models here.} 8 | 00004 9 | 00005 10 | \end{DoxyCode} 11 | -------------------------------------------------------------------------------- /Documentation/latex/civilsage_2____init_____8py.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{civilsage_2____init_____8py}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/\+\_\+\+\_\+init\+\_\+\+\_\+.py File Reference} 2 | \label{civilsage_2____init_____8py}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/\+\_\+\+\_\+init\+\_\+\+\_\+.\+py@{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/\+\_\+\+\_\+init\+\_\+\+\_\+.\+py}} 3 | \subsection*{Namespaces} 4 | \begin{DoxyCompactItemize} 5 | \item 6 | \hyperlink{namespacecivilsage}{civilsage} 7 | \end{DoxyCompactItemize} 8 | -------------------------------------------------------------------------------- /Documentation/latex/namespacesagemath_1_1main.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{namespacesagemath_1_1main}{}\section{sagemath.\+main Namespace Reference} 2 | \label{namespacesagemath_1_1main}\index{sagemath.\+main@{sagemath.\+main}} 3 | 4 | 5 | This module contain code to process the data obtain from \hyperlink{input_8sage}{input.\+sage}. 6 | 7 | 8 | 9 | 10 | \subsection{Detailed Description} 11 | This module contain code to process the data obtain from \hyperlink{input_8sage}{input.\+sage}. 12 | 13 | \begin{DoxyAuthor}{Author} 14 | amarjeet kapoor 15 | \end{DoxyAuthor} 16 | -------------------------------------------------------------------------------- /Documentation/html/dir_5e54194317ed9838ad57bb7d28e51abc_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Documentation/html/dir_e00eeac72d38dfc3e418f1aaf0ef63c8_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Documentation/latex/civil_8sh_source.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{civil_8sh_source}{}\section{civil.\+sh} 2 | \label{civil_8sh_source}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/civil.\+sh@{/home/amarjeet/projects/\+Civil\+Octave/sage/civil.\+sh}} 3 | 4 | \begin{DoxyCode} 5 | 00001 ## 6 | 00002 # This file run all files needed to process data sagemath.main and get output as # pdf through latex 7 | 00003 # @author amarjeet kapoor 8 | 00004 # 9 | 00005 # 10 | 00006 cd $1 11 | 00007 latex civil.tex 12 | 00008 sage civil.sagetex.sage 13 | 00009 pdflatex civil.tex 14 | \end{DoxyCode} 15 | -------------------------------------------------------------------------------- /sage/sage/urls.py: -------------------------------------------------------------------------------- 1 | ## 2 | # @package sage.urls 3 | # This module contain urlspatterns to map to civilsage.urls in django. 4 | #... 5 | # @author amarjeet kapoor 6 | 7 | from django.conf.urls import patterns, include, url 8 | from django.contrib import admin 9 | 10 | 11 | urlpatterns = patterns('', 12 | # Examples: 13 | # url(r'^$', 'sage.views.home', name='home'), 14 | #url(r'^blog/', include('blog.urls')), 15 | #url for civilsage files 16 | url(r'^', include('civilsage.urls')), 17 | #url for admin login 18 | url(r'^admin/', include(admin.site.urls)), 19 | ) 20 | -------------------------------------------------------------------------------- /Documentation/latex/title_8tex_source.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{title_8tex_source}{}\section{title.\+tex} 2 | \label{title_8tex_source}\index{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/title.\+tex@{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/title.\+tex}} 3 | 4 | \begin{DoxyCode} 5 | 00001 \(\backslash\)title\{Dymanics of Structure: Mode shape and time period\} 6 | 00002 7 | 00003 \(\backslash\)author\{Hardeep Singh Rai\} 8 | 00004 9 | 00005 \(\backslash\)date\{\(\backslash\)today\} 10 | 00006 11 | 00007 \(\backslash\)maketitle 12 | 00008 13 | \end{DoxyCode} 14 | -------------------------------------------------------------------------------- /Documentation/latex/Makefile: -------------------------------------------------------------------------------- 1 | all: refman.pdf 2 | 3 | pdf: refman.pdf 4 | 5 | refman.pdf: clean refman.tex 6 | pdflatex refman 7 | makeindex refman.idx 8 | pdflatex refman 9 | latex_count=8 ; \ 10 | while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ $$latex_count -gt 0 ] ;\ 11 | do \ 12 | echo "Rerunning latex...." ;\ 13 | pdflatex refman ;\ 14 | latex_count=`expr $$latex_count - 1` ;\ 15 | done 16 | makeindex refman.idx 17 | pdflatex refman 18 | 19 | 20 | clean: 21 | rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg *.bbl refman.pdf 22 | -------------------------------------------------------------------------------- /Documentation/latex/md__home_amarjeet_projects_CivilOctave_sage_Contribute.tex: -------------------------------------------------------------------------------- 1 | \#\+Contribute 2 | 3 | If you want to contribute to this project, then just fork this repository. 4 | 5 | 6 | \begin{DoxyItemize} 7 | \item Run this command to not sharing your \hyperlink{settings_8py}{settings.\+py} file while sending Pull Request\+: 8 | \end{DoxyItemize} 9 | 10 | {\ttfamily git update-\/index -\/-\/assume-\/unchanged \hyperlink{settings_8py}{sage/sage/settings.\+py}} 11 | 12 | 13 | \begin{DoxyItemize} 14 | \item Modify the code. Find Bugs. Solve Bugs. 15 | \item Commit. Push. Send P\+R. 16 | \end{DoxyItemize} 17 | 18 | \+:) -------------------------------------------------------------------------------- /Examples/NME/LinearEquations/class/gauss2.m: -------------------------------------------------------------------------------- 1 | A = [2 3; 2 4] 2 | b = [5; 10] 3 | 4 | %A = A = [3 2 -1 1; 1 -1 -2 4; 2 3 1 -2; 5 -2 3 2] 5 | %b = [1; 3; -2; 0;] 6 | 7 | Ba = A; 8 | 9 | n = rows(A) 10 | x = zeros(n,1); 11 | 12 | % Elimination phase 13 | 14 | for k = 1:n-1 15 | for i = k+1:n 16 | lambda = A(i,k)/A(k,k); 17 | for j = k+1:n 18 | A(i,j) = A(i,j) - lambda * A(k,j); 19 | end 20 | b(i) = b(i) - lambda * b(k); 21 | end 22 | end 23 | 24 | % Back substitution phase" 25 | 26 | for k = n:-1:1 27 | x(k) = ( b(k) - A(k,k+1:n) * x(k+1:n) )/A(k,k); 28 | end 29 | 30 | x 31 | 32 | Ba * x 33 | -------------------------------------------------------------------------------- /Examples/NME/LinearEquations/class/gauss3.m: -------------------------------------------------------------------------------- 1 | A = [2 3; 2 4] 2 | b = [5; 10] 3 | 4 | %A = A = [3 2 -1 1; 1 -1 -2 4; 2 3 1 -2; 5 -2 3 2] 5 | %b = [1; 3; -2; 0;] 6 | 7 | Ba = A; 8 | 9 | n = rows(A) 10 | %x = zeros(n,1); 11 | 12 | % Elimination phase 13 | 14 | for k = 1:n-1 15 | for i = k+1:n 16 | lambda = A(i,k)/A(k,k); 17 | for j = k+1:n 18 | A(i,j) = A(i,j) - lambda * A(k,j); 19 | end 20 | b(i) = b(i) - lambda * b(k); 21 | end 22 | end 23 | 24 | % Back substitution phase" 25 | 26 | for k = n:-1:1 27 | b(k) = ( b(k) - A(k,k+1:n) * b(k+1:n) )/A(k,k); 28 | end 29 | 30 | b 31 | 32 | Ba * b 33 | -------------------------------------------------------------------------------- /Examples/L01/input.mat: -------------------------------------------------------------------------------- 1 | # Created by Octave 4.0.0, Sun Aug 16 07:51:22 2015 IST 2 | # name: Number_of_elements 3 | # type: scalar 4 | 4 5 | 6 | 7 | # name: Number_of_nodes 8 | # type: scalar 9 | 5 10 | 11 | 12 | # name: Element_incidences 13 | # type: matrix 14 | # rows: 4 15 | # columns: 2 16 | 1 2 17 | 2 3 18 | 3 4 19 | 4 5 20 | 21 | 22 | # name: Local_stiffness_matrix 23 | # type: matrix 24 | # rows: 4 25 | # columns: 1 26 | 100 27 | 100 28 | 100 29 | 100 30 | 31 | 32 | # name: Load_matrix 33 | # type: matrix 34 | # rows: 5 35 | # columns: 1 36 | 0 37 | 0 38 | -20 39 | -30 40 | 30 41 | 42 | 43 | -------------------------------------------------------------------------------- /Examples/DoS/01/tex/usepackage.tex: -------------------------------------------------------------------------------- 1 | % This package is used to added fancy heading 2 | \usepackage{amsmath} 3 | \usepackage{mathtools} 4 | \usepackage{fancyheadings} 5 | \usepackage{fancyhdr} 6 | \pagestyle{fancy} 7 | \fancyhf{} 8 | \fancyheadoffset{.01 cm} 9 | \fancyhead[LE,LO]{\leftmark} 10 | \fancyfoot[LE,LO]{\rightmark} 11 | \fancyfoot[RE,RO]{\thepage} 12 | 13 | % Setting width of header footer line 14 | \renewcommand{\headrulewidth}{1pt} 15 | \renewcommand{\footrulewidth}{.5pt} 16 | 17 | % Adding margin 18 | \usepackage{geometry} 19 | \usepackage{graphicx} 20 | \geometry{a4paper, left=1.5in, right=.75in, top=1in, bottom=.57in} 21 | -------------------------------------------------------------------------------- /sage/civilsage/urls.py: -------------------------------------------------------------------------------- 1 | ## 2 | # @package civilsage.urls 3 | # This module contain urlspatterns to map to html file in django. 4 | #... 5 | # @author amarjeet kapoor 6 | 7 | from django.conf.urls import url 8 | 9 | from . import views 10 | 11 | urlpatterns = [ 12 | #directs to index veiw 13 | url(r'^$', views.index, name='index'), 14 | #directs request to matrix veiw 15 | url(r'^matrix/$', views.matrix, name='matrix'), 16 | #directs request to file veiw to upload file 17 | url(r'^file/$', views.file, name='file'), 18 | #directs request to last veiw 19 | url(r'^last/$', views.last, name='last'), 20 | ] 21 | -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/tex/usepackage.tex: -------------------------------------------------------------------------------- 1 | % This package is used to added fancy heading 2 | \usepackage{amsmath} 3 | \usepackage{mathtools} 4 | \usepackage{fancyheadings} 5 | \usepackage{fancyhdr} 6 | \pagestyle{fancy} 7 | \fancyhf{} 8 | \fancyheadoffset{.01 cm} 9 | \fancyhead[LE,LO]{\leftmark} 10 | \fancyfoot[LE,LO]{\rightmark} 11 | \fancyfoot[RE,RO]{\thepage} 12 | 13 | % Setting width of header footer line 14 | \renewcommand{\headrulewidth}{1pt} 15 | \renewcommand{\footrulewidth}{.5pt} 16 | 17 | % Adding margin 18 | \usepackage{geometry} 19 | \usepackage{graphicx} 20 | \geometry{a4paper, left=1.5in, right=.75in, top=1in, bottom=.57in} 21 | -------------------------------------------------------------------------------- /Documentation/html/dir_e17dfacb779d11bff8d7f4107b5b9c06_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Documentation/html/namespacecivilsage_1_1views_ad9397359f36a9df37e0aa43f3be032a3_icgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Documentation/latex/namespacesagemath.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{namespacesagemath}{}\section{sagemath Namespace Reference} 2 | \label{namespacesagemath}\index{sagemath@{sagemath}} 3 | \subsection*{Namespaces} 4 | \begin{DoxyCompactItemize} 5 | \item 6 | \hyperlink{namespacesagemath_1_1input}{input} 7 | \begin{DoxyCompactList}\small\item\em This file contain input for \hyperlink{main_8sage}{main.\+sage}. \end{DoxyCompactList}\item 8 | \hyperlink{namespacesagemath_1_1main}{main} 9 | \begin{DoxyCompactList}\small\item\em This module contain code to process the data obtain from \hyperlink{input_8sage}{input.\+sage}. \end{DoxyCompactList}\end{DoxyCompactItemize} 10 | -------------------------------------------------------------------------------- /Examples/DoS/01/tex/main.tex: -------------------------------------------------------------------------------- 1 | % Setting up document class 2 | \documentclass{article} 3 | 4 | % Inputting usepackage.tex file 5 | \input{usepackage.tex} 6 | 7 | % Main source of a document 8 | \begin{document} 9 | 10 | % Inputting title.tex file 11 | \input{title.tex} 12 | 13 | \input{abstract.tex} 14 | 15 | \begin{figure} 16 | \centering 17 | \includegraphics[width=1.0\textwidth,height=0.75\textheight,resolution=300,keepaspectratio]{../ModeShape.png} 18 | \caption{Mode shapes} 19 | \label{ModeShape} 20 | \end{figure} 21 | 22 | 23 | % Inputting chapter.tex file 24 | \input{../output.tex} 25 | 26 | % Closing document 27 | \end{document} 28 | -------------------------------------------------------------------------------- /Documentation/latex/Contribute_8md_source.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{Contribute_8md_source}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/\+Contribute.md} 2 | 3 | \begin{DoxyCode} 4 | 00001 #Contribute 5 | 00002 6 | 00003 If you want to contribute to this project, then just fork this 7 | 00004 repository. 8 | 00005 9 | 00006 * Run this command to not sharing your settings.py file while sending 10 | 00007 Pull Request: 11 | 00008 12 | 00009 `git update-index --assume-unchanged sage/sage/settings.py` 13 | 00010 14 | 00011 * Modify the code. Find Bugs. Solve Bugs. 15 | 00012 16 | 00013 * Commit. Push. Send PR. 17 | 00014 18 | 00015 :) 19 | \end{DoxyCode} 20 | -------------------------------------------------------------------------------- /Documentation/latex/namespacesage.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{namespacesage}{}\section{sage Namespace Reference} 2 | \label{namespacesage}\index{sage@{sage}} 3 | \subsection*{Namespaces} 4 | \begin{DoxyCompactItemize} 5 | \item 6 | \hyperlink{namespacesage_1_1settings}{settings} 7 | \begin{DoxyCompactList}\small\item\em Django settings for sage project. \end{DoxyCompactList}\item 8 | \hyperlink{namespacesage_1_1urls}{urls} 9 | \begin{DoxyCompactList}\small\item\em This module contain urlspatterns to map to \hyperlink{namespacecivilsage_1_1urls}{civilsage.\+urls} in django. \end{DoxyCompactList}\item 10 | \hyperlink{namespacesage_1_1wsgi}{wsgi} 11 | \end{DoxyCompactItemize} 12 | -------------------------------------------------------------------------------- /Documentation/latex/wsgi_8py.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{wsgi_8py}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/sage/wsgi.py File Reference} 2 | \label{wsgi_8py}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/sage/wsgi.\+py@{/home/amarjeet/projects/\+Civil\+Octave/sage/sage/wsgi.\+py}} 3 | \subsection*{Namespaces} 4 | \begin{DoxyCompactItemize} 5 | \item 6 | \hyperlink{namespacesage_1_1wsgi}{sage.\+wsgi} 7 | \end{DoxyCompactItemize} 8 | \subsection*{Variables} 9 | \begin{DoxyCompactItemize} 10 | \item 11 | tuple \hyperlink{namespacesage_1_1wsgi_a1ddb23bace7377dbda42c61a804bb9aa}{sage.\+wsgi.\+application} = get\+\_\+wsgi\+\_\+application() 12 | \end{DoxyCompactItemize} 13 | -------------------------------------------------------------------------------- /Documentation/html/a00029_ac2d69f5011896c6ed4a54e0dd36f6334_icgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Examples/NME/LinearEquations/gauss.m: -------------------------------------------------------------------------------- 1 | function [x,det] = gauss(A,b) 2 | 3 | % Solves A*x = b by Gauss elimination and computes det(A). 4 | % USAGE: [x,det] = gauss(A,b) 5 | 6 | if size(b,2) > 1; b = b'; end % b must be column vector 7 | n = length(b); 8 | 9 | for k = 1:n-1 10 | % Elimination phase 11 | for i= k+1:n 12 | if A(i,k) ~= 0 13 | lambda = A(i,k)/A(k,k); 14 | A(i,k+1:n) = A(i,k+1:n) - lambda*A(k,k+1:n); 15 | b(i)= b(i) - lambda*b(k); 16 | end 17 | end 18 | end 19 | 20 | if nargout == 2; det = prod(diag(A)); end 21 | 22 | for k = n:-1:1 23 | % Back substitution phase 24 | b(k) = (b(k) - A(k,k+1:n)*b(k+1:n))/A(k,k); 25 | end 26 | x = b; 27 | 28 | -------------------------------------------------------------------------------- /Examples/NME/LinearEquations/class/gauss1.m: -------------------------------------------------------------------------------- 1 | %A = [2 3; 2 4] 2 | %b = [5; 10] 3 | 4 | A = A = [3 2 -1 1; 1 -1 -2 4; 2 3 1 -2; 5 -2 3 2] 5 | b = [1; 3; -2; 0;] 6 | 7 | Ba = A; 8 | 9 | n = rows(A); 10 | x = []; 11 | 12 | % Elimination phase 13 | 14 | for k = 1:n-1 15 | for i = k+1:n 16 | lambda = A(i,k)/A(k,k); 17 | for j = k+1:n 18 | A(i,j) = A(i,j) - lambda * A(k,j); 19 | end 20 | b(i) = b(i) - lambda * b(k); 21 | end 22 | end 23 | 24 | % Back substitution phase 25 | 26 | for k = n:-1:1 27 | sumTmp = 0; 28 | for j = k+1:n 29 | sumTmp = sumTmp + A(k,j) * x(j,1); 30 | end 31 | x(k,1) = ( b(k) - sumTmp )/A(k,k); 32 | end 33 | 34 | x 35 | 36 | Ba * x 37 | -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/Table103.m: -------------------------------------------------------------------------------- 1 | # Table C2 of SP16, page 10 2 | Table(3).ID = "C row 2"; 3 | Table(3).Source = "SP16"; 4 | Table(3).Caption = "Value of $\\dfrac{p_{t,lim}f_y}{f_{ck}}$ for Different Steel Grades"; 5 | Table(3).Clause = ["2.3"]; 6 | Table(3).Header = ["$\\dfrac{p_{t,lim}f_y}{f_{ck}}$"]; 7 | 8 | p_tlimfyBYfck = (100 * 0.36 / 0.87) * x_umaxBYd ; 9 | p_tlimfyBYfck = roundx(p_tlimfyBYfck,2); 10 | 11 | # Produce final table 12 | Table(3).Content = [p_tlimfyBYfck]; 13 | 14 | PrintTable = [Material.Steel.f_y' Table(3).Content']; 15 | 16 | # To display content of table uncomment following line, else 17 | # comment it by # 18 | 19 | #disp('Table 3') 20 | #Table(3).Header 21 | #PrintTable 22 | 23 | # EoF ========== 24 | -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/Table102.m: -------------------------------------------------------------------------------- 1 | # Table C1 of SP16, page 10 2 | Table(2).ID = "C row 1"; 3 | Table(2).Source = "SP16"; 4 | Table(2).Caption = "Value of $\\dfrac{M_{u,lim}}{fck bd^2}$ for Different Steel Grades"; 5 | Table(2).Clause = ["2.3"]; 6 | Table(2).Header = ["$\\dfrac{M_{u,lim}}{fck bd^2}$"]; 7 | 8 | M_ulimBYbd2 = (0.36 * x_umaxBYd) .* (1 - 0.416 * x_umaxBYd); 9 | M_ulimBYbd2 = roundx(M_ulimBYbd2,3); 10 | 11 | # Produce final table 12 | Table(2).Content = [M_ulimBYbd2]; 13 | 14 | PrintTable = [Material.Steel.f_y' Table(2).Content']; 15 | 16 | # To display content of table uncomment following line, else 17 | # comment it by # 18 | 19 | #disp('Table 2') 20 | #Table(2).Header 21 | #PrintTable 22 | 23 | # EoF ========== 24 | -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/Table104.m: -------------------------------------------------------------------------------- 1 | # Table D of SP16, Page 10 2 | 3 | Table(4).ID = "D"; 4 | Table(4).Source = "SP16"; 5 | Table(4).Caption = 'Limiting Moment of Resistance Factor for Singly Reinforced Rectangular Sections'; 6 | Table(4).Clause = ["2.3"]; 7 | Table(4).Header = ["$\\dfrac{M_{u,lim}}{bd^2}$ factor"]; 8 | 9 | TempM = Table(2).Content' * Material.Conc.f_ck; 10 | TempM = roundx(TempM,2); 11 | 12 | # Produce final table 13 | Table(4).Content = [ TempM ]; 14 | 15 | PrintTable = [0 Material.Conc.f_ck; Material.Steel.f_y' Table(4).Content]; 16 | 17 | # To display content of table uncomment following line, else 18 | # comment it by # 19 | #disp('Table 4') 20 | #Table(4).Header 21 | #PrintTable' 22 | 23 | # EoF ========== 24 | -------------------------------------------------------------------------------- /Examples/Students/BeamDesign/sizeandsteel.m: -------------------------------------------------------------------------------- 1 | function[dmin,Rlim,d,D,pt,Astreq,Astmin,AreaOneBar,NoOfBars,Astprov,Spacing] = sizeandsteel(fck,Mu,b,cover,bardia,stirrupdia,fy) 2 | 3 | % Mulim = 0.138*fck*b*d*d 4 | %Rlim = Mulim/(b*d*d) = 0.138*fck 5 | Rlim = 0.138*fck; 6 | dmin = sqrt(Mu*1000000/(Rlim*b)); 7 | D = ceil(dmin + cover+stirrupdia+(bardia/2)); 8 | d = D-cover+stirrupdia+(bardia/2); 9 | pt = [[1-[sqrt(1-((4.6*Mu*1000000)/(fck*b*d*d)))]]*(fck/(2*fy))]*100; 10 | Astreq = (pt*b*d)/100; % in mm^2 11 | Astmin = 0.0012*b*D; % in mm^2 12 | AreaOneBar = (3.14/4)*(bardia)^2; % in mm^2 13 | NoOfBars = ceil(Astreq/AreaOneBar); 14 | Astprov = (3.14/4)*(bardia^2)*NoOfBars; 15 | Spacing = [b-(cover*2)-bardia]/(NoOfBars); 16 | end -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/Table101.m: -------------------------------------------------------------------------------- 1 | # Table B of SP16, page 9 2 | Table(1).ID = "B"; 3 | Table(1).Source = "SP16"; 4 | Table(1).Caption = "Value of $\\dfrac{x_{u,max}}{d}$ for Different Steel Grades"; 5 | Table(1).Clause = ["2.2"]; 6 | Table(1).Header = ["$\\dfrac{x_{u,max}}{d}$"]; 7 | 8 | x_umaxBYd = (0.87 * Material.Steel.f_y) / Material.Steel.E_s; 9 | x_umaxBYd = 0.0035 * (1./(0.0055 + x_umaxBYd)); 10 | x_umaxBYd = roundx(x_umaxBYd,3); 11 | 12 | # Produce final table 13 | Table(1).Content = [x_umaxBYd]; 14 | 15 | PrintTable = [Material.Steel.f_y' Table(1).Content']; 16 | 17 | # To display content of table uncomment following line, else 18 | # comment it by # 19 | #disp('Table 1') 20 | #Table(1).Header 21 | #PrintTable 22 | 23 | # EoF ========== 24 | -------------------------------------------------------------------------------- /Examples/Students/BeamDes/given_data.mat: -------------------------------------------------------------------------------- 1 | # Created by Octave 4.2.0, Thu Jan 26 20:40:23 2017 GMT 2 | # name: beam 3 | # type: scalar struct 4 | # ndims: 2 5 | 1 1 6 | # length: 9 7 | # name: width 8 | # type: scalar 9 | 1000 10 | 11 | 12 | # name: depth 13 | # type: scalar 14 | 350 15 | 16 | 17 | # name: fck 18 | # type: scalar 19 | 20 20 | 21 | 22 | # name: fy 23 | # type: scalar 24 | 415 25 | 26 | 27 | # name: factored_moment 28 | # type: scalar 29 | 78160000 30 | 31 | 32 | # name: main_dia 33 | # type: scalar 34 | 12 35 | 36 | 37 | # name: clear_cover 38 | # type: scalar 39 | 50 40 | 41 | 42 | # name: shear 43 | # type: scalar 44 | 105589 45 | 46 | 47 | # name: stirrup_dia 48 | # type: scalar 49 | 8 50 | 51 | 52 | 53 | 54 | -------------------------------------------------------------------------------- /Documentation/latex/dir_1ea0c6613bdf8e293b1e949ac7b34165.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{dir_1ea0c6613bdf8e293b1e949ac7b34165}{}\section{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+L02 Directory Reference} 2 | \label{dir_1ea0c6613bdf8e293b1e949ac7b34165}\index{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+L02 Directory Reference@{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+L02 Directory Reference}} 3 | Directory dependency graph for L02\+:\nopagebreak 4 | \begin{figure}[H] 5 | \begin{center} 6 | \leavevmode 7 | \includegraphics[width=166pt]{dir_1ea0c6613bdf8e293b1e949ac7b34165_dep} 8 | \end{center} 9 | \end{figure} 10 | \subsection*{Files} 11 | \begin{DoxyCompactItemize} 12 | \item 13 | file \hyperlink{L02_2main_8m}{main.\+m} 14 | \end{DoxyCompactItemize} 15 | -------------------------------------------------------------------------------- /Documentation/latex/dir_8554f5cce57afee460c8a3da5c403ace.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{dir_8554f5cce57afee460c8a3da5c403ace}{}\section{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+L01 Directory Reference} 2 | \label{dir_8554f5cce57afee460c8a3da5c403ace}\index{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+L01 Directory Reference@{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+L01 Directory Reference}} 3 | Directory dependency graph for L01\+:\nopagebreak 4 | \begin{figure}[H] 5 | \begin{center} 6 | \leavevmode 7 | \includegraphics[width=166pt]{dir_8554f5cce57afee460c8a3da5c403ace_dep} 8 | \end{center} 9 | \end{figure} 10 | \subsection*{Files} 11 | \begin{DoxyCompactItemize} 12 | \item 13 | file \hyperlink{L01_2main_8m}{main.\+m} 14 | \end{DoxyCompactItemize} 15 | -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/Table105.m: -------------------------------------------------------------------------------- 1 | # Table E of SP16, Page 10 2 | 3 | Table(5).ID = "E"; 4 | Table(5).Source = "SP16"; 5 | Table(5).Caption = 'Maximum Percentage of Tensile Reinforcement $p_{t,lim}$ for Singly Reinforced Rectangular Sections'; 6 | Table(5).Clause = ["2.3"]; 7 | Table(5).Header = ["$p_{t,lim}"]; 8 | 9 | TempM = Table(3).Content ./ Material.Steel.f_y; 10 | TempM = TempM' * Material.Conc.f_ck; 11 | TempM = roundx(TempM,2); 12 | 13 | # Produce final table 14 | Table(5).Content = [ TempM ]; 15 | 16 | PrintTable = [0 Material.Conc.f_ck; Material.Steel.f_y' Table(5).Content]; 17 | 18 | # To display content of table uncomment following line, else 19 | # comment it by # 20 | #disp('Table 5') 21 | #Table(5).Header 22 | #PrintTable' 23 | 24 | # EoF ========== 25 | -------------------------------------------------------------------------------- /Documentation/latex/dir_a3d1a7b653511821389cb78175fd2fa0.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{dir_a3d1a7b653511821389cb78175fd2fa0}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/static Directory Reference} 2 | \label{dir_a3d1a7b653511821389cb78175fd2fa0}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/static Directory Reference@{/home/amarjeet/projects/\+Civil\+Octave/sage/static Directory Reference}} 3 | Directory dependency graph for static\+:\nopagebreak 4 | \begin{figure}[H] 5 | \begin{center} 6 | \leavevmode 7 | \includegraphics[width=254pt]{dir_a3d1a7b653511821389cb78175fd2fa0_dep} 8 | \end{center} 9 | \end{figure} 10 | \subsection*{Directories} 11 | \begin{DoxyCompactItemize} 12 | \item 13 | directory \hyperlink{dir_c5ddfe22bf08c40bded923c4e68d0396}{js} 14 | \end{DoxyCompactItemize} 15 | -------------------------------------------------------------------------------- /Documentation/html/dir_03680f297d755c096b0a1ead13ee12b7_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Examples/L02/input.mat: -------------------------------------------------------------------------------- 1 | # Created by Octave 4.0.0, Sun Aug 16 18:59:41 2015 IST 2 | # name: Number_of_elements 3 | # type: scalar 4 | 4 5 | 6 | 7 | # name: Number_of_nodes 8 | # type: scalar 9 | 5 10 | 11 | 12 | # name: Global_stiffness_matrix 13 | # type: matrix 14 | # rows: 5 15 | # columns: 5 16 | 5.5 -4.6 0 0 0 17 | -4.6 14 -4.6 0 0 18 | 0.4 -4.6 11 -4.6 0.4 19 | 0 0 -4.6 14.2 -4.6 20 | 0 0 4 -4.6 6.5 21 | 22 | 23 | # name: Global_force_matrix 24 | # type: matrix 25 | # rows: 1 26 | # columns: 5 27 | 50 200 100 200 90 28 | 29 | 30 | # name: Boundary_nodes 31 | # type: matrix 32 | # rows: 2 33 | # columns: 1 34 | 1 35 | 5 36 | 37 | 38 | # name: Boundary_condition_displacement 39 | # type: matrix 40 | # rows: 2 41 | # columns: 1 42 | 15 43 | 4 44 | 45 | 46 | -------------------------------------------------------------------------------- /Documentation/html/dir_6e8a3169b25775527f7335bcb1517fad_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Documentation/html/dir_79e15c82767ad07f2551f143dccb4abc_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Documentation/latex/sage_2README_8md_source.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{sage_2README_8md_source}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/\+R\+E\+A\+D\+M\+E.md} 2 | 3 | \begin{DoxyCode} 4 | 00001 # SAGE 5 | 00002 6 | 00003 ##INSATLLATION -: 7 | 00004 8 | 00005 1. Just clone or fork from 9 | 00006 10 | 00007 2. Go to terminal and go to 11 | 00008 cd /path/to/folder/CivilOctave/sage 12 | 00009 13 | 00010 3. Run command python manage.py migrate 14 | 00011 15 | 00012 4. Run app using python manage.py initial runserver 16 | 00013 17 | 00014 18 | 00015 ### FOLDERS -: 19 | 00016 20 | 00017 1. civilsage - contain Django code for interface 21 | 00018 22 | 00019 2. sagemath - contain Sagemath and LaTeX code 23 | 00020 24 | 00021 3. sage - contain Django setting.py 25 | \end{DoxyCode} 26 | -------------------------------------------------------------------------------- /Documentation/latex/dir_26203cf3324dc076901316d6d502552e.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{dir_26203cf3324dc076901316d6d502552e}{}\section{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S Directory Reference} 2 | \label{dir_26203cf3324dc076901316d6d502552e}\index{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S Directory Reference@{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S Directory Reference}} 3 | Directory dependency graph for Do\+S\+:\nopagebreak 4 | \begin{figure}[H] 5 | \begin{center} 6 | \leavevmode 7 | \includegraphics[width=254pt]{dir_26203cf3324dc076901316d6d502552e_dep} 8 | \end{center} 9 | \end{figure} 10 | \subsection*{Directories} 11 | \begin{DoxyCompactItemize} 12 | \item 13 | directory \hyperlink{dir_821be8184f5dd7e875db36971184a58f}{01} 14 | \end{DoxyCompactItemize} 15 | -------------------------------------------------------------------------------- /Documentation/latex/dir_ac817a35fa9d7a07d357b3d058b01ed4.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{dir_ac817a35fa9d7a07d357b3d058b01ed4}{}\section{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Geo\+Tech/\+B\+C Directory Reference} 2 | \label{dir_ac817a35fa9d7a07d357b3d058b01ed4}\index{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Geo\+Tech/\+B\+C Directory Reference@{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Geo\+Tech/\+B\+C Directory Reference}} 3 | Directory dependency graph for B\+C\+:\nopagebreak 4 | \begin{figure}[H] 5 | \begin{center} 6 | \leavevmode 7 | \includegraphics[width=166pt]{dir_ac817a35fa9d7a07d357b3d058b01ed4_dep} 8 | \end{center} 9 | \end{figure} 10 | \subsection*{Files} 11 | \begin{DoxyCompactItemize} 12 | \item 13 | file \hyperlink{GeoTech_2BC_2main_8m}{main.\+m} 14 | \end{DoxyCompactItemize} 15 | -------------------------------------------------------------------------------- /Documentation/latex/namespacecivilsage.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{namespacecivilsage}{}\section{civilsage Namespace Reference} 2 | \label{namespacecivilsage}\index{civilsage@{civilsage}} 3 | \subsection*{Namespaces} 4 | \begin{DoxyCompactItemize} 5 | \item 6 | \hyperlink{namespacecivilsage_1_1admin}{admin} 7 | \item 8 | \hyperlink{namespacecivilsage_1_1models}{models} 9 | \item 10 | \hyperlink{namespacecivilsage_1_1tests}{tests} 11 | \item 12 | \hyperlink{namespacecivilsage_1_1urls}{urls} 13 | \begin{DoxyCompactList}\small\item\em This module contain urlspatterns to map to html file in django. \end{DoxyCompactList}\item 14 | \hyperlink{namespacecivilsage_1_1views}{views} 15 | \begin{DoxyCompactList}\small\item\em This module contain functions to controls veiws of django. \end{DoxyCompactList}\end{DoxyCompactItemize} 16 | -------------------------------------------------------------------------------- /Documentation/latex/dir_07ba1cf1d0d5fd738315bd553bd68edc.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{dir_07ba1cf1d0d5fd738315bd553bd68edc}{}\section{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Geo\+Tech Directory Reference} 2 | \label{dir_07ba1cf1d0d5fd738315bd553bd68edc}\index{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Geo\+Tech Directory Reference@{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Geo\+Tech Directory Reference}} 3 | Directory dependency graph for Geo\+Tech\+:\nopagebreak 4 | \begin{figure}[H] 5 | \begin{center} 6 | \leavevmode 7 | \includegraphics[width=256pt]{dir_07ba1cf1d0d5fd738315bd553bd68edc_dep} 8 | \end{center} 9 | \end{figure} 10 | \subsection*{Directories} 11 | \begin{DoxyCompactItemize} 12 | \item 13 | directory \hyperlink{dir_ac817a35fa9d7a07d357b3d058b01ed4}{B\+C} 14 | \end{DoxyCompactItemize} 15 | -------------------------------------------------------------------------------- /Documentation/latex/civilsage_2urls_8py.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{civilsage_2urls_8py}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/urls.py File Reference} 2 | \label{civilsage_2urls_8py}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/urls.\+py@{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/urls.\+py}} 3 | \subsection*{Namespaces} 4 | \begin{DoxyCompactItemize} 5 | \item 6 | \hyperlink{namespacecivilsage_1_1urls}{civilsage.\+urls} 7 | \begin{DoxyCompactList}\small\item\em This module contain urlspatterns to map to html file in django. \end{DoxyCompactList}\end{DoxyCompactItemize} 8 | \subsection*{Variables} 9 | \begin{DoxyCompactItemize} 10 | \item 11 | list \hyperlink{namespacecivilsage_1_1urls_a46a501661622e9e2b11c9d6da43bbec0}{civilsage.\+urls.\+urlpatterns} 12 | \end{DoxyCompactItemize} 13 | -------------------------------------------------------------------------------- /Documentation/latex/sage_2urls_8py.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{sage_2urls_8py}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/sage/urls.py File Reference} 2 | \label{sage_2urls_8py}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/sage/urls.\+py@{/home/amarjeet/projects/\+Civil\+Octave/sage/sage/urls.\+py}} 3 | \subsection*{Namespaces} 4 | \begin{DoxyCompactItemize} 5 | \item 6 | \hyperlink{namespacesage_1_1urls}{sage.\+urls} 7 | \begin{DoxyCompactList}\small\item\em This module contain urlspatterns to map to \hyperlink{namespacecivilsage_1_1urls}{civilsage.\+urls} in django. \end{DoxyCompactList}\end{DoxyCompactItemize} 8 | \subsection*{Variables} 9 | \begin{DoxyCompactItemize} 10 | \item 11 | tuple \hyperlink{namespacesage_1_1urls_a5c86cdc04e09bcea3285cc79e9c83220}{sage.\+urls.\+urlpatterns} 12 | \end{DoxyCompactItemize} 13 | -------------------------------------------------------------------------------- /Documentation/latex/input_8sage_source.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{input_8sage_source}{}\section{input.\+sage} 2 | \label{input_8sage_source}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/sagemath/input.\+sage@{/home/amarjeet/projects/\+Civil\+Octave/sage/sagemath/input.\+sage}} 3 | 4 | \begin{DoxyCode} 5 | 00001 ## 6 | 00002 # @package sagemath.input 7 | 00003 # This file contain input for main.sage 8 | 00004 # @author amarjeet kapoor 9 | 00005 10 | 00006 11 | 00007 Soil\_type=1 12 | 00008 Importance\_factor=1 13 | 00009 Number\_of\_storeys=4 14 | 00010 Gravity\_acceleration=9.8 15 | 00011 Modes\_considered=3 16 | 00012 Response\_reduction\_factor=5 17 | 00013 Zone\_factor=.24 18 | 00014 mass=matrix([[8],[8],[4],[4]]) 19 | 00015 Height\_storey=matrix([[4],[4],[4],[4],]) 20 | 00016 Stiffness\_storey=matrix([[1000],[800],[600],[600],]) 21 | \end{DoxyCode} 22 | -------------------------------------------------------------------------------- /sage/static/css/custom.css: -------------------------------------------------------------------------------- 1 | .header { 2 | text-align: center; 3 | font-size: 2em; 4 | } 5 | 6 | .space { 7 | margin-bottom: 20px; 8 | } 9 | /* 10 | @media (min-width: 900px) { 11 | .width { 12 | width:340px; 13 | text-align:center; 14 | margin:0 auto; 15 | } 16 | } 17 | 18 | @media (min-width: 600px) { 19 | .width { 20 | width: 500px; 21 | text-align:center; 22 | } 23 | } 24 | 25 | @media (max-width: 300px) { 26 | .width { 27 | width: 90%; 28 | text-align:center; 29 | } 30 | }*/ 31 | .center { 32 | text-align: center; 33 | } 34 | 35 | .label { 36 | text-align: right; 37 | } 38 | 39 | .top-space { 40 | margin-top: 5em; 41 | } 42 | 43 | .top-margin { 44 | margin-top: 0.8em; 45 | } 46 | 47 | h3 > label{ 48 | font-weight: normal; 49 | } 50 | -------------------------------------------------------------------------------- /Documentation/latex/dir_c5ddfe22bf08c40bded923c4e68d0396.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{dir_c5ddfe22bf08c40bded923c4e68d0396}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/static/js Directory Reference} 2 | \label{dir_c5ddfe22bf08c40bded923c4e68d0396}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/static/js Directory Reference@{/home/amarjeet/projects/\+Civil\+Octave/sage/static/js Directory Reference}} 3 | Directory dependency graph for js\+:\nopagebreak 4 | \begin{figure}[H] 5 | \begin{center} 6 | \leavevmode 7 | \includegraphics[width=166pt]{dir_c5ddfe22bf08c40bded923c4e68d0396_dep} 8 | \end{center} 9 | \end{figure} 10 | \subsection*{Files} 11 | \begin{DoxyCompactItemize} 12 | \item 13 | file \hyperlink{autofill_8js}{autofill.\+js} 14 | \item 15 | file \hyperlink{bootstrap_8min_8js}{bootstrap.\+min.\+js} 16 | \item 17 | file \hyperlink{jquery_8min_8js}{jquery.\+min.\+js} 18 | \end{DoxyCompactItemize} 19 | -------------------------------------------------------------------------------- /Examples/GeoTech/BC/input.mat: -------------------------------------------------------------------------------- 1 | # name: Cohesion 2 | # type: scalar 3 | 4 4 | 5 | 6 | # name: Depth_of_footing 7 | # type: scalar 8 | 1 9 | 10 | 11 | # name: Depth_of_foundation 12 | # type: scalar 13 | 1 14 | 15 | 16 | # name: Dw 17 | # type: scalar 18 | 2 19 | 20 | 21 | # name: Gamma 22 | # type: scalar 23 | 16.8 24 | 25 | 26 | # name: Length_of_foundation 27 | # type: scalar 28 | 1 29 | 30 | 31 | # name: Unit_weight_of_soil 32 | # type: scalar 33 | 16.8 34 | 35 | 36 | # name: Water_table_correction_factor 37 | # type: scalar 38 | 1 39 | 40 | 41 | # name: Width_of_footing 42 | # type: scalar 43 | 1 44 | 45 | 46 | # name: Width_of_foundation 47 | # type: matrix 48 | # rows: 1 49 | # columns: 4 50 | 1 2 3 4 51 | 52 | 53 | # name: alpha 54 | # type: scalar 55 | 0 56 | 57 | # name: phi 58 | # type: scalar 59 | 26 60 | 61 | # name: shape 62 | # type: string 63 | # elements: 1 64 | #length: 6 65 | circle 66 | -------------------------------------------------------------------------------- /Documentation/html/dir_47cb02a577b483a2c10410d3ee783038_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Documentation/latex/dir_126ebcf6b2d938a3c824f3686292d827.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{dir_126ebcf6b2d938a3c824f3686292d827}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/templates/civilsage Directory Reference} 2 | \label{dir_126ebcf6b2d938a3c824f3686292d827}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/templates/civilsage Directory Reference@{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/templates/civilsage Directory Reference}} 3 | Directory dependency graph for civilsage\+:\nopagebreak 4 | \begin{figure}[H] 5 | \begin{center} 6 | \leavevmode 7 | \includegraphics[width=168pt]{dir_126ebcf6b2d938a3c824f3686292d827_dep} 8 | \end{center} 9 | \end{figure} 10 | \subsection*{Files} 11 | \begin{DoxyCompactItemize} 12 | \item 13 | file \hyperlink{file_8html}{file.\+html} 14 | \item 15 | file \hyperlink{index_8html}{index.\+html} 16 | \item 17 | file \hyperlink{matrix_8html}{matrix.\+html} 18 | \end{DoxyCompactItemize} 19 | -------------------------------------------------------------------------------- /Documentation/latex/dir_5619ace9d9f2cc2bd5ac16c6a010edb7.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{dir_5619ace9d9f2cc2bd5ac16c6a010edb7}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/sage Directory Reference} 2 | \label{dir_5619ace9d9f2cc2bd5ac16c6a010edb7}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/sage Directory Reference@{/home/amarjeet/projects/\+Civil\+Octave/sage/sage Directory Reference}} 3 | Directory dependency graph for sage\+:\nopagebreak 4 | \begin{figure}[H] 5 | \begin{center} 6 | \leavevmode 7 | \includegraphics[width=166pt]{dir_5619ace9d9f2cc2bd5ac16c6a010edb7_dep} 8 | \end{center} 9 | \end{figure} 10 | \subsection*{Files} 11 | \begin{DoxyCompactItemize} 12 | \item 13 | file \hyperlink{sage_2____init_____8py}{\+\_\+\+\_\+init\+\_\+\+\_\+.\+py} 14 | \item 15 | file \hyperlink{settings_8py}{settings.\+py} 16 | \item 17 | file \hyperlink{sage_2urls_8py}{urls.\+py} 18 | \item 19 | file \hyperlink{wsgi_8py}{wsgi.\+py} 20 | \end{DoxyCompactItemize} 21 | -------------------------------------------------------------------------------- /Documentation/latex/dir_821be8184f5dd7e875db36971184a58f.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{dir_821be8184f5dd7e875db36971184a58f}{}\section{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01 Directory Reference} 2 | \label{dir_821be8184f5dd7e875db36971184a58f}\index{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01 Directory Reference@{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01 Directory Reference}} 3 | Directory dependency graph for 01\+:\nopagebreak 4 | \begin{figure}[H] 5 | \begin{center} 6 | \leavevmode 7 | \includegraphics[width=254pt]{dir_821be8184f5dd7e875db36971184a58f_dep} 8 | \end{center} 9 | \end{figure} 10 | \subsection*{Directories} 11 | \begin{DoxyCompactItemize} 12 | \item 13 | directory \hyperlink{dir_ca84ae60ed57642ec7339c3fcaea75ed}{tex} 14 | \end{DoxyCompactItemize} 15 | \subsection*{Files} 16 | \begin{DoxyCompactItemize} 17 | \item 18 | file \hyperlink{DoS_201_2main_8m}{main.\+m} 19 | \end{DoxyCompactItemize} 20 | -------------------------------------------------------------------------------- /Examples/DoS/01/input.mat: -------------------------------------------------------------------------------- 1 | # Created by Octave 4.0.0, Sun Aug 16 07:51:22 2015 IST 2 | # name: Number_of_storeys 3 | # type: scalar 4 | 4 5 | 6 | 7 | # name: Soil_type 8 | # type: scalar 9 | 1 10 | 11 | 12 | # name: Importance_factor 13 | # type: scalar 14 | 1 15 | 16 | 17 | # name: Response_reduction_factor 18 | # type: scalar 19 | 5 20 | 21 | 22 | # name: Zone_factor 23 | # type: scalar 24 | 0.24 25 | 26 | 27 | # name: Gravity_acceleration 28 | # type: scalar 29 | 9.81 30 | 31 | 32 | # name: Modes_considered 33 | # type: scalar 34 | 4 35 | 36 | 37 | # name: Mass 38 | # type: matrix 39 | # rows: 4 40 | # columns: 4 41 | 8 0 0 0 42 | 0 8 0 0 43 | 0 0 4 0 44 | 0 0 0 4 45 | 46 | 47 | # name: Height_storey 48 | # type: matrix 49 | # rows: 4 50 | # columns: 1 51 | 4 52 | 4 53 | 4 54 | 4 55 | 56 | 57 | # name: Stiffness_storey 58 | # type: matrix 59 | # rows: 4 60 | # columns: 1 61 | 1000 62 | 800 63 | 600 64 | 600 65 | 66 | 67 | -------------------------------------------------------------------------------- /Documentation/latex/dir_5e54194317ed9838ad57bb7d28e51abc.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{dir_5e54194317ed9838ad57bb7d28e51abc}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/templates Directory Reference} 2 | \label{dir_5e54194317ed9838ad57bb7d28e51abc}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/templates Directory Reference@{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/templates Directory Reference}} 3 | Directory dependency graph for templates\+:\nopagebreak 4 | \begin{figure}[H] 5 | \begin{center} 6 | \leavevmode 7 | \includegraphics[width=261pt]{dir_5e54194317ed9838ad57bb7d28e51abc_dep} 8 | \end{center} 9 | \end{figure} 10 | \subsection*{Directories} 11 | \begin{DoxyCompactItemize} 12 | \item 13 | directory \hyperlink{dir_126ebcf6b2d938a3c824f3686292d827}{civilsage} 14 | \end{DoxyCompactItemize} 15 | \subsection*{Files} 16 | \begin{DoxyCompactItemize} 17 | \item 18 | file \hyperlink{base_8html}{base.\+html} 19 | \end{DoxyCompactItemize} 20 | -------------------------------------------------------------------------------- /Documentation/latex/dir_83435ec4abf8ab08769f53d35d669510.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{dir_83435ec4abf8ab08769f53d35d669510}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/sagemath Directory Reference} 2 | \label{dir_83435ec4abf8ab08769f53d35d669510}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/sagemath Directory Reference@{/home/amarjeet/projects/\+Civil\+Octave/sage/sagemath Directory Reference}} 3 | Directory dependency graph for sagemath\+:\nopagebreak 4 | \begin{figure}[H] 5 | \begin{center} 6 | \leavevmode 7 | \includegraphics[width=172pt]{dir_83435ec4abf8ab08769f53d35d669510_dep} 8 | \end{center} 9 | \end{figure} 10 | \subsection*{Files} 11 | \begin{DoxyCompactItemize} 12 | \item 13 | file \hyperlink{civil_8tex}{civil.\+tex} 14 | \item 15 | file \hyperlink{input_8sage}{input.\+sage} 16 | \item 17 | file \hyperlink{input_8sage_8py}{input.\+sage.\+py} 18 | \item 19 | file \hyperlink{main_8sage}{main.\+sage} 20 | \item 21 | file \hyperlink{main_8sage_8py}{main.\+sage.\+py} 22 | \end{DoxyCompactItemize} 23 | -------------------------------------------------------------------------------- /sage/manage.py: -------------------------------------------------------------------------------- 1 | ## 2 | # @package manage 3 | # This code to start server and application 4 | # additional argument is find initial to start processing of intruppted 5 | # files 6 | # @author amarjeet kapoor 7 | # 8 | # 9 | 10 | 11 | 12 | #!/usr/bin/env python 13 | import os 14 | import sys,threading 15 | import initial_file 16 | 17 | 18 | if __name__ == "__main__": 19 | 20 | os.environ.setdefault("DJANGO_SETTINGS_MODULE", "sage.settings") 21 | 22 | from django.core.management import execute_from_command_line 23 | 24 | 25 | ## 26 | # code to fire thread to process intrupted process 27 | if(sys.argv[1]== 'initial'): 28 | 29 | #remove our argument so that argv can be send to django 30 | sys.argv.remove('initial') 31 | 32 | ## 33 | # starting thread 34 | # @args initial_file.pdfemail() 35 | thread = threading.Thread(target=initial_file.pdfemail,args=()) 36 | thread.daemon = True 37 | thread.start() 38 | 39 | execute_from_command_line(sys.argv) 40 | -------------------------------------------------------------------------------- /Documentation/latex/dir_03680f297d755c096b0a1ead13ee12b7.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{dir_03680f297d755c096b0a1ead13ee12b7}{}\section{/home/amarjeet/projects/\+Civil\+Octave/\+Examples Directory Reference} 2 | \label{dir_03680f297d755c096b0a1ead13ee12b7}\index{/home/amarjeet/projects/\+Civil\+Octave/\+Examples Directory Reference@{/home/amarjeet/projects/\+Civil\+Octave/\+Examples Directory Reference}} 3 | Directory dependency graph for Examples\+:\nopagebreak 4 | \begin{figure}[H] 5 | \begin{center} 6 | \leavevmode 7 | \includegraphics[width=350pt]{dir_03680f297d755c096b0a1ead13ee12b7_dep} 8 | \end{center} 9 | \end{figure} 10 | \subsection*{Directories} 11 | \begin{DoxyCompactItemize} 12 | \item 13 | directory \hyperlink{dir_26203cf3324dc076901316d6d502552e}{Do\+S} 14 | \item 15 | directory \hyperlink{dir_07ba1cf1d0d5fd738315bd553bd68edc}{Geo\+Tech} 16 | \item 17 | directory \hyperlink{dir_8554f5cce57afee460c8a3da5c403ace}{L01} 18 | \item 19 | directory \hyperlink{dir_1ea0c6613bdf8e293b1e949ac7b34165}{L02} 20 | \end{DoxyCompactItemize} 21 | -------------------------------------------------------------------------------- /Documentation/latex/dir_ca84ae60ed57642ec7339c3fcaea75ed.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{dir_ca84ae60ed57642ec7339c3fcaea75ed}{}\section{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex Directory Reference} 2 | \label{dir_ca84ae60ed57642ec7339c3fcaea75ed}\index{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex Directory Reference@{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex Directory Reference}} 3 | Directory dependency graph for tex\+:\nopagebreak 4 | \begin{figure}[H] 5 | \begin{center} 6 | \leavevmode 7 | \includegraphics[width=166pt]{dir_ca84ae60ed57642ec7339c3fcaea75ed_dep} 8 | \end{center} 9 | \end{figure} 10 | \subsection*{Files} 11 | \begin{DoxyCompactItemize} 12 | \item 13 | file \hyperlink{abstract_8tex}{abstract.\+tex} 14 | \item 15 | file \hyperlink{main_8tex}{main.\+tex} 16 | \item 17 | file \hyperlink{run_8sh}{run.\+sh} 18 | \item 19 | file \hyperlink{title_8tex}{title.\+tex} 20 | \item 21 | file \hyperlink{usepackage_8tex}{usepackage.\+tex} 22 | \end{DoxyCompactItemize} 23 | -------------------------------------------------------------------------------- /Documentation/latex/manage_8py.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{manage_8py}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/manage.py File Reference} 2 | \label{manage_8py}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/manage.\+py@{/home/amarjeet/projects/\+Civil\+Octave/sage/manage.\+py}} 3 | \subsection*{Namespaces} 4 | \begin{DoxyCompactItemize} 5 | \item 6 | \hyperlink{namespacemanage}{manage} 7 | \begin{DoxyCompactList}\small\item\em This code to start server and application additional argument is find initial to start processing of intruppted files. \end{DoxyCompactList}\end{DoxyCompactItemize} 8 | \subsection*{Variables} 9 | \begin{DoxyCompactItemize} 10 | \item 11 | tuple \hyperlink{namespacemanage_ab0c13dd165a5c8a6f3e3c029a2acd921}{manage.\+thread} = threading.\+Thread(target=\hyperlink{namespaceinitial__file_a105b1aa7bf4db853b6f4d064ed224030}{initial\+\_\+file.\+pdfemail},args=()) 12 | \begin{DoxyCompactList}\small\item\em code to fire thread to process intrupted process \end{DoxyCompactList}\end{DoxyCompactItemize} 13 | -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/main.m: -------------------------------------------------------------------------------- 1 | #format short g 2 | 3 | # Execute Material.m to get material data 4 | Material 5 | 6 | # Openfile 7 | fileID = fopen('DesignTables.tex','w'); 8 | 9 | # Execute all file of pattern Table10*.m 10 | 11 | folder = pwd; 12 | list = dir(fullfile(folder, 'Table10*.m')); 13 | nFile = length(list); 14 | success = false(1, nFile); 15 | for k = 1:nFile 16 | file = list(k).name; 17 | try 18 | run(fullfile(folder, file)); 19 | success(k) = true; 20 | catch 21 | fprintf('failed: %s\n', file); 22 | end 23 | end 24 | 25 | tableTex1D(Material.Steel.f_y, Table(1), fileID); 26 | 27 | tableTex1D(Material.Steel.f_y, Table(2), fileID); 28 | 29 | tableTex1D(Material.Steel.f_y, Table(3), fileID); 30 | 31 | tableTex2D(Material.Conc.f_ck, Material.Steel.f_y, Table(4), fileID); 32 | 33 | tableTex2D(Material.Conc.f_ck, Material.Steel.f_y, Table(5), fileID); 34 | 35 | # Table(6) is 3D 36 | 37 | tableTex2D(steelPtShear, Material.Conc.f_ck, Table(7), fileID); 38 | 39 | fclose(fileID); 40 | 41 | # EoF ======= 42 | -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/tex/main/main.css: -------------------------------------------------------------------------------- 1 | /* Century Schoolbook font is very similar to Computer Modern Math: cmmi */ 2 | .MATH { font-family: "Century Schoolbook", serif; } 3 | .MATH I { font-family: "Century Schoolbook", serif; font-style: italic } 4 | .BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold } 5 | 6 | /* implement both fixed-size and relative sizes */ 7 | SMALL.XTINY { font-size : xx-small } 8 | SMALL.TINY { font-size : x-small } 9 | SMALL.SCRIPTSIZE { font-size : smaller } 10 | SMALL.FOOTNOTESIZE { font-size : small } 11 | SMALL.SMALL { } 12 | BIG.LARGE { } 13 | BIG.XLARGE { font-size : large } 14 | BIG.XXLARGE { font-size : x-large } 15 | BIG.HUGE { font-size : larger } 16 | BIG.XHUGE { font-size : xx-large } 17 | 18 | /* heading styles */ 19 | H1 { } 20 | H2 { } 21 | H3 { } 22 | H4 { } 23 | H5 { } 24 | 25 | /* mathematics styles */ 26 | DIV.displaymath { } /* math displays */ 27 | TD.eqno { } /* equation-number cells */ 28 | 29 | 30 | /* document-specific styles come next */ 31 | DIV.center { } 32 | DIV.navigation { } 33 | -------------------------------------------------------------------------------- /sage/sagemath/input.sage.py: -------------------------------------------------------------------------------- 1 | # This file was *autogenerated* from the file sagemath/input.sage 2 | from sage.all_cmdline import * # import sage library 3 | _sage_const_3 = Integer(3); _sage_const_1 = Integer(1); _sage_const_5 = Integer(5); _sage_const_4 = Integer(4); _sage_const_8 = Integer(8); _sage_const_p24 = RealNumber('.24'); _sage_const_1000 = Integer(1000); _sage_const_600 = Integer(600); _sage_const_9p8 = RealNumber('9.8'); _sage_const_800 = Integer(800)## 4 | # @package sagemath.input 5 | # This file contain input for main.sage 6 | # @author amarjeet kapoor 7 | 8 | 9 | Soil_type=_sage_const_1 10 | Importance_factor=_sage_const_1 11 | Number_of_storeys=_sage_const_4 12 | Gravity_acceleration=_sage_const_9p8 13 | Modes_considered=_sage_const_3 14 | Response_reduction_factor=_sage_const_5 15 | Zone_factor=_sage_const_p24 16 | mass=matrix([[_sage_const_8 ],[_sage_const_8 ],[_sage_const_4 ],[_sage_const_4 ]]) 17 | Height_storey=matrix([[_sage_const_4 ],[_sage_const_4 ],[_sage_const_4 ],[_sage_const_4 ],]) 18 | Stiffness_storey=matrix([[_sage_const_1000 ],[_sage_const_800 ],[_sage_const_600 ],[_sage_const_600 ],]) 19 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Byte-compiled / optimized / DLL files 2 | __pycache__/ 3 | *.py[cod] 4 | 5 | # C extensions 6 | *.so 7 | 8 | # Distribution / packaging 9 | .Python 10 | env/ 11 | build/ 12 | develop-eggs/ 13 | dist/ 14 | downloads/ 15 | eggs/ 16 | .eggs/ 17 | lib/ 18 | lib64/ 19 | parts/ 20 | sdist/ 21 | var/ 22 | *.egg-info/ 23 | .installed.cfg 24 | *.egg 25 | 26 | # PyInstaller 27 | # Usually these files are written by a python script from a template 28 | # before PyInstaller builds the exe, so as to inject date/other infos into it. 29 | *.manifest 30 | *.spec 31 | 32 | # Installer logs 33 | pip-log.txt 34 | pip-delete-this-directory.txt 35 | 36 | # Unit test / coverage reports 37 | htmlcov/ 38 | .tox/ 39 | .coverage 40 | .coverage.* 41 | .cache 42 | nosetests.xml 43 | coverage.xml 44 | *,cover 45 | 46 | # Translations 47 | *.mo 48 | *.pot 49 | 50 | # Django stuff: 51 | *.log 52 | 53 | # Sphinx documentation 54 | docs/_build/ 55 | 56 | # PyBuilder 57 | target/ 58 | 59 | # Additional files 60 | *.pyc 61 | *~ 62 | *.[oa] 63 | *.swp 64 | *.swo 65 | *.py~ 66 | sage/**/input.sage 67 | sage/db.sqlite3 68 | sage/**/migrations/ 69 | sage/file 70 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2015 Great Developers 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | 23 | -------------------------------------------------------------------------------- /sage/LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2015 Great Developers 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | 23 | -------------------------------------------------------------------------------- /Documentation/latex/dir_76f1cd2a7118d076af252aa98464b31c.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{dir_76f1cd2a7118d076af252aa98464b31c}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage Directory Reference} 2 | \label{dir_76f1cd2a7118d076af252aa98464b31c}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage Directory Reference@{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage Directory Reference}} 3 | Directory dependency graph for civilsage\+:\nopagebreak 4 | \begin{figure}[H] 5 | \begin{center} 6 | \leavevmode 7 | \includegraphics[width=261pt]{dir_76f1cd2a7118d076af252aa98464b31c_dep} 8 | \end{center} 9 | \end{figure} 10 | \subsection*{Directories} 11 | \begin{DoxyCompactItemize} 12 | \item 13 | directory \hyperlink{dir_5e54194317ed9838ad57bb7d28e51abc}{templates} 14 | \end{DoxyCompactItemize} 15 | \subsection*{Files} 16 | \begin{DoxyCompactItemize} 17 | \item 18 | file \hyperlink{civilsage_2____init_____8py}{\+\_\+\+\_\+init\+\_\+\+\_\+.\+py} 19 | \item 20 | file \hyperlink{admin_8py}{admin.\+py} 21 | \item 22 | file \hyperlink{models_8py}{models.\+py} 23 | \item 24 | file \hyperlink{tests_8py}{tests.\+py} 25 | \item 26 | file \hyperlink{civilsage_2urls_8py}{urls.\+py} 27 | \item 28 | file \hyperlink{views_8py}{views.\+py} 29 | \end{DoxyCompactItemize} 30 | -------------------------------------------------------------------------------- /Examples/Students/BeamDesign/main.m: -------------------------------------------------------------------------------- 1 | % Design of Singly Reinforced Beam 2 | disp('Assume b and D') 3 | span = 6 4 | supportwidth = 230 5 | b = 250 6 | D = (span*1000)/10 7 | cover = 30 8 | fy = 415 9 | fck = 25 10 | ConcDensity = 25; 11 | d = D-cover 12 | l = min(span , (span-(supportwidth/1000)+(d/1000))) 13 | AdditionalDeadLoad = 5; % in KN/m 14 | SelfWeight = ConcDensity*(b/1000)*(D/1000) 15 | DL = AdditionalDeadLoad + SelfWeight 16 | LL = input('Enter the Live Load Acting on Beam is') 17 | wu = (1.5*(DL + LL)) 18 | Mu = ((wu*l*l)/8) 19 | disp('CALCULATE d, D, b and Area of Steel') 20 | bardia = 25; 21 | stirrupdia = 8; 22 | [dmin,Rlim,d,D,pt,Astreq,Astmin,AreaOneBar,NoOfBars,Astprov,Spacing] = sizeandsteel(fck,Mu,b,cover,bardia,stirrupdia,fy) 23 | 24 | disp('CHECK FOR FLEXURE') 25 | ptprov = (100*Astprov)/(b*d) 26 | Mur = 0.87*fy*(ptprov/100)*[1-((fy/fck)*(ptprov/100))]*b*d*d 27 | if Mu*1000000 < Mur 28 | disp('SECTION IS SAFE AS FLEXURAL STREMGTH IS SUFFICIENT') 29 | END 30 | %disp('CHECK FOR DEFLECTION') 31 | %fs = 0.58*fy*(Astreq/Astprov) 32 | %Kc =1; 33 | %Kt = 1.014 34 | %Ltodmax = 20*Kt*Kc 35 | %Ltodprov = (l*1000)/d 36 | %if Ltodprov < Ltodmax 37 | % disp('SAFE IN DEFLECTION') 38 | %else 39 | % disp('FAIL IN DEFLECTION') 40 | %end -------------------------------------------------------------------------------- /Documentation/latex/dir_6e8a3169b25775527f7335bcb1517fad.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{dir_6e8a3169b25775527f7335bcb1517fad}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage Directory Reference} 2 | \label{dir_6e8a3169b25775527f7335bcb1517fad}\index{/home/amarjeet/projects/\+Civil\+Octave/sage Directory Reference@{/home/amarjeet/projects/\+Civil\+Octave/sage Directory Reference}} 3 | Directory dependency graph for sage\+:\nopagebreak 4 | \begin{figure}[H] 5 | \begin{center} 6 | \leavevmode 7 | \includegraphics[width=350pt]{dir_6e8a3169b25775527f7335bcb1517fad_dep} 8 | \end{center} 9 | \end{figure} 10 | \subsection*{Directories} 11 | \begin{DoxyCompactItemize} 12 | \item 13 | directory \hyperlink{dir_76f1cd2a7118d076af252aa98464b31c}{civilsage} 14 | \item 15 | directory \hyperlink{dir_5619ace9d9f2cc2bd5ac16c6a010edb7}{sage} 16 | \item 17 | directory \hyperlink{dir_83435ec4abf8ab08769f53d35d669510}{sagemath} 18 | \item 19 | directory \hyperlink{dir_a3d1a7b653511821389cb78175fd2fa0}{static} 20 | \end{DoxyCompactItemize} 21 | \subsection*{Files} 22 | \begin{DoxyCompactItemize} 23 | \item 24 | file \hyperlink{civil_8sh}{civil.\+sh} 25 | \item 26 | file \hyperlink{initial__file_8py}{initial\+\_\+file.\+py} 27 | \item 28 | file \hyperlink{manage_8py}{manage.\+py} 29 | \end{DoxyCompactItemize} 30 | -------------------------------------------------------------------------------- /Documentation/latex/initial__file_8py.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{initial__file_8py}{}\section{/home/amarjeet/projects/\+Civil\+Octave/sage/initial\+\_\+file.py File Reference} 2 | \label{initial__file_8py}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/initial\+\_\+file.\+py@{/home/amarjeet/projects/\+Civil\+Octave/sage/initial\+\_\+file.\+py}} 3 | \subsection*{Namespaces} 4 | \begin{DoxyCompactItemize} 5 | \item 6 | \hyperlink{namespaceinitial__file}{initial\+\_\+file} 7 | \begin{DoxyCompactList}\small\item\em This module contain functions for processing the intruppted files. \end{DoxyCompactList}\end{DoxyCompactItemize} 8 | \subsection*{Functions} 9 | \begin{DoxyCompactItemize} 10 | \item 11 | def \hyperlink{namespaceinitial__file_a105b1aa7bf4db853b6f4d064ed224030}{initial\+\_\+file.\+pdfemail} () 12 | \begin{DoxyCompactList}\small\item\em function to get name of directory that are unprocessed and then call \hyperlink{namespaceinitial__file_ad9d26ace18fc618ee70df3c0c94927b7}{emailcall()} and pass the name \end{DoxyCompactList}\item 13 | def \hyperlink{namespaceinitial__file_ad9d26ace18fc618ee70df3c0c94927b7}{initial\+\_\+file.\+emailcall} (name) 14 | \begin{DoxyCompactList}\small\item\em A function that run as process to send pdf as emails. \end{DoxyCompactList}\end{DoxyCompactItemize} 15 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # CivilOctave 2 | Use of Octave (MatLAB) in Civil Engineering Problems 3 | 4 | To run this program, you need to install `GNU octave` on your computer. 5 | To know how to obtain it, visit: https://www.gnu.org/software/octave/ 6 | 7 | Once you have GNU Octave working, go to folder where code for an example is 8 | present. For example to run code correspond to example L01, go to folder 9 | Example/L01, ( for example on GNU/Linux you may do so by: `cd Example/L01` ). 10 | The code is in file `main.m`, and data is in file `input.mat`. To store results 11 | in file `output.txt`, type command: 12 | 13 | `octave main.m > output.txt` 14 | 15 | or in following form, if we wish to produce pdf using LaTeX from folder 16 | (tex, if available) using run.sh 17 | 18 | `octave main.m > output.tex` 19 | 20 | View file output.txt in any text editor, or main.pdf (in tex folder) in pdf 21 | viewer. 22 | 23 | Authors acknowledge used of function written by Sachin Shanbhag. 24 | 25 | http://sachinashanbhag.blogspot.in/2012/11/exporting-matrices-in-octavematlab-to.html 26 | 27 | https://docs.google.com/open?id=0Bww3OZktvGQucmxnd1FJNElCVGc 28 | 29 | 30 | # Sage 31 | Use of Sage in Civil Engineering Problems 32 | 33 | 34 | Requirement-: 35 | 36 | ## 1. Sagemath 37 | ## 2. latex 38 | ## 3. Django 39 | -------------------------------------------------------------------------------- /Documentation/latex/namespacesage_1_1wsgi.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{namespacesage_1_1wsgi}{}\section{sage.\+wsgi Namespace Reference} 2 | \label{namespacesage_1_1wsgi}\index{sage.\+wsgi@{sage.\+wsgi}} 3 | \subsection*{Variables} 4 | \begin{DoxyCompactItemize} 5 | \item 6 | tuple \hyperlink{namespacesage_1_1wsgi_a1ddb23bace7377dbda42c61a804bb9aa}{application} = get\+\_\+wsgi\+\_\+application() 7 | \end{DoxyCompactItemize} 8 | 9 | 10 | \subsection{Detailed Description} 11 | \begin{DoxyVerb}WSGI config for sage project. 12 | 13 | It exposes the WSGI callable as a module-level variable named ``application``. 14 | 15 | For more information on this file, see 16 | https://docs.djangoproject.com/en/1.7/howto/deployment/wsgi/ 17 | \end{DoxyVerb} 18 | 19 | 20 | \subsection{Variable Documentation} 21 | \hypertarget{namespacesage_1_1wsgi_a1ddb23bace7377dbda42c61a804bb9aa}{}\index{sage\+::wsgi@{sage\+::wsgi}!application@{application}} 22 | \index{application@{application}!sage\+::wsgi@{sage\+::wsgi}} 23 | \subsubsection[{application}]{\setlength{\rightskip}{0pt plus 5cm}tuple sage.\+wsgi.\+application = get\+\_\+wsgi\+\_\+application()}\label{namespacesage_1_1wsgi_a1ddb23bace7377dbda42c61a804bb9aa} 24 | 25 | 26 | Definition at line \hyperlink{wsgi_8py_source_l00014}{14} of file \hyperlink{wsgi_8py_source}{wsgi.\+py}. 27 | 28 | -------------------------------------------------------------------------------- /Documentation/latex/wsgi_8py_source.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{wsgi_8py_source}{}\section{wsgi.\+py} 2 | \label{wsgi_8py_source}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/sage/wsgi.\+py@{/home/amarjeet/projects/\+Civil\+Octave/sage/sage/wsgi.\+py}} 3 | 4 | \begin{DoxyCode} 5 | \hypertarget{wsgi_8py_source_l00001}{}\hyperlink{namespacesage_1_1wsgi}{00001} \textcolor{stringliteral}{"""} 6 | 00002 \textcolor{stringliteral}{WSGI config for sage project.} 7 | 00003 \textcolor{stringliteral}{} 8 | 00004 \textcolor{stringliteral}{It exposes the WSGI callable as a module-level variable named ``application``.} 9 | 00005 \textcolor{stringliteral}{} 10 | 00006 \textcolor{stringliteral}{For more information on this file, see} 11 | 00007 \textcolor{stringliteral}{https://docs.djangoproject.com/en/1.7/howto/deployment/wsgi/} 12 | 00008 \textcolor{stringliteral}{"""} 13 | 00009 14 | 00010 \textcolor{keyword}{import} os 15 | 00011 os.environ.setdefault(\textcolor{stringliteral}{"DJANGO\_SETTINGS\_MODULE"}, \textcolor{stringliteral}{"sage.settings"}) 16 | 00012 17 | 00013 \textcolor{keyword}{from} django.core.wsgi \textcolor{keyword}{import} get\_wsgi\_application 18 | \hypertarget{wsgi_8py_source_l00014}{}\hyperlink{namespacesage_1_1wsgi_a1ddb23bace7377dbda42c61a804bb9aa}{00014} application = get\_wsgi\_application() 19 | \end{DoxyCode} 20 | -------------------------------------------------------------------------------- /Documentation/latex/main_8tex_source.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{main_8tex_source}{}\section{main.\+tex} 2 | \label{main_8tex_source}\index{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/main.\+tex@{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/main.\+tex}} 3 | 4 | \begin{DoxyCode} 5 | 00001 % Setting up document class 6 | 00002 \(\backslash\)documentclass\{article\} 7 | 00003 8 | 00004 % Inputting usepackage.tex file 9 | 00005 \(\backslash\)input\{usepackage.tex\} 10 | 00006 11 | 00007 % Main source of a document 12 | 00008 \(\backslash\)begin\{document\} 13 | 00009 14 | 00010 % Inputting title.tex file 15 | 00011 \(\backslash\)input\{title.tex\} 16 | 00012 17 | 00013 \(\backslash\)input\{abstract.tex\} 18 | 00014 19 | 00015 \(\backslash\)begin\{figure\} 20 | 00016 \(\backslash\)centering 21 | 00017 22 | \(\backslash\)includegraphics[width=1.0\(\backslash\)textwidth,height=0.75\(\backslash\)textheight,resolution=300,keepaspectratio]\{../ModeShape.png\} 23 | 00018 \(\backslash\)caption\{Mode shapes\} 24 | 00019 \(\backslash\)label\{ModeShape\} 25 | 00020 \(\backslash\)end\{figure\} 26 | 00021 27 | 00022 28 | 00023 % Inputting chapter.tex file 29 | 00024 \(\backslash\)input\{../output.tex\} 30 | 00025 31 | 00026 % Closing document 32 | 00027 \(\backslash\)end\{document\} 33 | \end{DoxyCode} 34 | -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/Table107.m: -------------------------------------------------------------------------------- 1 | # Table 61 of SP16, Page 178 2 | 3 | Table(7).ID = "61"; 4 | Table(7).Source = "SP16"; 5 | Table(7).Caption = 'Design Shear Strength of Concrete, ${\tau}_c$, $N/mm^2$'; 6 | #Table(7).Clause = [40.2 40.3 40.4 40.5 41.3 41.3 41.4]; 7 | Table(7).Clause = ["40.2.1" "40.2.2" "40.3" "40.4" "40.5.3" "41.3.2" "41.3.3" "41.4.3"]; 8 | Table(7).Header = ["${\tau}_c$"]; 9 | 10 | steelPtShear = [.15:.05:3]; 11 | steelPtShear = [.1 steelPtShear 4 6]; 12 | 13 | Material.Conc.N = columns(Material.Conc.f_ck); 14 | 15 | NConcGrade = Material.Conc.N; 16 | 17 | for i = 1:NConcGrade 18 | fckT = Material.Conc.f_ck(i); 19 | for ptIndex = 1:columns(steelPtShear) 20 | betaT = 0.8 * fckT / (6.89 * steelPtShear(ptIndex) ); 21 | if (betaT < 1.) 22 | betaT = 1.0; 23 | end 24 | tmpAT = sqrt(1 + 5.*betaT) - 1.0 ; 25 | TempM(i,ptIndex) = 0.85 * sqrt(.8*fckT) * tmpAT; 26 | TempM(i,ptIndex) = TempM(i,ptIndex) / ( 6. * betaT); 27 | end 28 | end 29 | 30 | TempM = roundx(TempM,3); 31 | 32 | # Produce final table 33 | Table(7).Content = [ TempM ]; 34 | 35 | # PrintTable = [0 Material.Conc.f_ck; steelPtShear' Table(7).Content]; 36 | 37 | # To display content of table uncomment following line, else 38 | # comment it by # 39 | #disp('Table 7pp') 40 | #Table(7).Header 41 | # PrintTable' 42 | 43 | # EoF ========== 44 | -------------------------------------------------------------------------------- /Documentation/latex/usepackage_8tex_source.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{usepackage_8tex_source}{}\section{usepackage.\+tex} 2 | \label{usepackage_8tex_source}\index{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/usepackage.\+tex@{/home/amarjeet/projects/\+Civil\+Octave/\+Examples/\+Do\+S/01/tex/usepackage.\+tex}} 3 | 4 | \begin{DoxyCode} 5 | 00001 % This package is used to added fancy heading 6 | 00002 \(\backslash\)usepackage\{amsmath\} 7 | 00003 \(\backslash\)usepackage\{mathtools\} 8 | 00004 \(\backslash\)usepackage\{fancyheadings\} 9 | 00005 \(\backslash\)usepackage\{fancyhdr\} 10 | 00006 \(\backslash\)pagestyle\{fancy\} 11 | 00007 \(\backslash\)fancyhf\{\} 12 | 00008 \(\backslash\)fancyheadoffset\{.01 cm\} 13 | 00009 \(\backslash\)fancyhead[LE,LO]\{\(\backslash\)leftmark\} 14 | 00010 \(\backslash\)fancyfoot[LE,LO]\{\(\backslash\)rightmark\} 15 | 00011 \(\backslash\)fancyfoot[RE,RO]\{\(\backslash\)thepage\} 16 | 00012 17 | 00013 % Setting width of header footer line 18 | 00014 \(\backslash\)renewcommand\{\(\backslash\)headrulewidth\}\{1pt\} 19 | 00015 \(\backslash\)renewcommand\{\(\backslash\)footrulewidth\}\{.5pt\} 20 | 00016 21 | 00017 % Adding margin 22 | 00018 \(\backslash\)usepackage\{geometry\} 23 | 00019 \(\backslash\)usepackage\{graphicx\} 24 | 00020 \(\backslash\)geometry\{a4paper, left=1.5in, right=.75in, top=1in, bottom=.57in\} 25 | \end{DoxyCode} 26 | -------------------------------------------------------------------------------- /Documentation/html/tabs.css: -------------------------------------------------------------------------------- 1 | .tabs, .tabs2, .tabs3 { 2 | background-image: url('tab_b.png'); 3 | width: 100%; 4 | z-index: 101; 5 | font-size: 13px; 6 | font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; 7 | } 8 | 9 | .tabs2 { 10 | font-size: 10px; 11 | } 12 | .tabs3 { 13 | font-size: 9px; 14 | } 15 | 16 | .tablist { 17 | margin: 0; 18 | padding: 0; 19 | display: table; 20 | } 21 | 22 | .tablist li { 23 | float: left; 24 | display: table-cell; 25 | background-image: url('tab_b.png'); 26 | line-height: 36px; 27 | list-style: none; 28 | } 29 | 30 | .tablist a { 31 | display: block; 32 | padding: 0 20px; 33 | font-weight: bold; 34 | background-image:url('tab_s.png'); 35 | background-repeat:no-repeat; 36 | background-position:right; 37 | color: #283A5D; 38 | text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); 39 | text-decoration: none; 40 | outline: none; 41 | } 42 | 43 | .tabs3 .tablist a { 44 | padding: 0 10px; 45 | } 46 | 47 | .tablist a:hover { 48 | background-image: url('tab_h.png'); 49 | background-repeat:repeat-x; 50 | color: #fff; 51 | text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0); 52 | text-decoration: none; 53 | } 54 | 55 | .tablist li.current a { 56 | background-image: url('tab_a.png'); 57 | background-repeat:repeat-x; 58 | color: #fff; 59 | text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0); 60 | } 61 | -------------------------------------------------------------------------------- /Documentation/html/jquery_8js_a9db6d45a025ad692282fe23e69eeba43_icgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Documentation/html/bootstrap_8min_8js_ac2d69f5011896c6ed4a54e0dd36f6334_icgraph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/tableTex2D.m: -------------------------------------------------------------------------------- 1 | # Function to make TeX table 2 | 3 | function tableTex2D(x, y, table2tex, fileID) 4 | 5 | A = table2tex.Content; 6 | nRows = rows(A); 7 | nColmns = columns(A); 8 | sizey = columns(y); 9 | sizex = columns(x); 10 | 11 | buildTable = [0 x; y' A]'; 12 | 13 | 14 | TableRow = ""; 15 | CellSep = "r|"; 16 | 17 | TableHead = "\\"; 18 | 19 | TableHead = [TableHead, "begin{table}[!h]\n", "\\",... 20 | "begin{center}\n", "\\caption{", table2tex.Caption,"}", ... 21 | "\n\\begin{tabular}{"]; 22 | 23 | for i = 1:sizey+1 24 | TableHead = [TableHead,CellSep]; 25 | end 26 | TableHead = [TableHead,"}\n"]; 27 | IR = rows(buildTable); 28 | JC = columns(buildTable); 29 | 30 | for i = 1:IR 31 | for j = 1:JC 32 | if ( (i>1) && (j>1) ) 33 | TableHead = [TableHead, num2str(buildTable(i,j),"%8.2f")]; 34 | else 35 | TableHead = [TableHead, num2str(buildTable(i,j))]; 36 | end 37 | if ( j != JC) 38 | TableHead = [TableHead, " & "]; 39 | else 40 | TableHead = [TableHead, " \\\\ \n "]; 41 | end 42 | end 43 | if (i == 1) 44 | TableHead = [TableHead, " \\hline "]; 45 | end 46 | end 47 | 48 | TableFoot = "\\end{tabular}\n \\end{center}\n"; 49 | TableFoot = [TableFoot, "\n\\label{tab:", table2tex.ID , ... 50 | "}\n", "\\end{table}" ]; 51 | 52 | TableFoot; 53 | TableHead = [TableHead, TableFoot]; 54 | 55 | # fprintf(fileID,'%6s %12s\n','x','exp(x)'); 56 | #fprintf(fileID,TableHead); 57 | 58 | #fprintf(fileID,'%6.2f %12.8f\n',A); 59 | 60 | disp(TableHead); 61 | 62 | endfunction 63 | -------------------------------------------------------------------------------- /Documentation/latex/sage_2urls_8py_source.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{sage_2urls_8py_source}{}\section{urls.\+py} 2 | \label{sage_2urls_8py_source}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/sage/urls.\+py@{/home/amarjeet/projects/\+Civil\+Octave/sage/sage/urls.\+py}} 3 | 4 | \begin{DoxyCode} 5 | \hypertarget{sage_2urls_8py_source_l00001}{}\hyperlink{namespacesage_1_1urls}{00001} \textcolor{comment}{##} 6 | 00002 \textcolor{comment}{# @package sage.urls} 7 | 00003 \textcolor{comment}{# This module contain urlspatterns to map to civilsage.urls in django.} 8 | 00004 \textcolor{comment}{#...} 9 | 00005 \textcolor{comment}{# @author amarjeet kapoor} 10 | 00006 11 | 00007 \textcolor{keyword}{from} django.conf.urls \textcolor{keyword}{import} patterns, include, url 12 | 00008 \textcolor{keyword}{from} django.contrib \textcolor{keyword}{import} admin 13 | 00009 14 | 00010 15 | \hypertarget{sage_2urls_8py_source_l00011}{}\hyperlink{namespacesage_1_1urls_a5c86cdc04e09bcea3285cc79e9c83220}{00011} urlpatterns = patterns(\textcolor{stringliteral}{''}, 16 | 00012 \textcolor{comment}{# Examples:} 17 | 00013 \textcolor{comment}{# url(r'^$', 'sage.views.home', name='home'),} 18 | 00014 \textcolor{comment}{#url(r'^blog/', include('blog.urls')),} 19 | 00015 \textcolor{comment}{#url for civilsage files} 20 | 00016 url(\textcolor{stringliteral}{r'^'}, include(\textcolor{stringliteral}{'civilsage.urls'})), 21 | 00017 \textcolor{comment}{#url for admin login} 22 | 00018 url(\textcolor{stringliteral}{r'^admin/'}, include(admin.site.urls)), 23 | 00019 ) 24 | \end{DoxyCode} 25 | -------------------------------------------------------------------------------- /Examples/L01/main.m: -------------------------------------------------------------------------------- 1 | % Program to formulate global stiffness matrix 2 | clc 3 | clear 4 | 5 | %% Initialisation [PRE-PROCESSING] 6 | 7 | % Following are the main variables used. No explanation is given as 8 | % names are self explanatory. 9 | % Number_of_nodes 10 | % Number_of_elements 11 | % Global_stiffness_matrix 12 | % Local_stiffness_matrix 13 | % Load_matrix 14 | % Element_incidences 15 | % (Information on nodes correspinding to each elements) 16 | 17 | 18 | load input.mat 19 | 20 | %Variable initialisation 21 | Global_stiffness_matrix(Number_of_nodes,Number_of_nodes) = 0; 22 | 23 | %% [PROCESSING] 24 | 25 | % Following loop adds local matrices of each element to form Global 26 | % Matrix. 27 | 28 | for element_i = 1:Number_of_elements 29 | 30 | i = Element_incidences(element_i,1); 31 | j = Element_incidences(element_i,2); 32 | ks = Local_stiffness_matrix(element_i)*[1 -1;-1 1]; 33 | 34 | Global_stiffness_matrix(i,i) = ks(1,1) + Global_stiffness_matrix(i,i); 35 | Global_stiffness_matrix(i,j) = ks(1,2) + Global_stiffness_matrix(i,j); 36 | Global_stiffness_matrix(j,i) = ks(2,1) + Global_stiffness_matrix(j,i); 37 | Global_stiffness_matrix(j,j) = ks(2,2) + Global_stiffness_matrix(j,j); 38 | 39 | end 40 | 41 | %% [POST-PROCESSING] 42 | 43 | %% Echo input data 44 | 45 | Number_of_elements 46 | Number_of_nodes 47 | Element_incidences 48 | Local_stiffness_matrix 49 | Load_matrix 50 | 51 | Global_stiffness_matrix % Global stiffness matrix 52 | %Load_matrix % GLobal force vector 53 | 54 | % End of file 55 | -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/tableTex1D.m: -------------------------------------------------------------------------------- 1 | # Function to make TeX table 2 | 3 | function tableTex1D(x, table2tex, fileID) 4 | 5 | A = table2tex.Content; 6 | nRows = rows(A); 7 | sizex = columns(x); 8 | buildTable = [x; A]; 9 | 10 | TableRow = ""; 11 | CellSep = "r|"; 12 | 13 | TableHead = ["\n\n\\begin{table}[!h]\n", "\\",... 14 | "begin{center}\n", "\\caption{", table2tex.Caption,"}", ... 15 | "\\begin{tabular}{"]; 16 | 17 | for i = 1:sizex+1 18 | TableHead = [TableHead,CellSep]; 19 | end 20 | TableHead = [TableHead,"}\n"]; 21 | 22 | rowHead = {"$f_y$"}; 23 | #rowHead = [rowHead table2tex.Header]; 24 | 25 | tmpText = [table2tex.Header]; 26 | 27 | rowHead = {rowHead; tmpText}; 28 | IR = rows(buildTable); 29 | JC = columns(buildTable); 30 | 31 | for i = 1:IR 32 | TableHead = [TableHead, rowHead{i}, " & "]; 33 | for j = 1:JC 34 | if ( (i>1) && (j>0) ) 35 | TableHead = [TableHead, num2str(buildTable(i,j),"%8.3f")]; 36 | else 37 | TableHead = [TableHead, num2str(buildTable(i,j))]; 38 | end 39 | if ( j != JC) 40 | TableHead = [TableHead, " & "]; 41 | else 42 | TableHead = [TableHead, " \\\\ \n "]; 43 | end 44 | end 45 | if (i == 1) 46 | TableHead = [TableHead, " \\hline "]; 47 | end 48 | end 49 | 50 | TableFoot = "\\end{tabular}\n \\end{center}\n"; 51 | TableFoot = [TableFoot, "\n\\label{tab:", table2tex.ID , ... 52 | "}\n", "\\end{table}" ]; 53 | 54 | TableFoot; 55 | TableHead = [TableHead, TableFoot]; 56 | 57 | # fprintf(fileID,'%6s %12s\n','x','exp(x)'); 58 | #fprintf(fileID,TableHead); 59 | 60 | #fprintf(fileID,'%6.2f %12.8f\n',A); 61 | 62 | #disp(TableHead); 63 | 64 | disp(char(TableHead)) 65 | 66 | endfunction 67 | -------------------------------------------------------------------------------- /Documentation/latex/namespacemanage.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{namespacemanage}{}\section{manage Namespace Reference} 2 | \label{namespacemanage}\index{manage@{manage}} 3 | 4 | 5 | This code to start server and application additional argument is find initial to start processing of intruppted files. 6 | 7 | 8 | \subsection*{Variables} 9 | \begin{DoxyCompactItemize} 10 | \item 11 | tuple \hyperlink{namespacemanage_ab0c13dd165a5c8a6f3e3c029a2acd921}{thread} = threading.\+Thread(target=\hyperlink{namespaceinitial__file_a105b1aa7bf4db853b6f4d064ed224030}{initial\+\_\+file.\+pdfemail},args=()) 12 | \begin{DoxyCompactList}\small\item\em code to fire thread to process intrupted process \end{DoxyCompactList}\end{DoxyCompactItemize} 13 | 14 | 15 | \subsection{Detailed Description} 16 | This code to start server and application additional argument is find initial to start processing of intruppted files. 17 | 18 | \begin{DoxyAuthor}{Author} 19 | amarjeet kapoor 20 | \end{DoxyAuthor} 21 | 22 | 23 | \subsection{Variable Documentation} 24 | \hypertarget{namespacemanage_ab0c13dd165a5c8a6f3e3c029a2acd921}{}\index{manage@{manage}!thread@{thread}} 25 | \index{thread@{thread}!manage@{manage}} 26 | \subsubsection[{thread}]{\setlength{\rightskip}{0pt plus 5cm}tuple manage.\+thread = threading.\+Thread(target={\bf initial\+\_\+file.\+pdfemail},args=())}\label{namespacemanage_ab0c13dd165a5c8a6f3e3c029a2acd921} 27 | 28 | 29 | code to fire thread to process intrupted process 30 | 31 | starting thread \hyperlink{namespaceinitial__file_a105b1aa7bf4db853b6f4d064ed224030}{initial\+\_\+file.\+pdfemail()} 32 | 33 | Definition at line \hyperlink{manage_8py_source_l00035}{35} of file \hyperlink{manage_8py_source}{manage.\+py}. 34 | 35 | -------------------------------------------------------------------------------- /Documentation/latex/README_8md_source.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{README_8md_source}{}\section{/home/amarjeet/projects/\+Civil\+Octave/\+R\+E\+A\+D\+M\+E.md} 2 | 3 | \begin{DoxyCode} 4 | 00001 # CivilOctave 5 | 00002 Use of Octave (MatLAB) in Civil Engineering Problems 6 | 00003 7 | 00004 To run this program, you need to install `GNU octave` on your computer. 8 | 00005 To know how to obtain it, visit: https://www.gnu.org/software/octave/ 9 | 00006 10 | 00007 Once you have GNU Octave working, go to folder where code for an example is 11 | 00008 present. For example to run code correspond to example L01, go to folder 12 | 00009 Example/L01, ( for example on GNU/Linux you may do so by: `cd Example/L01` ). 13 | 00010 The code is in file `main.m`, and data is in file `input.mat`. To store results 14 | 00011 in file `output.txt`, type command: 15 | 00012 16 | 00013 `octave main.m > output.txt` 17 | 00014 18 | 00015 or in following form, if we wish to produce pdf using LaTeX from folder 19 | 00016 (tex, if available) using run.sh 20 | 00017 21 | 00018 `octave main.m > output.tex` 22 | 00019 23 | 00020 View file output.txt in any text editor, or main.pdf (in tex folder) in pdf 24 | 00021 viewer. 25 | 00022 26 | 00023 Authors acknowledge used of function written by Sachin Shanbhag. 27 | 00024 28 | 00025 http://sachinashanbhag.blogspot.in/2012/11/exporting-matrices-in-octavematlab-to.html 29 | 00026 30 | 00027 https://docs.google.com/open?id=0Bww3OZktvGQucmxnd1FJNElCVGc 31 | 00028 32 | 00029 33 | 00030 #Sage 34 | 00031 Use of Sage in Civil Engineering Problems 35 | 00032 36 | 00033 37 | 00034 Requirement-: 38 | 00035 39 | 00036 ## 1. Sagemath 40 | 00037 ## 2. latex 41 | 00038 ## 3. Django 42 | 00039 43 | 00040 44 | 00041 45 | 00042 46 | \end{DoxyCode} 47 | -------------------------------------------------------------------------------- /Documentation/latex/civilsage_2urls_8py_source.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{civilsage_2urls_8py_source}{}\section{urls.\+py} 2 | \label{civilsage_2urls_8py_source}\index{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/urls.\+py@{/home/amarjeet/projects/\+Civil\+Octave/sage/civilsage/urls.\+py}} 3 | 4 | \begin{DoxyCode} 5 | \hypertarget{civilsage_2urls_8py_source_l00001}{}\hyperlink{namespacecivilsage_1_1urls}{00001} \textcolor{comment}{##} 6 | 00002 \textcolor{comment}{# @package civilsage.urls} 7 | 00003 \textcolor{comment}{# This module contain urlspatterns to map to html file in django.} 8 | 00004 \textcolor{comment}{#...} 9 | 00005 \textcolor{comment}{# @author amarjeet kapoor} 10 | 00006 11 | 00007 \textcolor{keyword}{from} django.conf.urls \textcolor{keyword}{import} url 12 | 00008 13 | 00009 \textcolor{keyword}{from} . \textcolor{keyword}{import} views 14 | 00010 15 | \hypertarget{civilsage_2urls_8py_source_l00011}{}\hyperlink{namespacecivilsage_1_1urls_a46a501661622e9e2b11c9d6da43bbec0}{00011} urlpatterns = [ 16 | 00012 \textcolor{comment}{#directs to index veiw} 17 | 00013 url(\textcolor{stringliteral}{r'^$'}, views.index, name=\textcolor{stringliteral}{'index'}), 18 | 00014 \textcolor{comment}{#directs request to matrix veiw} 19 | 00015 url(\textcolor{stringliteral}{r'^matrix/$'}, views.matrix, name=\textcolor{stringliteral}{'matrix'}), 20 | 00016 \textcolor{comment}{#directs request to file veiw to upload file} 21 | 00017 url(\textcolor{stringliteral}{r'^file/$'}, views.file, name=\textcolor{stringliteral}{'file'}), 22 | 00018 \textcolor{comment}{#directs request to last veiw} 23 | 00019 url(\textcolor{stringliteral}{r'^last/$'}, views.last, name=\textcolor{stringliteral}{'last'}), 24 | 00020 ] 25 | \end{DoxyCode} 26 | -------------------------------------------------------------------------------- /Examples/DCS/DesignAids/Table106.m: -------------------------------------------------------------------------------- 1 | # Table 1-4 of SP16, Page 47-50 2 | 3 | fckT = Material.Conc.f_ck; 4 | fyT = Material.Steel.f_y; 5 | 6 | iI = columns(fckT); 7 | jJ = columns(fyT); 8 | kK = columns(steelpt); 9 | 10 | for i = 1:iI 11 | for j = 1:jJ 12 | maxPt = interp2(fckT, fyT, Table(5).Content,fckT(i),fyT(j)); 13 | 14 | for k = 1:kK 15 | if ( steelpt(k) > maxPt ) 16 | # MuBYbd2(i,j,k) = NaN; 17 | else 18 | MuBYbd2(i,j,k) = 0.87 * fyT(j) * steelpt(k)/100. * ... 19 | ( 1. - 1.005 * fyT(j)/fckT(i) * steelpt(k)/100. ); 20 | end 21 | end 22 | 23 | end 24 | end 25 | 26 | # Produce final table 27 | TabContent = [ MuBYbd2 ]; 28 | 29 | # Produce 2D Tables 30 | 31 | for i = 1:iI 32 | 33 | tmpID = 50 + i; # Table number 34 | 35 | Table(tmpID).ID = "1-4"; 36 | Table(tmpID).Source = "SP16"; 37 | Table(tmpID).Caption = "Reinforcement Percentage $p_t$ for Singly "; 38 | Table(tmpID).Caption = [ Table(tmpID).Caption "Reinforced Sections for M"]; 39 | Table(tmpID).Caption = [ Table(tmpID).Caption num2str(fckT(i)) ]; 40 | Table(tmpID).Clause = ["???"]; 41 | Table(tmpID).Header = ["$p_t$"]; 42 | 43 | # for j = 1:jJ 44 | # for k = 1:kK 45 | 46 | Table(tmpID).Content = squeeze(TabContent(i,:,:)); 47 | Table(tmpID).Content = Table(tmpID).Content; 48 | #size (Table(tmpID).Content) 49 | # tableTex2D(fyT, steelpt, Table(tmpID), fileID); 50 | tableTex2D(steelpt, fyT, Table(tmpID), fileID); 51 | 52 | # end 53 | # end 54 | end 55 | 56 | 57 | # PrintTable = [0 Material.Conc.f_ck; Material.Steel.f_y' Table(6).Content]; 58 | 59 | # To display content of table uncomment following line, else 60 | # comment it by # 61 | #disp('Table 4') 62 | #Table(6).Header 63 | #PrintTable' 64 | 65 | # EoF ========== 66 | -------------------------------------------------------------------------------- /Documentation/latex/index.tex: -------------------------------------------------------------------------------- 1 | Use of Octave (Mat\+L\+A\+B) in Civil Engineering Problems 2 | 3 | To run this program, you need to install {\ttfamily G\+N\+U octave} on your computer. To know how to obtain it, visit\+: \href{https://www.gnu.org/software/octave/}{\tt https\+://www.\+gnu.\+org/software/octave/} 4 | 5 | Once you have G\+N\+U Octave working, go to folder where code for an example is present. For example to run code correspond to example L01, go to folder Example/\+L01, ( for example on G\+N\+U/\+Linux you may do so by\+: {\ttfamily cd Example/\+L01} ). The code is in file {\ttfamily \hyperlink{namespacemain_af6e3698b7f50fc004eb759d7c447fdb3}{main.\+m}}, and data is in file {\ttfamily input.\+mat}. To store results in file {\ttfamily output.\+txt}, type command\+: 6 | 7 | {\ttfamily octave \hyperlink{namespacemain_af6e3698b7f50fc004eb759d7c447fdb3}{main.\+m} $>$ output.\+txt} 8 | 9 | or in following form, if we wish to produce pdf using La\+Te\+X from folder (tex, if available) using \hyperlink{run_8sh}{run.\+sh} 10 | 11 | {\ttfamily octave \hyperlink{namespacemain_af6e3698b7f50fc004eb759d7c447fdb3}{main.\+m} $>$ output.\+tex} 12 | 13 | View file output.\+txt in any text editor, or main.\+pdf (in tex folder) in pdf viewer. 14 | 15 | Authors acknowledge used of function written by Sachin Shanbhag. 16 | 17 | \href{http://sachinashanbhag.blogspot.in/2012/11/exporting-matrices-in-octavematlab-to.html}{\tt http\+://sachinashanbhag.\+blogspot.\+in/2012/11/exporting-\/matrices-\/in-\/octavematlab-\/to.\+html} 18 | 19 | \href{https://docs.google.com/open?id=0Bww3OZktvGQucmxnd1FJNElCVGc}{\tt https\+://docs.\+google.\+com/open?id=0\+Bww3\+O\+Zktv\+G\+Qucmxnd1\+F\+J\+N\+El\+C\+V\+Gc} 20 | 21 | \#\+Sage Use of Sage in Civil Engineering Problems 22 | 23 | Requirement-\/\+: 24 | 25 | \subsection*{1. Sagemath} 26 | 27 | \subsection*{2. latex} 28 | 29 | \subsection*{3. Django} -------------------------------------------------------------------------------- /Examples/Students/BeamDes/tables.mat: -------------------------------------------------------------------------------- 1 | # Created by Octave 4.2.0, Thu Jan 26 21:12:19 2017 GMT 2 | # name: bond_stress 3 | # type: matrix 4 | # rows: 6 5 | # columns: 2 6 | 15 1.2 7 | 20 1.2 8 | 25 1.4 9 | 30 1.5 10 | 35 1.7 11 | 40 1.9 12 | 13 | 14 | # name: compression_reinforcement 15 | # type: matrix 16 | # rows: 6 17 | # columns: 5 18 | 0 0.05 0.1 0.15 0.2 19 | 3 0.28 0.299 0.325 0.36 20 | 3.1 0.311 0.331 0.36 0.399 21 | 3.2 0.341 0.363 0.395 0.438 22 | 3.3 0.371 0.395 0.43 0.476 23 | 3.4 0.401 0.427 0.465 0.515 24 | 25 | 26 | # name: design_shear_stress 27 | # type: matrix 28 | # rows: 14 29 | # columns: 7 30 | 0 15 20 25 30 35 40 31 | 0.15 0.28 0.28 0.29 0.29 0.29 0.3 32 | 0.25 0.35 0.36 0.36 0.37 0.37 0.38 33 | 0.5 0.46 0.48 0.49 0.5 0.5 0.51 34 | 0.75 0.54 0.5600000000000001 0.57 0.59 0.59 0.6 35 | 1 0.6 0.62 0.64 0.66 0.67 0.68 36 | 1.25 0.64 0.67 0.7 0.71 0.73 0.74 37 | 1.5 0.68 0.72 0.74 0.76 0.78 0.79 38 | 1.75 0.71 0.75 0.78 0.8 0.82 0.84 39 | 2 0.71 0.79 0.82 0.84 0.86 0.88 40 | 2.25 0.71 0.8100000000000001 0.85 0.88 0.9 0.92 41 | 2.5 0.71 0.82 0.88 0.91 0.93 0.95 42 | 2.75 0.71 0.82 0.9 0.9399999999999999 0.96 0.98 43 | 3 0.71 0.82 0.92 0.96 0.99 1.01 44 | 45 | 46 | # name: factor_Ast2 47 | # type: matrix 48 | # rows: 3 49 | # columns: 2 50 | 250 1 51 | 415 0.6 52 | 500 0.5 53 | 54 | 55 | # name: max_shear_stress 56 | # type: matrix 57 | # rows: 5 58 | # columns: 2 59 | 15 2.5 60 | 20 2.8 61 | 25 3.1 62 | 30 3.5 63 | 40 4 64 | 65 | 66 | # name: table 67 | # type: matrix 68 | # rows: 5 69 | # columns: 4 70 | 0 250 415 500 71 | 15 2.24 2.07 2 72 | 20 2.98 2.76 2.66 73 | 25 3.73 3.45 3.33 74 | 30 4.47 4.14 3.99 75 | 76 | 77 | # name: tensile_reinforcement 78 | # type: matrix 79 | # rows: 6 80 | # columns: 5 81 | 0 0.05 0.1 0.15 0.2 82 | 3 0.988 1.003 1.02 1.039 83 | 3.1 1.017 1.034 1.052 1.073 84 | 3.2 1.046 1.064 1.085 1.108 85 | 3.3 1.075 1.095 1.117 1.142 86 | 3.4 1.104 1.126 1.15 1.177 87 | 88 | 89 | -------------------------------------------------------------------------------- /Documentation/latex/namespacesage_1_1urls.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{namespacesage_1_1urls}{}\section{sage.\+urls Namespace Reference} 2 | \label{namespacesage_1_1urls}\index{sage.\+urls@{sage.\+urls}} 3 | 4 | 5 | This module contain urlspatterns to map to \hyperlink{namespacecivilsage_1_1urls}{civilsage.\+urls} in django. 6 | 7 | 8 | \subsection*{Variables} 9 | \begin{DoxyCompactItemize} 10 | \item 11 | tuple \hyperlink{namespacesage_1_1urls_a5c86cdc04e09bcea3285cc79e9c83220}{urlpatterns} 12 | \end{DoxyCompactItemize} 13 | 14 | 15 | \subsection{Detailed Description} 16 | This module contain urlspatterns to map to \hyperlink{namespacecivilsage_1_1urls}{civilsage.\+urls} in django. 17 | 18 | ... \begin{DoxyAuthor}{Author} 19 | amarjeet kapoor 20 | \end{DoxyAuthor} 21 | 22 | 23 | \subsection{Variable Documentation} 24 | \hypertarget{namespacesage_1_1urls_a5c86cdc04e09bcea3285cc79e9c83220}{}\index{sage\+::urls@{sage\+::urls}!urlpatterns@{urlpatterns}} 25 | \index{urlpatterns@{urlpatterns}!sage\+::urls@{sage\+::urls}} 26 | \subsubsection[{urlpatterns}]{\setlength{\rightskip}{0pt plus 5cm}tuple sage.\+urls.\+urlpatterns}\label{namespacesage_1_1urls_a5c86cdc04e09bcea3285cc79e9c83220} 27 | {\bfseries Initial value\+:} 28 | \begin{DoxyCode} 29 | \hypertarget{namespacesage_1_1urls_l00001}{}\hyperlink{namespacesage_1_1urls}{00001} = patterns(\textcolor{stringliteral}{''}, 30 | 00002 \textcolor{comment}{# Examples:} 31 | 00003 \textcolor{comment}{# url(r'^$', 'sage.views.home', name='home'),} 32 | 00004 \textcolor{comment}{#url(r'^blog/', include('blog.urls')),} 33 | 00005 \textcolor{comment}{#url for civilsage files} 34 | 00006 url(\textcolor{stringliteral}{r'^'}, include(\textcolor{stringliteral}{'civilsage.urls'})), 35 | 00007 \textcolor{comment}{#url for admin login} 36 | 00008 url(\textcolor{stringliteral}{r'^admin/'}, include(admin.site.urls)), 37 | 00009 ) 38 | \end{DoxyCode} 39 | 40 | 41 | Definition at line \hyperlink{sage_2urls_8py_source_l00011}{11} of file \hyperlink{sage_2urls_8py_source}{urls.\+py}. 42 | 43 | -------------------------------------------------------------------------------- /sage/initial_file.py: -------------------------------------------------------------------------------- 1 | ## 2 | # @package initial_file 3 | # This module contain functions for processing the intruppted files. 4 | # For, this we first retrive the name of all directory using pdfemail() 5 | # and then process 6 | # files in it using emailcall() 7 | # @author amarjeet kapoor 8 | # 9 | # 10 | 11 | import os,threading 12 | from django.core.mail import EmailMessage 13 | 14 | 15 | ## 16 | # function to get name of directory that are unprocessed and then 17 | # call emailcall() and pass the name 18 | # 19 | 20 | def pdfemail(): 21 | ## 22 | # initalize sage 23 | 24 | os.system('sage sagemath/input.sage') 25 | 26 | # get list of unprocessed files 27 | os.system('ls -d Temp*>file') 28 | 29 | # open and read names of directory to be processed 30 | f=open('file') 31 | a=f.read() 32 | if( a ==''): 33 | return 34 | 35 | # getting individual directory name 36 | a=a.split('\n') 37 | 38 | # process files 39 | for i in range(len(a)-1): 40 | emailcall(a[i]) 41 | os.system('rm file') 42 | 43 | ## 44 | # A function that run as process to send pdf as emails 45 | # @param name this name of directory 46 | # 47 | # @exception remove directory and email error 48 | def emailcall(name): 49 | ## 50 | # @breif 51 | 52 | #getting email id 53 | 54 | try: 55 | message='unable to send' 56 | command=name+'/email.txt' 57 | f=open(command) 58 | a=f.read() 59 | email=a.split('\n') 60 | email_id=email[0] 61 | f.close() 62 | #calling sh file for background processing 63 | command='sh civil.sh '+name 64 | os.system(command) 65 | 66 | #sending email 67 | command=name+'/civil.pdf' 68 | user_email = EmailMessage('Dynamics of structure', 69 | 'You have is ready', to=[email_id]) 70 | user_email.attach_file(command) 71 | user_email.send() 72 | 73 | #deleting files 74 | command='rm -rf '+name 75 | os.system(command) 76 | except: 77 | command='rm -rf '+name 78 | os.system(command) 79 | 80 | if __name__ == '__main__': 81 | print("hello") 82 | --------------------------------------------------------------------------------