Home
last modified time | relevance | path

Searched refs:poles_ (Results 1 – 9 of 9) sorted by relevance

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pb_shared/src/
H A DMyExpansion.h19 int poles_; variable
189 if (i < 0 || i > poles_*poles_) in operator()
227 if (poles_ != rhs.poles_)
229 throw ExpansionArithmeticException(ADDITION, poles_, rhs.poles_);
234 for (i = 0; i < poles_*poles_; i++)
246 if (poles_ != rhs.poles_)
251 for (i = 0; i < poles_*poles_; i++)
356 if (poles_ != rhs.poles_)
365 for (j = 0; j<poles_*poles_; j++)
376 if (poles_ != rhs.poles_)
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pbsam/src/
H A DPBSAM.cpp11 PBSAM::PBSAM() : PBSAMInput(), poles_(6), solveTol_(1e-4) in PBSAM()
40 PBSAM::PBSAM(string infile) : poles_(6) in PBSAM()
209 _bessl_consts_ = make_shared<BesselConstants>(2*poles_); in init_consts_calcs()
211 _sh_consts_ = make_shared<SHCalcConstants>(2*poles_); in init_consts_calcs()
212 _sh_calc_ = make_shared<SHCalc>(2*poles_, _sh_consts_); in init_consts_calcs()
213 _exp_consts_ = make_shared<ExpansionConstants> (poles_); in init_consts_calcs()
290 poles_, 0.0); in initialize_pbsam()
375 _exp_consts_, poles_); in run_dynamics()
462 Solver solv(_syst_, _consts_, _sh_calc_, _bessl_calc_, poles_, in run_electrostatics()
471 _consts_, poles_, _setp_->getGridPts()); in run_electrostatics()
[all …]
H A DPBSAM.h66 int poles_; variable
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/delaunay/
H A DLFS.h99 return poles_.size()/3; in nb_poles()
111 return &poles_[3*i]; in pole()
126 vector<double> poles_; variable
H A DLFS.cpp334 poles_.reserve(nb_poles * 3); in init()
337 poles_.push_back(circumcenter[t].x); in init()
338 poles_.push_back(circumcenter[t].y); in init()
339 poles_.push_back(circumcenter[t].z); in init()
344 spatial_search_->set_vertices(poles_.size() / 3, poles_.data()); in init()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pbam/src/
H A DPBAM.cpp13 poles_ = 5; in PBAM()
46 poles_(5), in PBAM()
63 poles_(5), in PBAM()
192 _bessl_consts_ = make_shared<BesselConstants>(2*poles_); in initialize_coeff_consts()
193 _bessl_calc_ = make_shared<BesselCalc>(2*poles_, _bessl_consts_); in initialize_coeff_consts()
194 _sh_consts_ = make_shared<SHCalcConstants>(2*poles_); in initialize_coeff_consts()
195 _sh_calc_ = make_shared<SHCalc>(2*poles_, _sh_consts_); in initialize_coeff_consts()
227 syst_, consts_, poles_); in run_dynamics()
314 syst_, consts_, poles_); in run_electrostatics()
337 syst_, consts_, poles_); in run_energyforce()
[all …]
H A DPBAM.h58 int poles_; variable
/dports/cad/openroad/OpenROAD-2.0/src/sta/parasitics/
H A DConcreteParasitics.cc350 poles_(poles), in ConcretePoleResidue()
357 delete poles_; in ~ConcretePoleResidue()
364 return poles_->size(); in poleResidueCount()
372 pole = (*poles_)[index]; in poleResidue()
380 poles_ = poles; in setPoleResidue()
H A DConcreteParasiticsPvt.hh198 ComplexFloatSeq *poles_; member in sta::ConcretePoleResidue