Function dhelp_load_singl#

Function Documentation#

void dhelp_load_singl(char *strLoc, ord_t order, uint64_t nhelps, ndir_t allocSize, dhelp_t *p_dH)#

Loads a direction helper from a set of files within the specified folder.

Parameters:
  • strLocation – String with the folder where the data is located. Example “../../data”

  • order – Order to be loaded in memory. Example: 3

  • nbasis – Number of basis directions to load. Example: 100

  • nhelps – Number of help arrays to be allocated in the array.

  • p_dH[out] Address of the helper to be loaded.