Home
last modified time | relevance | path

Searched refs:GetCellVolume (Results 1 – 18 of 18) sorted by relevance

/dports/science/openbabel/openbabel-3.1.1/test/
H A Dunitcell.cpp293 cout << "# cell volume " << cell.GetCellVolume() << endl; in unitcell()
295 cout << "# cell volume " << cell2.GetCellVolume() << endl; in unitcell()
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/FDTD/
H A Doperator_cylinder.h65 virtual double GetCellVolume(const unsigned int pos[3], bool dualMesh = false) const;
H A Doperator.h135 virtual double GetCellVolume(const unsigned int pos[3], bool dualMesh = false) const;
H A Doperator_cylinder.cpp203 double Operator_Cylinder::GetCellVolume(const unsigned int pos[3], bool dualMesh) const in GetCellVolume() function in Operator_Cylinder
H A Doperator.cpp209 double Operator::GetCellVolume(const unsigned int pos[3], bool dualMesh) const in GetCellVolume() function in Operator
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/Common/
H A Doperator_base.h82 virtual double GetCellVolume(const unsigned int pos[3], bool dualMesh = false) const =0;
H A Dprocessfields_sar.cpp213 cell_volume[pos[0]][pos[1]][pos[2]] = Op->GetCellVolume(orig_pos); in DumpFDData()
/dports/science/openbabel/openbabel-3.1.1/src/charges/
H A Deqeq.cpp139 cellVolume = obuc->GetCellVolume(); in ComputeCharges()
/dports/science/openbabel/openbabel-3.1.1/include/openbabel/
H A Dgeneric.h518 double GetCellVolume();
519 double GetCellVolume() const;
/dports/science/openbabel/openbabel-3.1.1/src/
H A Dgeneric.cpp700 OBUNITCELL_CALL_CONST_OVERLOAD(double, GetCellVolume);
745 double OBUnitCell::GetCellVolume() const in GetCellVolume() function in OpenBabel::OBUnitCell
/dports/science/openbabel/openbabel-3.1.1/scripts/perl/
H A DOpenBabel.pm1498 *GetCellVolume = *Chemistry::OpenBabelc::OBUnitCell_GetCellVolume;
H A Dopenbabel-perl.cpp8591 …rg1 = reinterpret_cast< OpenBabel::OBUnitCell * >(argp1); result = (double)(arg1)->GetCellVolume(); in XS()
8600 result = (double)((OpenBabel::OBUnitCell const *)arg1)->GetCellVolume(); in XS()
/dports/science/openbabel/openbabel-3.1.1/scripts/python/openbabel/
H A Dopenbabel.py1269 OBUnitCell.GetCellVolume = new_instancemethod(_openbabel.OBUnitCell_GetCellVolume, None, OBUnitCell)
H A Dopenbabel-python.cpp19235 …rg1 = reinterpret_cast< OpenBabel::OBUnitCell * >(argp1); result = (double)(arg1)->GetCellVolume(); in _wrap_OBUnitCell_GetCellVolume__SWIG_0()
19243 result = (double)((OpenBabel::OBUnitCell const *)arg1)->GetCellVolume(); in _wrap_OBUnitCell_GetCellVolume__SWIG_1()
/dports/science/openbabel/openbabel-3.1.1/scripts/csharp/
H A Dopenbabel-csharp.cpp7110 result = (double)(arg1)->GetCellVolume(); jresult = result; return jresult; } in CSharp_OpenBabel_OBUnitCell_GetCellVolume__SWIG_0()
/dports/science/openbabel/openbabel-3.1.1/scripts/R/examples/openbabelR/src/
H A Dopenbabel-R.cpp10360 …rg1 = reinterpret_cast< OpenBabel::OBUnitCell * >(argp1); result = (double)(arg1)->GetCellVolume(); in R_swig_OBUnitCell_GetCellVolume__SWIG_0()
10369 result = (double)((OpenBabel::OBUnitCell const *)arg1)->GetCellVolume(); in R_swig_OBUnitCell_GetCellVolume__SWIG_1()
/dports/science/openbabel/openbabel-3.1.1/scripts/ruby/
H A Dopenbabel-ruby.cpp19279 …rg1 = reinterpret_cast< OpenBabel::OBUnitCell * >(argp1); result = (double)(arg1)->GetCellVolume(); in _wrap_OBUnitCell_get_cell_volume__SWIG_0()
19288 result = (double)((OpenBabel::OBUnitCell const *)arg1)->GetCellVolume(); in _wrap_OBUnitCell_get_cell_volume__SWIG_1()
/dports/science/openbabel/openbabel-3.1.1/scripts/java/
H A Dopenbabel-java.cpp3129 …(void)jarg1_; arg1 = *(OpenBabel::OBUnitCell **)&jarg1; result = (double)(arg1)->GetCellVolume();… in Java_org_openbabel_openbabel_1javaJNI_OBUnitCell_1GetCellVolume_1_1SWIG_10()