All public logs

Jump to navigation Jump to search

Combined display of all available logs of FEAP Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 11:44, 29 June 2023 S g talk contribs created page Memory (Created page with " '''Basics''' FEAP's memory management system utilizes an offset technique. There are two (short arrays) <code>hr( )</code> of type real*8 and <code>mr( )</code> of type integer, which are both defined in the common block <code>comblk.h</code>. When FEAP arrays are allocated they are done so using the system <code>malloc</code>. This is either done in the source file <code>unix/memory/cmem.c</code>, if on Linux/MAC, or in the source file <code>windows/memory/setmem.f...")