Home
last modified time | relevance | path

Searched refs:NCPQ_P (Results 1 – 3 of 3) sorted by relevance

/dports/science/getdp/getdp-3.4.0-source/Kernel/
H A DPos_Formulation.cpp47 struct PostQuantity *NCPQ_P, in Pos_FemFormulation() argument
91 Pos_PrintOnRegion(NCPQ_P, CPQ_P, Order, DefineQuantity_P0, in Pos_FemFormulation()
96 Pos_PrintOnElementsOf(NCPQ_P, CPQ_P, Order, DefineQuantity_P0, in Pos_FemFormulation()
101 Pos_PrintOnSection(NCPQ_P, CPQ_P, Order, DefineQuantity_P0, in Pos_FemFormulation()
109 Pos_PrintOnGrid(NCPQ_P, CPQ_P, Order, DefineQuantity_P0, in Pos_FemFormulation()
113 Pos_PrintWithArgument(NCPQ_P, CPQ_P, Order, DefineQuantity_P0, in Pos_FemFormulation()
367 struct PostQuantity *NCPQ_P = NULL, *CPQ_P = NULL ; in Pos_Formulation() local
470 NCPQ_P = in Pos_Formulation()
484 NCPQ_P = in Pos_Formulation()
507 Pos_FemFormulation(Formulation_P, NCPQ_P, CPQ_P, Order, PostSubOperation_P) ; in Pos_Formulation()
H A DPos_Print.cpp256 (NCPQ_P ? NCPQ_P->Name : NULL), in Pos_PrintOnElementsOf()
426 if(!NCPQ_P){ /* Only one Cumulative */ in Pos_PrintOnElementsOf()
824 (NCPQ_P ? NCPQ_P->Name : NULL), in Pos_PrintOnSection()
906 if(NCPQ_P) in Pos_PrintOnSection()
1071 void Pos_PrintOnGrid(struct PostQuantity *NCPQ_P, in Pos_PrintOnGrid() argument
1100 (NCPQ_P ? NCPQ_P->Name : NULL), in Pos_PrintOnGrid()
1328 if (CPQ_P && NCPQ_P){ in Pos_PrintOnRegion()
1372 PQ_P = NCPQ_P ; Support_L = NULL ; in Pos_PrintOnRegion()
1377 (NCPQ_P ? NCPQ_P->Name : NULL), in Pos_PrintOnRegion()
1390 List_Nbr(NCPQ_P->PostQuantityTerm) && in Pos_PrintOnRegion()
[all …]
H A DPos_Print.h11 #define ARG struct PostQuantity *NCPQ_P, \