|
funkalicious 0.1
|
#include <density_1d.h>
Public Attributes | |
| unsigned int | N |
| double | dx |
| double * | storage |
Definition at line 34 of file density_1d.h.
| double density_1d::dx |
Definition at line 36 of file density_1d.h.
Referenced by density_1d_integrate_density(), get_potential_for_density_1d(), new_density_1d(), new_density_1d_copy(), potential_1d_get_dfield_integrate(), and potential_1d_get_potential_from_dfield().
| unsigned int density_1d::N |
Definition at line 35 of file density_1d.h.
Referenced by density_1d_add_const(), density_1d_integrate_density(), density_1d_mul_by_const(), density_1d_sum(), get_potential_for_density_1d(), init_density_1d(), new_density_1d(), new_density_1d_copy(), op_density_1d_to_density_1d(), potential_1d_get_dfield_integrate(), potential_1d_get_potential_from_dfield(), and potential_1d_get_potential_integrate().
| double* density_1d::storage |
Definition at line 37 of file density_1d.h.
Referenced by density_1d_add_const(), density_1d_integrate_density(), density_1d_mul_by_const(), density_1d_sum(), free_density_1d(), get_potential_for_density_1d(), init_density_1d(), new_density_1d(), new_density_1d_copy(), op_density_1d_to_density_1d(), potential_1d_get_dfield_integrate(), potential_1d_get_potential_from_dfield(), and potential_1d_get_potential_integrate().