Changes between Version 52 and Version 53 of Czarships/Development


Ignore:
Timestamp:
02/18/14 13:08:26 (11 years ago)
Author:
Jonathan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Czarships/Development

    v52 v53  
    1010* [CodeDeveloperLogs Old Developer Logs] -- Includes development issues, compilation problems and run-time difficulties
    1111* [OldAstrobearIssues Old Astrobear Issues] -- Legacy page
     12* [PhaseThree Phase III ideas] -- List of desired features
     13
    1214[[br]]
    1315
     
    1719 
    1820
    19  = And here is a list of other projects/improvements for the code =
    2021
    21 From [topic:26 Phase III ideas]
    22  
    23 * ~~Create a standard interface for module objects (clumps, winds, backgrounds, etc...)~~
    24  {{{
    25   CreateObject
    26   InitObject
    27   FindObject
    28   DeleteObject
    29   ObjectGridInit
    30   ObjectBeforeStep
    31   ObjectSource
    32   ObjectSetErrFlags
    33  }}}
    34 
    35 * ~~Create ErrFlag modules for refining on jeans length, cooling length, field gradients, etc... so that any problem module can easily use these.~~
    36 
    37 * ~~Turn initambient into a background type object module that can be called from the problem module.  That way users can calculate background densities within their problem module etc... (and we can get rid of modules.data)~~
    38 
    39 * ~~Allow module control to keep track of the order that objects are created - or assign each object a creation number - so that objects that overlap - will be called in a user specified order...  (Winds and colliding flows are both used by the MolecularCloudFormation module - but it requires windbeforestep to be called before collidingflowbeforestep for example)~~
    40 
    41 * Create a web interface where users can create objects - which then get passed to a series of scripts which create a problem module - and start the code at a low resolution to output the first frame - which then gets processed by bear2fix to spit back an image - so the user can see their problem setup on the fly.
    42 
    43 * ~~Create processing modules that can be called during the run or after the run completes - but that are built into AstroBEAR.  This way they can use the same IO routines and can easily be run in parallel - on the same system the simulation is run on.  This will avoid massive data storage and transportation.  ~~
    44 
    45 * Preallocate sweep buffers for the entire level - instead of individually for each grid?
    46 
    47 * ~~Reorder sweep direction to operate on contiguous memory blocks~~
    48 
    49 * ~~Move all protection routines/pressure calculations/conversion between conservative and primitive variables/ to the EOS module (instead of the sweep module and the riemann_solvers module).~~
    50 
    51 * Clean up the sweep module so that different stages of the update are separated into different subroutines...
    52 
    53 * Add other choices for update schemes
    54 
    55 * Add pencil method for directionally split schemes?  Or create different stencil sets for different combinations of directional ordering (x-y-z, y-z-x, etc...)
    56 
    57 * ~~Update limiter method to reduce mbc (Colella and Sekora 2008)~~
    58 
    59 * Convert variables that are constant for each run into Parameters that are set by a configure script at build time... (nDim, lMHD, MaintainAuxArrays, iSolver, iEOS, etc...)
    60 
    61 
    62 
    63 
    64 
    65 [[CollapsibleStart(Old Astrobear 1.0 issues)]]
    66 
    67  
    68 [[CollapsibleEnd]]
    6922[[BackLinks]]