Home
last modified time | relevance | path

Searched refs:FESpaceS (Results 1 – 6 of 6) sorted by relevance

/dports/math/freefem++/FreeFem-sources-4.6/src/fflib/
H A Dlgfem.hpp311 typedef FESpaceS FESpace;
317 CountPointer< FESpaceS > pVh;
324 operator FESpaceS *( ) { in operator FESpaceS*()
329 FESpaceS *update( );
470 operator FESpaceS *( ); in pfesS_tef()
472 FESpaceS *buildupdate(KN< int > &ndfe) { in buildupdate()
475 FESpaceS *buildupdate( ) { return *ppTh ? new FESpaceS(**ppTh, *tef) : 0; } in buildupdate()
498 operator FESpaceS *( ); in pfesS_tefk()
500 FESpaceS *buildupdate( ) { in buildupdate()
506 FESpaceS *buildupdate(KN< int > &ndfe) { in buildupdate()
[all …]
H A Dproblem.cpp1028 …void AssembleBilinearForm(Stack stack,const MeshS & Th,const FESpaceS & Uh,const FESpaceS & Vh,boo… in AssembleBilinearForm()
1169 …MatriceElementaireFES<R,FESpaceS> & mate(*( sym? (MatriceElementaireFES<R,FESpaceS> *)mates : (Mat… in AssembleBilinearForm()
2212 const FESpaceS & Uh,const FESpaceS & Vh, in AddMatElem()
3184 …void AssembleBilinearForm(Stack stack,const MeshS & Th,const FESpaceS & Uh,const FESpaceS & Vh,boo… in AssembleBilinearForm()
7211 void AssembleBC(Stack stack,const MeshS & Th,const FESpaceS & Uh,const FESpaceS & Vh,bool sym, in AssembleBC()
9723 …plate bool AssembleVarForm<double,MatriceCreuse<double>,FESpaceS >(Stack stack,const FESpaceS::M…
9726 …template bool AssembleVarForm<double,MatriceMap<double>,FESpaceS >(Stack stack,const FESpaceS::M…
9729 …template void AssembleBC<double,FESpaceS>(Stack stack,const MeshS & Th,const FESpaceS & Uh,const…
9733 …late bool AssembleVarForm<Complex,MatriceCreuse<Complex>,FESpaceS >(Stack stack,const FESpaceS::M…
9736 …emplate bool AssembleVarForm<Complex,MatriceMap<Complex>,FESpaceS >(Stack stack,const FESpaceS::M…
[all …]
H A Dproblem.hpp506 …Data<FESpaceS> * dataptrS (Stack stack) const {return (Data<FESpaceS> *) (void *) (((char *) sta… in dataptrS()
1155 template<class R> void AssembleLinearForm(Stack stack,const MeshS & Th,const FESpaceS & Vh,KN_<R>…
1158 template<class R> void Element_Op(MatriceElementairePleine<R,FESpaceS> & mat,const FElementS & K…
1160 template<class R> void Element_Op(MatriceElementaireSymetrique<R,FESpaceS> & mat,const FElementS…
H A Dlgmesh3.cpp2022 FESpaceS *fes=**p; ; return fes->NbOfDF ;} in pVhS_ndof()
2025 FESpaceS *fes=**p; ; return fes->NbOfElements ;} in pVhS_nt()
2028 FESpaceS *fes=**p; return (*fes)[0].NbDoF() ;} in pVhS_ndofK()
2031 FESpaceS *fes=**p; ; return &fes->Th ;} in pVhS_Th()
2438 FESpaceS *fes=**p; in operator ()()
2440 FESpaceS::FElement K=(*fes)[k]; in operator ()()
H A Dlgmat.cpp1463 { return SetMatrixInterpolationT1<pfesS,FESpaceS,pfesS,FESpaceS>(stack,emat,einter,init);} in SetMatrixInterpolationS()
1469 { return SetMatrixInterpolationT1<pfesS,FESpaceS,pfes3,FESpace3>(stack,emat,einter,init);} in SetMatrixInterpolationS3()
1475 { return SetMatrixInterpolationT1<pfesL,FESpaceL,pfesS,FESpaceS>(stack,emat,einter,init);} in SetMatrixInterpolationLS()
/dports/math/freefem++/FreeFem-sources-4.6/src/femlib/
H A DFESpacen.hpp808 typedef GFESpace<MeshS> FESpaceS; typedef