Home
last modified time | relevance | path

Searched refs:Get_IntPoint (Results 1 – 5 of 5) sorted by relevance

/dports/science/getdp/getdp-3.4.0-source/Kernel/
H A DCal_PostQuantity.cpp53 void (*Get_IntPoint) (int Nbr_Points, int Num, in Pos_LocalOrIntegralQuantity() local
209 Get_IntPoint = (void (*) (int,int,double*,double*,double*,double*)) in Pos_LocalOrIntegralQuantity()
216 Get_IntPoint(Nbr_IntPoints, i_IntPoint, &ui, &vi, &wi, &weight) ; in Pos_LocalOrIntegralQuantity()
H A DCal_IntegralQuantity.cpp56 IQA->Get_IntPoint = Quadrature_P->Function ; in Cal_InitIntegralQuantity()
194 IQA->Get_IntPoint) (IQA->Nbr_IntPoints, i_IntPoint, in Cal_NumericalIntegralQuantity()
H A DCal_GalerkinTermOfFemEquation.cpp540 void (*Get_IntPoint)(int,int,double*,double*,double*,double*); in Cal_GalerkinTermOfFemEquation() local
737 Get_IntPoint = (void(*)(int,int,double*,double*,double*,double*)) in Cal_GalerkinTermOfFemEquation()
745 Get_IntPoint(Nbr_IntPoints, i_IntPoint, in Cal_GalerkinTermOfFemEquation()
/dports/science/getdp/getdp-3.4.0-source/Functions/
H A DF_MultiHar.cpp493 void (*Get_IntPoint)(int,int,double*,double*,double*,double*); in Cal_GalerkinTermOfFemEquation_MHBilinear() local
575 Get_IntPoint = (void(*)(int,int,double*,double*,double*,double*)) in Cal_GalerkinTermOfFemEquation_MHBilinear()
607 Get_IntPoint(Nbr_IntPoints, i_IntPoint, in Cal_GalerkinTermOfFemEquation_MHBilinear()
/dports/science/getdp/getdp-3.4.0-source/Interface/
H A DProData.h533 void (*Get_IntPoint)(); member