Afivo 0.3
Loading...
Searching...
No Matches
Public Attributes | List of all members
m_gaussians::gauss_t Type Reference

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

Public Attributes

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

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

Number of gaussians.

Definition at line 12 of file m_gaussians.f90.

◆ n_dim

integer m_gaussians::gauss_t::n_dim

Dimensionality.

Definition at line 13 of file m_gaussians.f90.

◆ ampl

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

Amplitudes.

Definition at line 14 of file m_gaussians.f90.

◆ sigma

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

Widths.

Definition at line 15 of file m_gaussians.f90.

◆ r0

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

Centers.

Definition at line 16 of file m_gaussians.f90.