Home
last modified time | relevance | path

Searched refs:Dimen (Results 1 – 25 of 134) sorted by relevance

123456

/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/doc/tex/inputs/dev/
H A DMatrix.tex104 Matrix<K> get(const std::pair<Dimen,Dimen>&, const std::pair<Dimen, Dimen>&) const;
105 Matrix<K> get(Dimen, const std::pair<Dimen, Dimen>&) const;
106 Matrix<K> get(const std::pair<Dimen,Dimen>&, Dimen) const;
109 Matrix<K> get(Dimen, Dimen, Dimen, Dimen) const;
111 Matrix<K> operator()(const std::pair<Dimen,Dimen>&, const std::pair<Dimen, Dimen>&) const;
112 Matrix<K> operator()(Dimen, const std::pair<Dimen, Dimen>&) const;
113 Matrix<K> operator()(const std::pair<Dimen,Dimen>&, Dimen) const;
116 Matrix<K> operator()(Dimen, Dimen, Dimen, Dimen) const;
118 void set(const std::pair<Dimen,Dimen>&, const std::pair<Dimen, Dimen>&, const std::vector<K>&);
120 void set(const std::pair<Dimen,Dimen>&, Dimen, const std::vector<K>&);
[all …]
H A DRefElement.tex42 ShapeValues(const RefElement&, const Dimen); //constructor with associated RefElement
46 Dimen dim() const { return static_cast<Dimen>(dw.size()); }
51 void resize(const RefElement&, const Dimen); // resize
149 Number nbDofs(const Number sideNum = 0, const Dimen sideDim = 0) const;
151 Number nbInternalDofs(const Number sideNum = 0, const Dimen sideDim = 0) const;
165 void LagrangeRefDofs(const int, const int, const int, const Dimen);
166 void HermiteRefDofs(const int, const int, const Dimen, const Dimen);
167 void dotNRefDofs(const int, const int, const Dimen, const Dimen);
168 void crossNRefDofs(const int, const int, const Dimen, const Dimen);
H A DPoint.tex41 Point(const Dimen, const Real v = 0.); // dimension and constant value
45 Point(const Dimen d, Real* pt); // constructor by dimension and Real array
47 Point(const std::vector<Real>::const_iterator, Dimen); // constructor by stl vector iterator
55 Real operator()(const Dimen d) const; //the d-th coordinates (r)
56 Real& operator()(const Dimen d); //d-th coordinates (r/w)
H A DMesh.tex58 Dimen order_; // order of the mesh = max of element orders
106 Dimen spaceDim() const ;
107 Dimen meshDim() const;
273 Cube(Real x, Real y, Real z, Real edgeLen, Real theta1, Dimen axis1, int nboctants=1, number_t nbsu…
274 Cube(Real x, Real y, Real z, Real edgeLen, Real theta1, Dimen axis1, Real theta2, Dimen axis2, int …
275 …l x, Real y, Real z, Real edgeLen, Real theta1, Dimen axis1, Real theta2, Dimen axis2, Real theta3…
277 Ball(Real x, Real y, Real z, Real radius, Real theta1, Dimen axis1, int nboctants=8, number_t nbsub…
278 Ball(Real x, Real y, Real z, Real radius, Real theta1, Dimen axis1, Real theta2, Dimen axis2, int n…
279 …al x, Real y, Real z, Real radius, Real theta1, Dimen axis1, Real theta2, Dimen axis2, Real theta3…
H A DUnknown.tex90 virtual Dimen componentIndex() const; // return component index if a ComponentOfUnknown, 0 if not
118 Dimen i_; //index of the component
121 virtual Dimen nbOfComponents() const;
122 virtual Dimen dimFun() const;
125 virtual Dimen componentIndex() const;
130 Note that the operator \verb?Unknown::[](Dimen)? creates a \verb?ComponentOnUnknown? object
H A DGeomElement.tex81 GeomElement(const Mesh*, const RefElement*, Dimen, Number); //for plain element
105 Dimen elementDim() const;
201 const Dimen spaceDim_; //space dimension
230 MeshElement(const RefElement*, Dimen, Number);
242 Dimen spaceDim() const;
247 Dimen elementDim() const;
H A DGeomRefElement.tex32 const Dimen dim_; //element dimension
55 GeomRefElement(ShapeType, const Dimen d, const Real m, const Real c,
66 Dimen dim() const { return dim_; }
94 virtual Real measure(const Dimen dim, const Number sideNum = 0) const = 0;
H A DLargeMatrix.tex32 Dimen nbRowsSub; // number of rows of submatrices (1 if scalar values)
33 Dimen nbColsSub; // number of columns of submatrices (1 if scalar values)
78 pair<Dimen,Dimen> dimsOf(const Real&);
79 pair<Dimen,Dimen> dimsOf(const Complex&);
80 pair<Dimen,Dimen> dimsOf(const Matrix<Real>&);
81 pair<Dimen,Dimen> dimsOf(const Matrix<Complex>&);
H A DOperatorOnKernel.tex81 Dimen xdiffOrder() const;
82 Dimen ydiffOrder() const;
H A DElement.tex49 Dimen dim() const; //dimension of the element
54 Dimen dimFun() const; //dimension of shape functions
H A DDoF.tex95 Dimen numc; //component
97 DofComponent(const Unknown* u=0, Number dn=0, Dimen nc=1);
H A DDomain.tex60 Dimen dim; // dimension of domain (the max when compositeDomain)
64 DomainInfo(const String&, Dimen, DomainType, const Mesh*, const String& = "");
89 GeomDomain(const Mesh&, const String&, Dimen, const String& =""); //build meshdomain
109 Dimen dim() const;
140 Dimen spaceDim() const; //return the space dimension
242 MeshDomain(const Mesh&,const String&,Dimen);
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/include/
H A Dhtml.h111 typedef struct Dimen Dimen; typedef
151 struct Dimen struct
209 Dimen wspec; /* width spec */
403 Dimen width; /* width spec for whole table */
457 Dimen wspec; /* suggested width */
504 Dimen* coords; /* array of coords for shape */
569 Dimen* rows; /* array of row dimensions */
571 Dimen* cols; /* array of col dimensions */
609 extern int dimenkind(Dimen d);
610 extern int dimenspec(Dimen d);
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/unit/
H A Dunit_Function.cpp60 Matrix<Real> M(Dimen(3), Dimen(3)); in msinf()
80 Matrix<Complex> M(Dimen(3), Dimen(3)); in misinf()
100 Matrix<Real> M(Dimen(3), Dimen(3)); in mgreen()
120 Matrix<Complex> M(Dimen(3), Dimen(3)); in mcgreen()
156 Matrix<Real> M(Dimen(3), Dimen(3)); in msinf_v()
190 Matrix<Complex> M(Dimen(3), Dimen(3)); in misinf_v()
229 Matrix<Real> M(Dimen(3), Dimen(3)); in mgreen_v()
270 Matrix<Complex> M(Dimen(3), Dimen(3)); in migreen_v()
H A Dunit_LargeMatrixCsStorage.cpp150 Matrix<Real> M(Dimen(1),Dimen(2));M(1,1)=1.;M(1,2)=2.; in unit_LargeMatrixCsStorage()
168 Matrix<Complex> Mc(Dimen(1),Dimen(2)); Mc(1,1)=i_; Mc(1,2)=2*i_; in unit_LargeMatrixCsStorage()
273 Matrix<Real> Ms(Dimen(2),Dimen(2));Ms(1,1)=11;Ms(1,2)=12;Ms(2,1)=21;Ms(2,2)=22; in unit_LargeMatrixCsStorage()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/doc/tex/inputs/tikz/
H A Dgeometry.tikz3 …paceType spaceType \\ String name \\ SobolevType conformingSpace \\ Dimen dimFun \\ Dimen dimCom}{}
20 …ctor<Point> nodes \\ std::vector<Number> vertices\_ \\ bool isMadeOfSimplices\_ \\ Dimen order\_}{}
21 \umlclass[x=6]{Domain}{String name \\ Dimen dim \\ DomainType domType \\ Domain* domain\_p}{}
26 …er> sideOfSideNumbers \\ const RefElement* refElt\_p \\ Number index\_ \\ const Dimen spaceDim\_}{}
H A Dspace.tikz3 …ceType spaceType \\ String name \\ SobolevType conformingSpace \\ Dimen dimFun \\ Dimen dimCom \\ …
15 \umlclass[x=15, y=4]{ComponentOfUnknown}{Dimen i\_}{}
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DTDS_full_cell_default_storage_policy.h33 template< typename Vertex_handle, typename Full_cell_handle, typename Dimen >
34 struct TFC_data< Vertex_handle, Full_cell_handle, Dimen, TDS_full_cell_default_storage_policy >
36 typedef typename internal::Dimen_plus_one<Dimen>::type Dimen_plus;
H A DTriangulation_data_structure.h37 template< class Dimen,
53 typedef Triangulation_data_structure<Dimen, Vb2, Fcb> Other;
87 typedef Dimen Maximal_dimension;
1201 template <class Dimen, class Vb, class Fcb>
1202 bool Triangulation_data_structure<Dimen, Vb, Fcb>
1337 template<class Dimen, class Vb, class Fcb>
1339 Triangulation_data_structure<Dimen, Vb, Fcb>
1417 template<class Dimen, class Vb, class Fcb>
1419 Triangulation_data_structure<Dimen, Vb, Fcb>
1474 template<class Dimen, class Vb, class Fcb>
[all …]
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/t/digestion/
H A Dtestctr.tex136 Dimen 1.23pt = \the\dimen7.
138 Dimen 1.23pt = \the\dimen\two.
140 Dimen 1.23pt = \the\dimen\count2.
155 Dimen: one ex = \the\dseven
158 Dimen: 1pt = \the\dseven
160 Dimen: 1pt = \the\dimen7
/dports/math/gap/gap-4.11.0/pkg/hap-1.25/lib/SimplicialGroups/
H A Dtensor2chains.gi10 Dimen,Bound,count,n,k,M,i,j,ii,jj,x,Rew,beg1,beg2,LH,LV,
40 Dimen := [];
46 Dimen[n+1] := count;
50 return Dimen[n+1];
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/doc/tex/inputs/user/
H A DNumbers.tex17 \section{Int, Dimen, Number, Numbers}
21 {\class Dimen} is defined in the same way as {\class Int} and {\class Number}, but for short unsign…
23 …s architectures and {\tt long long int} on 64 bits architectures. {\class Dimen} is an alias of {\…
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libhtml/
H A Dbuild.c783 Dimen wd; in getitems()
1265 ks->rows = (Dimen*)emalloc(sizeof(Dimen)); in getitems()
1271 ks->cols = (Dimen*)emalloc(sizeof(Dimen)); in getitems()
3306 static Dimen
3318 static Dimen
3393 Dimen* d; in setdimarray()
3402 d = (Dimen*)emalloc(nc * sizeof(Dimen)); in setdimarray()
4153 static Dimen
4156 Dimen d; in makedimen()
4168 dimenkind(Dimen d) in dimenkind()
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/init/
H A Duser_typedefs.hpp43 typedef dimen_t Dimen; typedef
/dports/audio/py-music21/music21-7.1.0/music21/corpus/ryansMammoth/
H A DDimenDruDeelishReel.abc2 T:Dimen Dru Deelish -- Reel

123456