Afivo  0.3
Private Attributes | List of all members
m_gaussians::gauss_t Type Reference

A type to store a collection of gaussians in. More...

Private Attributes

integer n_gauss
 Number of gaussians. More...
 
integer n_dim
 Dimensionality. More...
 
real(dp), dimension(:), allocatable ampl
 Amplitudes. More...
 
real(dp), dimension(:), allocatable sigma
 Widths. More...
 
real(dp), dimension(:,:), allocatable r0
 Centers. More...
 

Detailed Description

A type to store a collection of gaussians in.

Definition at line 11 of file m_gaussians.f90.

Member Data Documentation

◆ n_gauss

integer m_gaussians::gauss_t::n_gauss
private

Number of gaussians.

Definition at line 12 of file m_gaussians.f90.

◆ n_dim

integer m_gaussians::gauss_t::n_dim
private

Dimensionality.

Definition at line 13 of file m_gaussians.f90.

◆ ampl

real(dp), dimension(:), allocatable m_gaussians::gauss_t::ampl
private

Amplitudes.

Definition at line 14 of file m_gaussians.f90.

◆ sigma

real(dp), dimension(:), allocatable m_gaussians::gauss_t::sigma
private

Widths.

Definition at line 15 of file m_gaussians.f90.

◆ r0

real(dp), dimension(:,:), allocatable m_gaussians::gauss_t::r0
private

Centers.

Definition at line 16 of file m_gaussians.f90.