Last change
on this file since 774ae8 was a0bcf1, checked in by Frederik Heber <heber@…>, 17 years ago |
-initial commit
-Minimum set of files needed from ESPACK SVN repository
-Switch to three tantamount package parts instead of all relating to pcp (as at some time Ralf's might find inclusion as well)
|
-
Property mode
set to
100644
|
File size:
840 bytes
|
Line | |
---|
1 | #ifndef energy_h
|
---|
2 | #define energy_h
|
---|
3 | /** \file energy.h
|
---|
4 | * Header file for \ref energy.c
|
---|
5 | *
|
---|
6 | * Contains declarations of the functions implemented in \ref energy.c
|
---|
7 | *
|
---|
8 | Project: ParallelCarParrinello
|
---|
9 | Jan Hamaekers
|
---|
10 | 2000
|
---|
11 |
|
---|
12 | File: energy.h
|
---|
13 | $Id: energy.h,v 1.11 2007/02/05 13:49:56 foo Exp $
|
---|
14 | */
|
---|
15 | void CalculatePsiEnergy(struct Problem *P, const int p, const int UseInitTime);
|
---|
16 | void CalculateDensityEnergy(struct Problem *P, const int UseInitTime);
|
---|
17 | void CalculateGapEnergy(struct Problem *P);
|
---|
18 | void CalculateIonsEnergy(struct Problem *P);
|
---|
19 | void InitPsiEnergyCalculation(struct Problem *P, enum PsiTypeTag type);
|
---|
20 | void UpdatePsiEnergyCalculation(struct Problem *P);
|
---|
21 | void InitEnergyArray(struct Problem *P);
|
---|
22 | void UpdateEnergyArray(struct Problem *P);
|
---|
23 | void EnergyAllReduce(struct Problem *P);
|
---|
24 | void EnergyOutput(struct Problem *P, int doout);
|
---|
25 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.