V3FIT
Public Member Functions | List of all members
model::model_get_ne Interface Reference

Interface for the model density profile values. More...

Public Member Functions

real(rprec) function model_get_ne_cart (this, x_cart)
 Gets the electron density at a cartesian position. More...
 
real(rprec) function model_get_ne_radial (this, r)
 Gets the electron density at a radial position. More...
 

Detailed Description

Interface for the model density profile values.

Definition at line 223 of file model.f.

Member Function/Subroutine Documentation

◆ model_get_ne_cart()

real (rprec) function model::model_get_ne::model_get_ne_cart ( type (model_class), intent(in)  this,
real (rprec), dimension(3), intent(in)  x_cart 
)

Gets the electron density at a cartesian position.

Gets the electron density at a cartesian position. Electron density is computed based on the type of model_class::ne_type.

Parameters
[in]thisA model_class instance.
[in]x_cartCartesian position to get the electron density at.
Returns
The electron density at x_cart.

Definition at line 1331 of file model.f.

◆ model_get_ne_radial()

real (rprec) function model::model_get_ne::model_get_ne_radial ( type (model_class), intent(in)  this,
real (rprec), intent(in)  r 
)

Gets the electron density at a radial position.

Gets the electron density at a radial position. Electron density is computed based on the type of model_class::ne_type.

Parameters
[in]thisA model_class instance.
[in]rRadial position to get the electron density at.
Returns
The electron density at r.

Definition at line 1384 of file model.f.


The documentation for this interface was generated from the following file: