Home
last modified time | relevance | path

Searched defs:dim_lens (Results 1 – 7 of 7) sorted by relevance

/dports/science/elmerfem/elmerfem-release-9.0/misc/netcdf/src/GridDataMapper/
H A DNetCDFGeneralUtils.f9094 SUBROUTINE GetAllDimensions( NCID, NAMES, dim_ids, dim_lens ) argument
99 INTEGER, ALLOCATABLE, INTENT(OUT) :: dim_ids(:),dim_lens(:) local
H A DGridDataMapper.f9066 INTEGER, ALLOCATABLE :: dim_lens(:) ! Lengths for all dimensions local
311 INTEGER, INTENT(INOUT), ALLOCATABLE :: dim_lens(:) ! Lengths for all dimensions local
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdump/
H A Dtst_chunking.c37 static const size_t dim_lens[VAR_RANK] = {7, 4, 2, 3, 5, 6, 9}; variable
/dports/science/netcdf/netcdf-c-4.7.4/ncdump/
H A Dtst_chunking.c37 static const size_t dim_lens[VAR_RANK] = {7, 4, 2, 3, 5, 6, 9}; variable
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DReadNC.cpp353 …eadNC::get_dimensions(int file_id, std::vector<std::string>& dim_names, std::vector<int>& dim_lens) in get_dimensions()
/dports/emulators/x48/x48-0.6.4_1/src/
H A Drpl.c1048 word_20 *dim_lens, *dims; local
/dports/science/conduit/conduit-0.8.0/src/libs/blueprint/
H A Dconduit_blueprint_mesh.cpp871 index_t dim_lens[3] = {0, 0, 0}, coords_len = 1; in convert_coordset_to_explicit() local