Home
last modified time | relevance | path

Searched refs:dim_space (Results 1 – 2 of 2) sorted by relevance

/dports/math/reduce/Reduce-svn5758-src/packages/assist/
H A Dpartitns.red157 integer free_ind,tot_ind,dim_space;
200 dim_space:= if idv then %% since, may be, no dummy indices
204 <<spweight:=multf(addf(dim_space,negf !*n2f i),spweight);
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/geometry/
H A DMesh.cpp2415 dimen_t dim_space=ms.spaceDim(); //space dimension of nodes of the section mesh in buildExtrusion() local
2421 …dimen_t dim=std::max(std::max(dimen_t(dim_mesh+1),dim_space),dir.dim()); //final dimension of nod… in buildExtrusion()