Home
last modified time | relevance | path

Searched refs:bctype (Results 1 – 25 of 109) sorted by relevance

12345

/dports/graphics/krita/krita-4.4.8/libs/image/bsplines/
H A Dkis_bspline_1d.cpp67 BCtype_s bctype; in initializeSplineImpl() local
68 bctype.lCode = bctype.rCode = convertBorderType(m_d->bc); in initializeSplineImpl()
69 bctype.lVal = 0.0; in initializeSplineImpl()
70 bctype.rVal = 0.0; in initializeSplineImpl()
75 bctype, in initializeSplineImpl()
/dports/science/cgnslib/CGNS-4.1.2/src/cgnstools/utilities/
H A Daflr3_to_cgns.c31 int id, bctype; member
123 TriSets[ns].bctype = -1; in build_trisets()
132 TriSets[ns].bctype = -1; in build_trisets()
171 QuadSets[ns].bctype = -1; in build_quadsets()
180 QuadSets[ns].bctype = -1; in build_quadsets()
421 TriSets[i].bctype = bc; in read_mapbc()
435 switch (bctype) { in get_bctype()
469 if (bctype >= 7 && bctype <= 18) in get_bctype()
487 CGNS_ENUMT(BCType_t) bctype; in write_cgns()
607 bctype = get_bctype(TriSets[ns].bctype); in write_cgns()
[all …]
H A Dfast_to_cgns.c26 int id, bctype; member
104 TriSets[ns].bctype = -1; in build_trisets()
113 TriSets[ns].bctype = -1; in build_trisets()
255 TriSets[i].bctype = bc; in read_mapbc()
263 static CGNS_ENUMV(BCType_t) get_bctype (int bctype) in get_bctype() argument
265 switch (bctype) { in get_bctype()
321 CGNS_ENUMT(BCType_t) bctype; in write_cgns()
395 bctype = get_bctype(TriSets[ns].bctype); in write_cgns()
396 bcname = cg_BCTypeName(bctype); in write_cgns()
403 bctype, CGNS_ENUMV(ElementRange), 2, range, &cgbc)) in write_cgns()
[all …]
H A Dvgrid_to_cgns.c361 CGNS_ENUMT(BCType_t) bctype; in write_cgns()
439 bctype = CGNS_ENUMV(BCInflowSupersonic); in write_cgns()
442 bctype = CGNS_ENUMV(BCSymmetryPlane); in write_cgns()
445 bctype = CGNS_ENUMV(BCExtrapolate); in write_cgns()
448 bctype = CGNS_ENUMV(BCFarfield); in write_cgns()
451 bctype = CGNS_ENUMV(BCWallViscous); in write_cgns()
454 bctype = CGNS_ENUMV(BCWallInviscid); in write_cgns()
457 bctype = CGNS_ENUMV(BCTunnelInflow); in write_cgns()
460 bctype = CGNS_ENUMV(BCTunnelOutflow); in write_cgns()
463 bctype = CGNS_ENUMV(BCTypeUserDefined); in write_cgns()
[all …]
/dports/math/py-levmar/levmar-0.2.3/levmar/levmar-2.6/
H A Dlmblec_core.c76 int *bctype; member
94 typ=data->bctype; in LMBLEC_FUNC()
127 typ=data->bctype; in LMBLEC_JACF()
268 data.bctype=(int *)(data.w+m); in LEVMAR_BLEC_DER()
273 if(!lb) data.bctype[i]=__BC_HIGH__; in LEVMAR_BLEC_DER()
274 else if(!ub) data.bctype[i]=__BC_LOW__; in LEVMAR_BLEC_DER()
277 else data.bctype[i]=__BC_HIGH__; in LEVMAR_BLEC_DER()
377 data.bctype=(int *)(data.w+m); in LEVMAR_BLEC_DIF()
382 if(!lb) data.bctype[i]=__BC_HIGH__; in LEVMAR_BLEC_DIF()
383 else if(!ub) data.bctype[i]=__BC_LOW__; in LEVMAR_BLEC_DIF()
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/foreign/levmar/
H A Dlmblec_core.c76 int *bctype; member
94 typ=data->bctype; in LMBLEC_FUNC()
127 typ=data->bctype; in LMBLEC_JACF()
268 data.bctype=(int *)(data.w+m); in LEVMAR_BLEC_DER()
273 if(!lb) data.bctype[i]=__BC_HIGH__; in LEVMAR_BLEC_DER()
274 else if(!ub) data.bctype[i]=__BC_LOW__; in LEVMAR_BLEC_DER()
277 else data.bctype[i]=__BC_HIGH__; in LEVMAR_BLEC_DER()
377 data.bctype=(int *)(data.w+m); in LEVMAR_BLEC_DIF()
382 if(!lb) data.bctype[i]=__BC_HIGH__; in LEVMAR_BLEC_DIF()
383 else if(!ub) data.bctype[i]=__BC_LOW__; in LEVMAR_BLEC_DIF()
[all …]
/dports/math/levmar/levmar-2.6/
H A Dlmblec_core.c76 int *bctype; member
94 typ=data->bctype; in LMBLEC_FUNC()
127 typ=data->bctype; in LMBLEC_JACF()
268 data.bctype=(int *)(data.w+m); in LEVMAR_BLEC_DER()
273 if(!lb) data.bctype[i]=__BC_HIGH__; in LEVMAR_BLEC_DER()
274 else if(!ub) data.bctype[i]=__BC_LOW__; in LEVMAR_BLEC_DER()
277 else data.bctype[i]=__BC_HIGH__; in LEVMAR_BLEC_DER()
377 data.bctype=(int *)(data.w+m); in LEVMAR_BLEC_DIF()
382 if(!lb) data.bctype[i]=__BC_HIGH__; in LEVMAR_BLEC_DIF()
383 else if(!ub) data.bctype[i]=__BC_LOW__; in LEVMAR_BLEC_DIF()
[all …]
/dports/science/nest/nest-simulator-3.1/thirdparty/Random123/
H A DReinterpretCtr.hpp57 typedef typename CBRNG::ctr_type bctype; typedef
59 … R123_STATIC_ASSERT(sizeof(ToType) == sizeof(bctype) && sizeof(typename bctype::value_type) != 16,
79 bctype bc; in operator ()()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/levmar-2.3/
H A Dlmblec_core.c77 int *bctype; member
95 typ=data->bctype; in LMBLEC_FUNC()
128 typ=data->bctype; in LMBLEC_JACF()
261 data.bctype=(int *)(data.w+m); in LEVMAR_BLEC_DER()
265 if(ub[i]!=LM_REAL_MAX && lb[i]!=LM_REAL_MIN) data.bctype[i]=__BC_INTERVAL__; in LEVMAR_BLEC_DER()
266 else if(lb[i]!=LM_REAL_MIN) data.bctype[i]=__BC_LOW__; in LEVMAR_BLEC_DER()
267 else data.bctype[i]=__BC_HIGH__; in LEVMAR_BLEC_DER()
359 data.bctype=(int *)(data.w+m); in LEVMAR_BLEC_DIF()
363 if(ub[i]!=LM_REAL_MAX && lb[i]!=LM_REAL_MIN) data.bctype[i]=__BC_INTERVAL__; in LEVMAR_BLEC_DIF()
364 else if(lb[i]!=LM_REAL_MIN) data.bctype[i]=__BC_LOW__; in LEVMAR_BLEC_DIF()
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/common/
H A Dsplines.F106 SUBROUTINE spline3pars(xi, yi, bctype, bcval, c) argument
110 INTEGER, INTENT(in) :: bctype(2) local
145 IF (bctype(1) < 1 .OR. bctype(1) > 2) CALL stop_error("spline3pars error: bctype /= 1 or 2.")
146 IF (bctype(2) < 1 .OR. bctype(2) > 2) CALL stop_error("spline3pars error: bctype /= 1 or 2.")
163 IF (bctype(1) == 2) THEN
181 IF (bctype(2) == 2) THEN
200 IF (bctype(1) == 1) d2p1 = bcval(1)
201 IF (bctype(2) == 1) d2pn = bcval(2)
/dports/science/cp2k-data/cp2k-7.1.0/src/common/
H A Dsplines.F106 SUBROUTINE spline3pars(xi, yi, bctype, bcval, c) argument
110 INTEGER, INTENT(in) :: bctype(2) local
145 IF (bctype(1) < 1 .OR. bctype(1) > 2) CALL stop_error("spline3pars error: bctype /= 1 or 2.")
146 IF (bctype(2) < 1 .OR. bctype(2) > 2) CALL stop_error("spline3pars error: bctype /= 1 or 2.")
163 IF (bctype(1) == 2) THEN
181 IF (bctype(2) == 2) THEN
200 IF (bctype(1) == 1) d2p1 = bcval(1)
201 IF (bctype(2) == 1) d2pn = bcval(2)
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/boilerplate/
H A Dpdelab.hh456 CGCONBase (Grid& grid, const BCType& bctype) in CGCONBase() argument
607 CGSpace (Grid& grid, const BCType& bctype) in CGSpace() argument
655 constraints(bctype,*gfsp,*ccp); in assembleConstraints()
726 CGSpace (Grid& grid, const BCType& bctype) in CGSpace() argument
774 constraints(bctype,*gfsp,*ccp); in assembleConstraints()
944 constraints(bctype,*gfsp,*ccp); in assembleConstraints()
1044 constraints(bctype,*gfsp,*ccp); in assembleConstraints()
1139 constraints(bctype,*gfsp,*ccp); in assembleConstraints()
1235 constraints(bctype,*gfsp,*ccp); in assembleConstraints()
1331 constraints(bctype,*gfsp,*ccp); in assembleConstraints()
[all …]
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/test/
H A Dtestadaptivity-adaptivity.hh24 BCTypeParam bctype; // boundary condition type in adaptivity() local
27 Dune::PDELab::constraints( bctype, gfs, cc ); // assemble constraints in adaptivity()
48 LOP lop(bctype); in adaptivity()
108 Dune::PDELab::constraints(bctype,gfs,cc); in adaptivity()
H A Dtestpoisson-periodic.hh65bctype (const typename Traits::IntersectionType& is, const typename Traits::IntersectionDomainType… in bctype() function in GenericEllipticProblem
106 BCType bctype(grid.leafGridView(),problem); in poisson() local
111 FS fs(grid,bctype); in poisson()
128 fs.assembleConstraints(bctype); in poisson()
H A Dtestdunefunctionsgfs.cc43 auto bctype(const Element& element, const Coord& x) const in bctype() function in PoissonProblem
108 PDELab::ConvectionDiffusionBoundaryConditionAdapter<decltype(problem)> bctype(problem); in solvePoissonProblem() local
109 PDELab::constraints(bctype,gfs,constraintsContainer); in solvePoissonProblem()
185 PDELab::constraints(bctype,gfs,constraintsContainer); in solvePoissonProblem()
212 auto blambda = [&](const auto& i, const auto& x){return problem.bctype(i,x);}; in solveParallelPoissonProblem()
H A Dtestnonoverlappingsinglephaseflow-boilerplate.cc51 BCType bctype(es,problem); in main() local
55 FS fs(*grid,bctype); in main()
65 fs.assembleConstraints(bctype); in main()
H A Dtestinstationary.cc46 auto bctype(const Element& element, const Coord& x) const in bctype() function in PoissonProblem
109 Dune::PDELab::ConvectionDiffusionBoundaryConditionAdapter<Problem> bctype(gridView, problem); in main() local
110 Dune::PDELab::constraints(bctype, gridFunctionSpace, constraintsContainer); in main()
195 Dune::PDELab::constraints(bctype,gridFunctionSpace,constraintsContainer); in main()
H A Dtest-transport-ccfv.cc103bctype (const typename Traits::IntersectionType& is, const typename Traits::IntersectionDomainType… in bctype() function in TransportProblem
177 Dune::PDELab::ConvectionDiffusionBoundaryConditionAdapter<Param> bctype(gv,param); in stationary() local
184 Dune::PDELab::constraints(bctype,gfs,cc); in stationary()
250 Dune::PDELab::ConvectionDiffusionBoundaryConditionAdapter<Param> bctype(gv,param); in implicit_scheme() local
258 Dune::PDELab::constraints(bctype,gfs,cc); in implicit_scheme()
350 Dune::PDELab::ConvectionDiffusionBoundaryConditionAdapter<Param> bctype(gv,param); in explicit_scheme() local
357 Dune::PDELab::constraints(bctype,gfs,cc); in explicit_scheme()
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/localoperator/
H A Dconvectiondiffusionccfv.hh331 auto bctype = param.bctype(ig.intersection(),face_local); in alpha_boundary() local
333 if (bctype==ConvectionDiffusionBoundaryConditions::Dirichlet) in alpha_boundary()
363 if (bctype==ConvectionDiffusionBoundaryConditions::Neumann) in alpha_boundary()
377 if (bctype==ConvectionDiffusionBoundaryConditions::Outflow) in alpha_boundary()
428 auto bctype = param.bctype(ig.intersection(),face_local); in jacobian_boundary() local
430 if (bctype==ConvectionDiffusionBoundaryConditions::Dirichlet) in jacobian_boundary()
452 if (bctype==ConvectionDiffusionBoundaryConditions::Outflow) in jacobian_boundary()
H A Dconvectiondiffusionfem.hh229 auto bctype = param.bctype(intersection,local_face_center); in alpha_boundary() local
232 if (bctype==ConvectionDiffusionBoundaryConditions::Dirichlet) return; in alpha_boundary()
244 if (bctype==ConvectionDiffusionBoundaryConditions::Neumann) in alpha_boundary()
255 if (bctype==ConvectionDiffusionBoundaryConditions::Outflow) in alpha_boundary()
299 auto bctype = param.bctype(intersection,local_face_center); in jacobian_boundary() local
302 if (bctype==ConvectionDiffusionBoundaryConditions::Dirichlet) return; in jacobian_boundary()
303 if (bctype==ConvectionDiffusionBoundaryConditions::Neumann) return; in jacobian_boundary()
582 auto bctype = param.bctype(ig.intersection(),face_local); in alpha_boundary() local
583 if (bctype != ConvectionDiffusionBoundaryConditions::Neumann) in alpha_boundary()
989 auto bctype = param.bctype(ig.intersection(),face_local); in alpha_boundary() local
[all …]
H A Ddarcyccfv.hh208 auto bctype = t.bctype(intersection,face_local); in DarcyVelocityFromHeadCCFV() local
211 if (bctype==Dune::PDELab::ConvectionDiffusionBoundaryConditions::Dirichlet) in DarcyVelocityFromHeadCCFV()
223 if (bctype==Dune::PDELab::ConvectionDiffusionBoundaryConditions::Neumann) in DarcyVelocityFromHeadCCFV()
/dports/cad/calculix/CalculiX/cgx_2.18/src/
H A Dwrite2duns.c144 fprintf(handle3,"\n %s\n", dunsbou[b].bctype); in write2duns()
145 if(compare(dunsbou[b].bctype,"inviscid-wall",11)==11) in write2duns()
152 if(compare(dunsbou[b].bctype,"viscous-wall",11)==11) in write2duns()
159 if(compare(dunsbou[b].bctype,"subsonic-outflow",14)==14) in write2duns()
164 if(compare(dunsbou[b].bctype,"subsonic-inflow",14)==14) in write2duns()
/dports/databases/grass7/grass-7.8.6/lib/vector/Vlib/
H A Dnet_build.c74 int fctype = 0, bctype = 0, nrec, nturns; in Vect_net_ttb_build_graph() local
522 bctype = db_sqltype_to_Ctype(db_get_column_sqltype(Column)); in Vect_net_ttb_build_graph()
524 if (bctype != DB_C_TYPE_INT && bctype != DB_C_TYPE_DOUBLE) in Vect_net_ttb_build_graph()
585 if (bctype == DB_C_TYPE_INT) { in Vect_net_ttb_build_graph()
720 int fctype = 0, bctype = 0, nrec; in Vect_net_build_graph() local
823 bctype = db_sqltype_to_Ctype(db_get_column_sqltype(Column)); in Vect_net_build_graph()
825 if (bctype != DB_C_TYPE_INT && bctype != DB_C_TYPE_DOUBLE) in Vect_net_build_graph()
877 if (bctype == DB_C_TYPE_INT) { in Vect_net_build_graph()
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/doc/Recipes/
H A Drecipe-linear-system-solution-pdelab.cc117bctype (const typename Traits::IntersectionType& is, const typename Traits::IntersectionDomainType… in bctype() function in GenericEllipticProblem
177 BCType bctype(grid.leafGridView(),problem); in main() local
192 Dune::PDELab::constraints(bctype,gfs,cc); in main()
H A Drecipe-linear-system-assembly.cc122bctype (const typename Traits::IntersectionType& is, const typename Traits::IntersectionDomainType… in bctype() function in GenericEllipticProblem
182 BCType bctype(grid.leafGridView(),problem); in main() local
198 Dune::PDELab::constraints(bctype,gfs,cc); in main()

12345