BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
MaterialFactoryFuncs.h File Reference

Description

Factory functions used to create material instances.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file MaterialFactoryFuncs.h.

Include dependency graph for MaterialFactoryFuncs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Material MaterialBySLD ()
 
Material MaterialBySLD (const std::string &name, double sld_real, double sld_imag, R3 magnetization={})
 
Material RefractiveMaterial (const std::string &name, complex_t refractive_index, R3 magnetization={})
 
Material RefractiveMaterial (const std::string &name, double delta, double beta, R3 magnetization={})
 
Material Vacuum ()