Home
last modified time | relevance | path

Searched refs:read_grid (Results 1 – 12 of 12) sorted by relevance

/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/fde/
H A Demb_io.F9018 public read_grid
28 interface read_grid interface
31 end interface read_grid
H A Demb_data.F9088 call read_grid(file_unit,gridp,fde_vtmp)
121 call read_grid(file_unit,gridp)
154 call read_grid(file_unit,gridp,fde_frozen_prp)
/dports/science/sparta/sparta-20Oct2021/src/
H A Dread_grid.h17 CommandStyle(read_grid,ReadGrid)
/dports/science/madness/madness-ebb3fd7/src/examples/
H A Doep.cc560 refdens.get_impl()->read_grid<3>(keyfile,prefix+"refdens.xyzv",functorT()); in main()
564 recpot.get_impl()->read_grid<3>(keyfile,prefix+"recpot.xyzv",functorT()); in main()
568 startpot.get_impl()->read_grid<3>(keyfile,prefix+"startpot.xyzv",vnuc_functor); in main()
/dports/math/py-yt/yt-4.0.1/yt/utilities/grid_data_format/conversion/
H A Dconversion_athena.py354 def read_grid(self, filename): member in AthenaConverter
511 grid = self.read_grid(self.basename + ".vtk")
/dports/science/sparta/sparta-20Oct2021/tools/paraview/
H A DREADME109 read_grid. The file can also contain "slice" commands which will
118 The grid itself can be defined by either a create_grid or read_grid
123 read_grid command has the same syntax as the corresponding SPARTA
/dports/science/cdo/cdo-2.0.0/src/
H A DSamplegridicon.cc137 read_grid(const char *filename) in read_grid() function
490 const auto gridID2 = read_grid(cdo_operator_argv(nsamplegrids - 1).c_str()); in Samplegridicon()
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/converter/
H A Dsqd2qmc.cpp750 void read_grid(xmlNodePtr cur, vector <double> & pos){ in read_grid() function
849 read_grid(cur, pseudo.psp_pos[0]); in get_pseudo_from_the_grid()
/dports/science/qmcpack/qmcpack-3.11.0/nexus/lib/
H A Dobservables.py30 from grid_functions import grid_function,read_grid,StructuredGrid,grid as generate_grid
1137 g = read_grid(xsf)
H A Dgrid_functions.py4357 return read_grid(filepath,loc=loc)
4393 def read_grid(filepath,format=None,loc='read_grid'): function
/dports/graphics/gmt/gmt-6.3.0/src/mgd77/
H A Dmgd77sniffer.c237 GMT_LOCAL void read_grid (struct GMT_CTRL *GMT, struct MGD77_GRID_INFO *info, double wesn[]) { in read_grid() function
1125 read_grid (GMT, &this_grid[i], GMT->common.R.wesn); in GMT_mgd77sniffer()
/dports/science/madness/madness-ebb3fd7/src/madness/mra/
H A Dfuncimpl.h1308 read_grid(const std::string keyfile, const std::string gridfile, in read_grid() function