Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize overset theory #41

Closed
sseraj opened this issue Mar 19, 2021 · 0 comments · Fixed by #53
Closed

Reorganize overset theory #41

sseraj opened this issue Mar 19, 2021 · 0 comments · Fixed by #53
Assignees

Comments

@sseraj
Copy link
Collaborator

sseraj commented Mar 19, 2021

Type of issue

  • Documentation update

Description

The overset theory from #23 should be reorganized to:

  • clearly distinguish theory and debugging tips
  • integrate Ney's text document with the rest of the page
  • remove outdated and duplicate information
  • provide a complete list of possible iblank values
@sseraj sseraj self-assigned this Mar 19, 2021
@sseraj sseraj mentioned this issue Mar 19, 2021
3 tasks
@sseraj sseraj mentioned this issue Jul 19, 2021
8 tasks
sseraj pushed a commit to sseraj/MACH-Aero that referenced this issue Mar 16, 2022
* Initial commit of public docs

* Updating readme

* Added OAS and OpenConcept to code docs listing

* Adding instructions on how to compile and have user base MPI installations

* minor change

* Minor typos.

* updated installation section

* removed repostate, since it is broken for git

* Adding a link to the newly added pyaerostructure python code documentation

* First draft of C/Fortran package installation, WIP

* Done with most of 3rd party packages, fixing table and cleanup

* Finished rewrite of install 3rd Party Packages file

 - Reordered to have all C/Fortran sources first, then python
 - Written examples now install locally, mostly without sudo apt-get
 - Clearly state which versions are known to work (and not work).
   This is now done with the IMPORTANT block, and would benefit from others including their systems.
 - Added table of working stacks

* Added issue and pull request templates

* Remove authorship and commit descriptions per feedback

* Fixing small typo from previous commit

* Adding a bad numpy version that may result in problems with MACH codes

* Updated 3rd party packages installation, mainly for the complex version build

* Removing pyaerostructure since that should be private. Also removeing onld dafoam link

* Adding link to DAFoam docs and cleaning up a bit.

* Added the ASO page.

* More cleaning of docs. Removing packages that are not needed.

* Updating copyright date

* Minor fix to the installation instructions. Removing non-referenced variable

* Clarifying installation instructions

* Removing tutorial for now

* Minor fixes to the installation instructions

* Fixed the ASO page. Added links to the new AeroOptTutorial page.

* Fixed aeroOpt diagram

* Initial add to Great Lakes setup

* Added estimate start time on Great Lakes

* Minor changes to previous commit for greatlakes setup, removed unnecessary things

* Minor changes to MPI job execution

* Changed the name of ASO framework to MACH-AERO.

* Fixed the broken links.

* Changed MACH-AERO to MACH-Aero. Tweaked intro.

* Added a list of papers for all the modules in the MACH-Aero page.

* Changed name of optFramework to machFramework.

* Changed the rst and tex names.

* Fixed the broken links.

* Update buildbot script for automatic build of docs.

* Minor edits to MACH-Aero page

* Updated Tecplot Quick Macros section and added macro to apply TACS deformations

* Fixed header lengths

* updated greatlakes setup

* add a comment about cgns installation

* updated a bit

* a change to petsc4py 3.7.0 installation

* minor change to petsc4py installation

* updated account name in greatlakes setup

* added updated package versions to working stack

* updated working stack and package version in 3rd party docs

* further cleaned up PETSc instructions

* removed LDSHARED hack with anaconda since we updated petsc4py

* updated greatlakes instructions

* updated package version and made pip install more consistent

* removed author names

* changed <uniqname> to $USER

* various small changes to 3rd party page

* removed CGNS linker instructions since they should be in the config files by default

* reformatted the example bash script

* added note on interactive job request

* added greatlakes job cost estimation and cost information (mdolab#32)

* added greatlakes job cost estimation and cost information

* Adding some more useful aliases

* Create CODEOWNERS

* CGNS 3.3 fix (mdolab#33)

* Added notes for CGNS with intel install and reorganized the secti… (mdolab#36)

* Added notes for CGNS with intel install and reorganized the section a bit

* some modifications to make clear about the cgnstools install

* Update installFromScratch.rst (mdolab#37)

* Removing tutorials (mdolab#41)

* renamed $USER in slurm script (mdolab#44)

* Update install instructions (mdolab#45)

* updated CGNS install instructions (mdolab#47)

* updated CGNS install instructions

* created warning box

* added options for greatlakes petsc installation (mdolab#46)

* added options for greatlakes petsc installation

* addressed Neils comments

* addressed Eirikur comments

* SWIG installation instructions (mdolab#48)

* Stampede update (mdolab#50)

* scripts update and TODOs

* added tips for CGNS install

* added tips on running jobs

* directories section + rearranging notes

* addressed comments

* added the PYTHONPATH back

* explained XSEDE vs TACC access

* addressed comments

Co-authored-by: Neil Wu <[email protected]>

* removed cluster installation tuturials (mdolab#51)

* Updating links to RTD (mdolab#52)

* Updating links to RTD

* More links and grammar

* gitignored

* added adflow paper reference to mach-aero. also added ds store to gitignore

Co-authored-by: Anil Yildirim <[email protected]>

* removed submodules

* deleted deprecated files

* updated index and MACH-Aero description

* updated index and README

* merged mach-aero tutorial

* changed rst headings and refactor

* minor change in hyperlink

* formatting fixes

* Update README.md

* Update installFromScratch.rst

* Adding cgnsutilities to optional packages and updating links from bitbucket to github

Co-authored-by: Eirikur Jonsson <[email protected]>
Co-authored-by: John Jasa <[email protected]>
Co-authored-by: Eirikur Jonsson <[email protected]>
Co-authored-by: Anil Yildirim <[email protected]>
Co-authored-by: Joaquim R. R. A. Martins <[email protected]>
Co-authored-by: Charles Mader <[email protected]>
Co-authored-by: Ross Chaudhry <[email protected]>
Co-authored-by: John Jasa <[email protected]>
Co-authored-by: Ross S. Chaudhry <[email protected]>
Co-authored-by: yqliaohk <[email protected]>
Co-authored-by: Ping He <[email protected]>
Co-authored-by: A-Gray-94 <[email protected]>
Co-authored-by: Alasdair Gray <[email protected]>
Co-authored-by: Sicheng He <[email protected]>
Co-authored-by: yqliaohk <[email protected]>
Co-authored-by: Josh Anibal <[email protected]>
Co-authored-by: Marco Mangano <[email protected]>
Co-authored-by: Shamsheer S. Chauhan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant