Home
last modified time | relevance | path

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

/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/uggrid/
H A Duggridfactory.cc463 typename UG_NS<dimworld>::BVP_DESC theBVPDesc; in createGrid() local
464 if (BVP_SetBVPDesc(theBVP,&theBVPDesc) != 0) in createGrid()
467 if (theBVPDesc.ConfigProc!=nullptr) in createGrid()
468 if ((*theBVPDesc.ConfigProc)(2,const_cast<char**>(configureArgs_c))) in createGrid()
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/domain/
H A Ddomain.h345 INT BVP_SetBVPDesc (BVP *theBVP, BVP_DESC *theBVPDesc);
H A Dstd_domain.cc1356 BVP_SetBVPDesc (BVP * aBVP, BVP_DESC * theBVPDesc) in BVP_SetBVPDesc() argument
1367 strcpy (BVPD_NAME (theBVPDesc), ENVITEM_NAME (theBVP)); in BVP_SetBVPDesc()
1370 BVPD_NSUBDOM (theBVPDesc) = theBVP->numOfSubdomains; in BVP_SetBVPDesc()
1371 BVPD_NPARTS (theBVPDesc) = theBVP->nDomainParts; in BVP_SetBVPDesc()
1372 BVPD_S2P_PTR (theBVPDesc) = STD_BVP_S2P_PTR (theBVP); in BVP_SetBVPDesc()
1373 BVPD_NCOEFFF (theBVPDesc) = theBVP->numOfCoeffFct; in BVP_SetBVPDesc()
1374 BVPD_NUSERF (theBVPDesc) = theBVP->numOfUserFct; in BVP_SetBVPDesc()
1375 BVPD_CONFIG (theBVPDesc) = theBVP->ConfigProc; in BVP_SetBVPDesc()
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/gm/
H A Dugio.cc348 BVP_DESC theBVPDesc; in SaveMultiGrid_SCR() local
363 if (BVP_SetBVPDesc(MG_BVP(theMG),&theBVPDesc)) in SaveMultiGrid_SCR()
372 fprintf(stream,HEADER_FMT,BVPD_NAME(&theBVPDesc),buffer,name,comment); in SaveMultiGrid_SCR()
1271 BVP_DESC theBVPDesc; in SaveMultiGrid_SPF() local
1392 if (BVP_SetBVPDesc(theBVP,&theBVPDesc)) REP_ERR_RETURN(1); in SaveMultiGrid_SPF()
1411 strcpy(mg_general.DomainName,BVPD_NAME(&theBVPDesc)); in SaveMultiGrid_SPF()
2796 BVP_DESC theBVPDesc; in LoadMultiGrid() local
2996 …if (BVP_SetBVPDesc(theBVP,&theBVPDesc)) {CloseMGFile (); DisposeMultiGrid(theMG); … in LoadMultiGrid()
3122 theMesh.nSubDomains = theBVPDesc.nSubDomains; in LoadMultiGrid()
H A Dugm.cc2900 BVP_DESC *theBVPDesc; in CreateMultiGrid() local
2955 theBVPDesc = MG_BVPD(theMG); in CreateMultiGrid()
2974 MG_NPROPERTY(theMG) = BVPD_NSUBDOM(theBVPDesc); in CreateMultiGrid()
5222 const BVP_DESC *theBVPDesc; in ListMultiGrid() local
5225 theBVPDesc = MG_BVPD(theMG); in ListMultiGrid()
5231 BVPD_NAME(theBVPDesc)); in ListMultiGrid()