forked from lijiext/lammps
Updating libatc Makefiles to use only current version *.h and *.cpp files.
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10564 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
0ec1c854eb
commit
4704ced070
|
@ -5,91 +5,8 @@ SHELL = /bin/sh
|
|||
EXTRAMAKE = Makefile.lammps.installed
|
||||
|
||||
# ------ FILES ------
|
||||
|
||||
SRC = ATC_HardyKernel.cpp \
|
||||
ATC_Transfer.cpp \
|
||||
ATC_TransferHardy.cpp \
|
||||
ATC_TransferThermal.cpp \
|
||||
ATC_TransferUtility.cpp \
|
||||
AtomicRegulator.cpp \
|
||||
ElasticTimeIntegrator.cpp \
|
||||
ElectronFlux.cpp \
|
||||
ElectronHeatCapacity.cpp \
|
||||
ElectronHeatFlux.cpp \
|
||||
ElectronPhononExchange.cpp \
|
||||
ExtrinsicModel.cpp \
|
||||
ExtrinsicModelTwoTemperature.cpp \
|
||||
FE_Element.cpp \
|
||||
FE_Engine.cpp \
|
||||
FE_Mesh.cpp \
|
||||
FieldEulerIntegrator.cpp \
|
||||
ImplicitSolveOperator.cpp \
|
||||
Kinetostat.cpp \
|
||||
LammpsInterface.cpp \
|
||||
Material.cpp \
|
||||
Matrix.cpp \
|
||||
OutputManager.cpp \
|
||||
PhysicsModelThermal.cpp \
|
||||
PhysicsModelTwoTemperature.cpp \
|
||||
PrescribedDataManager.cpp \
|
||||
Solver.cpp \
|
||||
Thermostat.cpp \
|
||||
TimeFilter.cpp \
|
||||
TimeIntegrator.cpp \
|
||||
Vector.cpp \
|
||||
XT_Function.cpp
|
||||
|
||||
INC = Array2D.h \
|
||||
Array.h \
|
||||
ATC_Error.h \
|
||||
ATC_HardyKernel.h \
|
||||
ATC_Transfer.h \
|
||||
ATC_TransferHardy.h \
|
||||
ATC_TransferThermal.h \
|
||||
ATC_TypeDefs.h \ \
|
||||
AtomicRegulator.h \
|
||||
CG.h \
|
||||
CloneVector.h \
|
||||
DenseMatrix.h \
|
||||
DenseVector.h \
|
||||
DiagonalMatrix.h \
|
||||
ElasticTimeIntegrator.h \
|
||||
ElectronFlux.h \
|
||||
ElectronHeatCapacity.h \
|
||||
ElectronHeatFlux.h \
|
||||
ElectronPhononExchange.h \
|
||||
ExtrinsicModel.h \
|
||||
ExtrinsicModelTwoTemperature.h \
|
||||
FE_Element.h \
|
||||
FE_Engine.h \
|
||||
FE_Mesh.h \
|
||||
FieldEulerIntegrator.h \
|
||||
GMRES.h \
|
||||
ImplicitSolveOperator.h \
|
||||
Kinetostat.h \
|
||||
LammpsInterface.h \
|
||||
Material.h \
|
||||
MatrixDef.h \
|
||||
Matrix.h \
|
||||
MatrixLibrary.h \
|
||||
OutputManager.h \
|
||||
PhysicsModel.h \
|
||||
PhysicsModelThermal.h \
|
||||
PhysicsModelTwoTemperature.h \
|
||||
PrescribedDataManager.h \
|
||||
Quadrature.h \
|
||||
Solver.h \
|
||||
SparseMatrix.h \
|
||||
SparseMatrix-inl.h \
|
||||
SparseVector.h \
|
||||
SparseVector-inl.h \
|
||||
StringManip.h \
|
||||
Thermostat.h \
|
||||
TimeFilter.h \
|
||||
TimeIntegrator.h \
|
||||
Utility.h \
|
||||
Vector.h \
|
||||
XT_Function.h
|
||||
SRC = $(wildcard *.cpp)
|
||||
INC = $(wildcard *.h)
|
||||
|
||||
# ------ DEFINITIONS ------
|
||||
|
||||
|
|
|
@ -5,91 +5,8 @@ SHELL = /bin/sh
|
|||
EXTRAMAKE = Makefile.lammps.installed
|
||||
|
||||
# ------ FILES ------
|
||||
|
||||
SRC = ATC_HardyKernel.cpp \
|
||||
ATC_Transfer.cpp \
|
||||
ATC_TransferHardy.cpp \
|
||||
ATC_TransferThermal.cpp \
|
||||
ATC_TransferUtility.cpp \
|
||||
AtomicRegulator.cpp \
|
||||
ElasticTimeIntegrator.cpp \
|
||||
ElectronFlux.cpp \
|
||||
ElectronHeatCapacity.cpp \
|
||||
ElectronHeatFlux.cpp \
|
||||
ElectronPhononExchange.cpp \
|
||||
ExtrinsicModel.cpp \
|
||||
ExtrinsicModelTwoTemperature.cpp \
|
||||
FE_Element.cpp \
|
||||
FE_Engine.cpp \
|
||||
FE_Mesh.cpp \
|
||||
FieldEulerIntegrator.cpp \
|
||||
ImplicitSolveOperator.cpp \
|
||||
Kinetostat.cpp \
|
||||
LammpsInterface.cpp \
|
||||
Material.cpp \
|
||||
Matrix.cpp \
|
||||
OutputManager.cpp \
|
||||
PhysicsModelThermal.cpp \
|
||||
PhysicsModelTwoTemperature.cpp \
|
||||
PrescribedDataManager.cpp \
|
||||
Solver.cpp \
|
||||
Thermostat.cpp \
|
||||
TimeFilter.cpp \
|
||||
TimeIntegrator.cpp \
|
||||
Vector.cpp \
|
||||
XT_Function.cpp
|
||||
|
||||
INC = Array2D.h \
|
||||
Array.h \
|
||||
ATC_Error.h \
|
||||
ATC_HardyKernel.h \
|
||||
ATC_Transfer.h \
|
||||
ATC_TransferHardy.h \
|
||||
ATC_TransferThermal.h \
|
||||
ATC_TypeDefs.h \ \
|
||||
AtomicRegulator.h \
|
||||
CG.h \
|
||||
CloneVector.h \
|
||||
DenseMatrix.h \
|
||||
DenseVector.h \
|
||||
DiagonalMatrix.h \
|
||||
ElasticTimeIntegrator.h \
|
||||
ElectronFlux.h \
|
||||
ElectronHeatCapacity.h \
|
||||
ElectronHeatFlux.h \
|
||||
ElectronPhononExchange.h \
|
||||
ExtrinsicModel.h \
|
||||
ExtrinsicModelTwoTemperature.h \
|
||||
FE_Element.h \
|
||||
FE_Engine.h \
|
||||
FE_Mesh.h \
|
||||
FieldEulerIntegrator.h \
|
||||
GMRES.h \
|
||||
ImplicitSolveOperator.h \
|
||||
Kinetostat.h \
|
||||
LammpsInterface.h \
|
||||
Material.h \
|
||||
MatrixDef.h \
|
||||
Matrix.h \
|
||||
MatrixLibrary.h \
|
||||
OutputManager.h \
|
||||
PhysicsModel.h \
|
||||
PhysicsModelThermal.h \
|
||||
PhysicsModelTwoTemperature.h \
|
||||
PrescribedDataManager.h \
|
||||
Quadrature.h \
|
||||
Solver.h \
|
||||
SparseMatrix.h \
|
||||
SparseMatrix-inl.h \
|
||||
SparseVector.h \
|
||||
SparseVector-inl.h \
|
||||
StringManip.h \
|
||||
Thermostat.h \
|
||||
TimeFilter.h \
|
||||
TimeIntegrator.h \
|
||||
Utility.h \
|
||||
Vector.h \
|
||||
XT_Function.h
|
||||
SRC = $(wildcard *.cpp)
|
||||
INC = $(wildcard *.h)
|
||||
|
||||
# ------ DEFINITIONS ------
|
||||
|
||||
|
|
|
@ -2,91 +2,8 @@
|
|||
SHELL = /bin/sh
|
||||
|
||||
# ------ FILES ------
|
||||
|
||||
SRC = ATC_HardyKernel.cpp \
|
||||
ATC_Transfer.cpp \
|
||||
ATC_TransferHardy.cpp \
|
||||
ATC_TransferThermal.cpp \
|
||||
ATC_TransferUtility.cpp \
|
||||
AtomicRegulator.cpp \
|
||||
ElasticTimeIntegrator.cpp \
|
||||
ElectronFlux.cpp \
|
||||
ElectronHeatCapacity.cpp \
|
||||
ElectronHeatFlux.cpp \
|
||||
ElectronPhononExchange.cpp \
|
||||
ExtrinsicModel.cpp \
|
||||
ExtrinsicModelTwoTemperature.cpp \
|
||||
FE_Element.cpp \
|
||||
FE_Engine.cpp \
|
||||
FE_Mesh.cpp \
|
||||
FieldEulerIntegrator.cpp \
|
||||
ImplicitSolveOperator.cpp \
|
||||
Kinetostat.cpp \
|
||||
LammpsInterface.cpp \
|
||||
Material.cpp \
|
||||
Matrix.cpp \
|
||||
OutputManager.cpp \
|
||||
PhysicsModelThermal.cpp \
|
||||
PhysicsModelTwoTemperature.cpp \
|
||||
PrescribedDataManager.cpp \
|
||||
Solver.cpp \
|
||||
Thermostat.cpp \
|
||||
TimeFilter.cpp \
|
||||
TimeIntegrator.cpp \
|
||||
Vector.cpp \
|
||||
XT_Function.cpp
|
||||
|
||||
INC = Array2D.h \
|
||||
Array.h \
|
||||
ATC_Error.h \
|
||||
ATC_HardyKernel.h \
|
||||
ATC_Transfer.h \
|
||||
ATC_TransferHardy.h \
|
||||
ATC_TransferThermal.h \
|
||||
ATC_TypeDefs.h \ \
|
||||
AtomicRegulator.h \
|
||||
CG.h \
|
||||
CloneVector.h \
|
||||
DenseMatrix.h \
|
||||
DenseVector.h \
|
||||
DiagonalMatrix.h \
|
||||
ElasticTimeIntegrator.h \
|
||||
ElectronFlux.h \
|
||||
ElectronHeatCapacity.h \
|
||||
ElectronHeatFlux.h \
|
||||
ElectronPhononExchange.h \
|
||||
ExtrinsicModel.h \
|
||||
ExtrinsicModelTwoTemperature.h \
|
||||
FE_Element.h \
|
||||
FE_Engine.h \
|
||||
FE_Mesh.h \
|
||||
FieldEulerIntegrator.h \
|
||||
GMRES.h \
|
||||
ImplicitSolveOperator.h \
|
||||
Kinetostat.h \
|
||||
LammpsInterface.h \
|
||||
Material.h \
|
||||
MatrixDef.h \
|
||||
Matrix.h \
|
||||
MatrixLibrary.h \
|
||||
OutputManager.h \
|
||||
PhysicsModel.h \
|
||||
PhysicsModelThermal.h \
|
||||
PhysicsModelTwoTemperature.h \
|
||||
PrescribedDataManager.h \
|
||||
Quadrature.h \
|
||||
Solver.h \
|
||||
SparseMatrix.h \
|
||||
SparseMatrix-inl.h \
|
||||
SparseVector.h \
|
||||
SparseVector-inl.h \
|
||||
StringManip.h \
|
||||
Thermostat.h \
|
||||
TimeFilter.h \
|
||||
TimeIntegrator.h \
|
||||
Utility.h \
|
||||
Vector.h \
|
||||
XT_Function.h
|
||||
SRC = $(wildcard *.cpp)
|
||||
INC = $(wildcard *.h)
|
||||
|
||||
# ------ DEFINITIONS ------
|
||||
# which file will be copied to Makefile.lammps
|
||||
|
|
|
@ -2,91 +2,8 @@
|
|||
SHELL = /bin/sh
|
||||
|
||||
# ------ FILES ------
|
||||
|
||||
SRC = ATC_HardyKernel.cpp \
|
||||
ATC_Transfer.cpp \
|
||||
ATC_TransferHardy.cpp \
|
||||
ATC_TransferThermal.cpp \
|
||||
ATC_TransferUtility.cpp \
|
||||
AtomicRegulator.cpp \
|
||||
ElasticTimeIntegrator.cpp \
|
||||
ElectronFlux.cpp \
|
||||
ElectronHeatCapacity.cpp \
|
||||
ElectronHeatFlux.cpp \
|
||||
ElectronPhononExchange.cpp \
|
||||
ExtrinsicModel.cpp \
|
||||
ExtrinsicModelTwoTemperature.cpp \
|
||||
FE_Element.cpp \
|
||||
FE_Engine.cpp \
|
||||
FE_Mesh.cpp \
|
||||
FieldEulerIntegrator.cpp \
|
||||
ImplicitSolveOperator.cpp \
|
||||
Kinetostat.cpp \
|
||||
LammpsInterface.cpp \
|
||||
Material.cpp \
|
||||
Matrix.cpp \
|
||||
OutputManager.cpp \
|
||||
PhysicsModelThermal.cpp \
|
||||
PhysicsModelTwoTemperature.cpp \
|
||||
PrescribedDataManager.cpp \
|
||||
Solver.cpp \
|
||||
Thermostat.cpp \
|
||||
TimeFilter.cpp \
|
||||
TimeIntegrator.cpp \
|
||||
Vector.cpp \
|
||||
XT_Function.cpp
|
||||
|
||||
INC = Array2D.h \
|
||||
Array.h \
|
||||
ATC_Error.h \
|
||||
ATC_HardyKernel.h \
|
||||
ATC_Transfer.h \
|
||||
ATC_TransferHardy.h \
|
||||
ATC_TransferThermal.h \
|
||||
ATC_TypeDefs.h \ \
|
||||
AtomicRegulator.h \
|
||||
CG.h \
|
||||
CloneVector.h \
|
||||
DenseMatrix.h \
|
||||
DenseVector.h \
|
||||
DiagonalMatrix.h \
|
||||
ElasticTimeIntegrator.h \
|
||||
ElectronFlux.h \
|
||||
ElectronHeatCapacity.h \
|
||||
ElectronHeatFlux.h \
|
||||
ElectronPhononExchange.h \
|
||||
ExtrinsicModel.h \
|
||||
ExtrinsicModelTwoTemperature.h \
|
||||
FE_Element.h \
|
||||
FE_Engine.h \
|
||||
FE_Mesh.h \
|
||||
FieldEulerIntegrator.h \
|
||||
GMRES.h \
|
||||
ImplicitSolveOperator.h \
|
||||
Kinetostat.h \
|
||||
LammpsInterface.h \
|
||||
Material.h \
|
||||
MatrixDef.h \
|
||||
Matrix.h \
|
||||
MatrixLibrary.h \
|
||||
OutputManager.h \
|
||||
PhysicsModel.h \
|
||||
PhysicsModelThermal.h \
|
||||
PhysicsModelTwoTemperature.h \
|
||||
PrescribedDataManager.h \
|
||||
Quadrature.h \
|
||||
Solver.h \
|
||||
SparseMatrix.h \
|
||||
SparseMatrix-inl.h \
|
||||
SparseVector.h \
|
||||
SparseVector-inl.h \
|
||||
StringManip.h \
|
||||
Thermostat.h \
|
||||
TimeFilter.h \
|
||||
TimeIntegrator.h \
|
||||
Utility.h \
|
||||
Vector.h \
|
||||
XT_Function.h
|
||||
SRC = $(wildcard *.cpp)
|
||||
INC = $(wildcard *.h)
|
||||
|
||||
# ------ DEFINITIONS ------
|
||||
# which file will be copied to Makefile.lammps
|
||||
|
|
|
@ -2,91 +2,8 @@
|
|||
SHELL = /bin/sh
|
||||
|
||||
# ------ FILES ------
|
||||
|
||||
SRC = ATC_HardyKernel.cpp \
|
||||
ATC_Transfer.cpp \
|
||||
ATC_TransferHardy.cpp \
|
||||
ATC_TransferThermal.cpp \
|
||||
ATC_TransferUtility.cpp \
|
||||
AtomicRegulator.cpp \
|
||||
ElasticTimeIntegrator.cpp \
|
||||
ElectronFlux.cpp \
|
||||
ElectronHeatCapacity.cpp \
|
||||
ElectronHeatFlux.cpp \
|
||||
ElectronPhononExchange.cpp \
|
||||
ExtrinsicModel.cpp \
|
||||
ExtrinsicModelTwoTemperature.cpp \
|
||||
FE_Element.cpp \
|
||||
FE_Engine.cpp \
|
||||
FE_Mesh.cpp \
|
||||
FieldEulerIntegrator.cpp \
|
||||
ImplicitSolveOperator.cpp \
|
||||
Kinetostat.cpp \
|
||||
LammpsInterface.cpp \
|
||||
Material.cpp \
|
||||
Matrix.cpp \
|
||||
OutputManager.cpp \
|
||||
PhysicsModelThermal.cpp \
|
||||
PhysicsModelTwoTemperature.cpp \
|
||||
PrescribedDataManager.cpp \
|
||||
Solver.cpp \
|
||||
Thermostat.cpp \
|
||||
TimeFilter.cpp \
|
||||
TimeIntegrator.cpp \
|
||||
Vector.cpp \
|
||||
XT_Function.cpp
|
||||
|
||||
INC = Array2D.h \
|
||||
Array.h \
|
||||
ATC_Error.h \
|
||||
ATC_HardyKernel.h \
|
||||
ATC_Transfer.h \
|
||||
ATC_TransferHardy.h \
|
||||
ATC_TransferThermal.h \
|
||||
ATC_TypeDefs.h \ \
|
||||
AtomicRegulator.h \
|
||||
CG.h \
|
||||
CloneVector.h \
|
||||
DenseMatrix.h \
|
||||
DenseVector.h \
|
||||
DiagonalMatrix.h \
|
||||
ElasticTimeIntegrator.h \
|
||||
ElectronFlux.h \
|
||||
ElectronHeatCapacity.h \
|
||||
ElectronHeatFlux.h \
|
||||
ElectronPhononExchange.h \
|
||||
ExtrinsicModel.h \
|
||||
ExtrinsicModelTwoTemperature.h \
|
||||
FE_Element.h \
|
||||
FE_Engine.h \
|
||||
FE_Mesh.h \
|
||||
FieldEulerIntegrator.h \
|
||||
GMRES.h \
|
||||
ImplicitSolveOperator.h \
|
||||
Kinetostat.h \
|
||||
LammpsInterface.h \
|
||||
Material.h \
|
||||
MatrixDef.h \
|
||||
Matrix.h \
|
||||
MatrixLibrary.h \
|
||||
OutputManager.h \
|
||||
PhysicsModel.h \
|
||||
PhysicsModelThermal.h \
|
||||
PhysicsModelTwoTemperature.h \
|
||||
PrescribedDataManager.h \
|
||||
Quadrature.h \
|
||||
Solver.h \
|
||||
SparseMatrix.h \
|
||||
SparseMatrix-inl.h \
|
||||
SparseVector.h \
|
||||
SparseVector-inl.h \
|
||||
StringManip.h \
|
||||
Thermostat.h \
|
||||
TimeFilter.h \
|
||||
TimeIntegrator.h \
|
||||
Utility.h \
|
||||
Vector.h \
|
||||
XT_Function.h
|
||||
SRC = $(wildcard *.cpp)
|
||||
INC = $(wildcard *.h)
|
||||
|
||||
# ------ DEFINITIONS ------
|
||||
# which file will be copied to Makefile.lammps
|
||||
|
|
|
@ -2,91 +2,8 @@
|
|||
SHELL = /bin/sh
|
||||
|
||||
# ------ FILES ------
|
||||
|
||||
SRC = ATC_HardyKernel.cpp \
|
||||
ATC_Transfer.cpp \
|
||||
ATC_TransferHardy.cpp \
|
||||
ATC_TransferThermal.cpp \
|
||||
ATC_TransferUtility.cpp \
|
||||
AtomicRegulator.cpp \
|
||||
ElasticTimeIntegrator.cpp \
|
||||
ElectronFlux.cpp \
|
||||
ElectronHeatCapacity.cpp \
|
||||
ElectronHeatFlux.cpp \
|
||||
ElectronPhononExchange.cpp \
|
||||
ExtrinsicModel.cpp \
|
||||
ExtrinsicModelTwoTemperature.cpp \
|
||||
FE_Element.cpp \
|
||||
FE_Engine.cpp \
|
||||
FE_Mesh.cpp \
|
||||
FieldEulerIntegrator.cpp \
|
||||
ImplicitSolveOperator.cpp \
|
||||
Kinetostat.cpp \
|
||||
LammpsInterface.cpp \
|
||||
Material.cpp \
|
||||
Matrix.cpp \
|
||||
OutputManager.cpp \
|
||||
PhysicsModelThermal.cpp \
|
||||
PhysicsModelTwoTemperature.cpp \
|
||||
PrescribedDataManager.cpp \
|
||||
Solver.cpp \
|
||||
Thermostat.cpp \
|
||||
TimeFilter.cpp \
|
||||
TimeIntegrator.cpp \
|
||||
Vector.cpp \
|
||||
XT_Function.cpp
|
||||
|
||||
INC = Array2D.h \
|
||||
Array.h \
|
||||
ATC_Error.h \
|
||||
ATC_HardyKernel.h \
|
||||
ATC_Transfer.h \
|
||||
ATC_TransferHardy.h \
|
||||
ATC_TransferThermal.h \
|
||||
ATC_TypeDefs.h \ \
|
||||
AtomicRegulator.h \
|
||||
CG.h \
|
||||
CloneVector.h \
|
||||
DenseMatrix.h \
|
||||
DenseVector.h \
|
||||
DiagonalMatrix.h \
|
||||
ElasticTimeIntegrator.h \
|
||||
ElectronFlux.h \
|
||||
ElectronHeatCapacity.h \
|
||||
ElectronHeatFlux.h \
|
||||
ElectronPhononExchange.h \
|
||||
ExtrinsicModel.h \
|
||||
ExtrinsicModelTwoTemperature.h \
|
||||
FE_Element.h \
|
||||
FE_Engine.h \
|
||||
FE_Mesh.h \
|
||||
FieldEulerIntegrator.h \
|
||||
GMRES.h \
|
||||
ImplicitSolveOperator.h \
|
||||
Kinetostat.h \
|
||||
LammpsInterface.h \
|
||||
Material.h \
|
||||
MatrixDef.h \
|
||||
Matrix.h \
|
||||
MatrixLibrary.h \
|
||||
OutputManager.h \
|
||||
PhysicsModel.h \
|
||||
PhysicsModelThermal.h \
|
||||
PhysicsModelTwoTemperature.h \
|
||||
PrescribedDataManager.h \
|
||||
Quadrature.h \
|
||||
Solver.h \
|
||||
SparseMatrix.h \
|
||||
SparseMatrix-inl.h \
|
||||
SparseVector.h \
|
||||
SparseVector-inl.h \
|
||||
StringManip.h \
|
||||
Thermostat.h \
|
||||
TimeFilter.h \
|
||||
TimeIntegrator.h \
|
||||
Utility.h \
|
||||
Vector.h \
|
||||
XT_Function.h
|
||||
SRC = $(wildcard *.cpp)
|
||||
INC = $(wildcard *.h)
|
||||
|
||||
# ------ DEFINITIONS ------
|
||||
# which file will be copied to Makefile.lammps
|
||||
|
|
|
@ -5,91 +5,8 @@ SHELL = /bin/sh
|
|||
EXTRAMAKE = Makefile.lammps.installed
|
||||
|
||||
# ------ FILES ------
|
||||
|
||||
SRC = ATC_HardyKernel.cpp \
|
||||
ATC_Transfer.cpp \
|
||||
ATC_TransferHardy.cpp \
|
||||
ATC_TransferThermal.cpp \
|
||||
ATC_TransferUtility.cpp \
|
||||
AtomicRegulator.cpp \
|
||||
ElasticTimeIntegrator.cpp \
|
||||
ElectronFlux.cpp \
|
||||
ElectronHeatCapacity.cpp \
|
||||
ElectronHeatFlux.cpp \
|
||||
ElectronPhononExchange.cpp \
|
||||
ExtrinsicModel.cpp \
|
||||
ExtrinsicModelTwoTemperature.cpp \
|
||||
FE_Element.cpp \
|
||||
FE_Engine.cpp \
|
||||
FE_Mesh.cpp \
|
||||
FieldEulerIntegrator.cpp \
|
||||
ImplicitSolveOperator.cpp \
|
||||
Kinetostat.cpp \
|
||||
LammpsInterface.cpp \
|
||||
Material.cpp \
|
||||
Matrix.cpp \
|
||||
OutputManager.cpp \
|
||||
PhysicsModelThermal.cpp \
|
||||
PhysicsModelTwoTemperature.cpp \
|
||||
PrescribedDataManager.cpp \
|
||||
Solver.cpp \
|
||||
Thermostat.cpp \
|
||||
TimeFilter.cpp \
|
||||
TimeIntegrator.cpp \
|
||||
Vector.cpp \
|
||||
XT_Function.cpp
|
||||
|
||||
INC = Array2D.h \
|
||||
Array.h \
|
||||
ATC_Error.h \
|
||||
ATC_HardyKernel.h \
|
||||
ATC_Transfer.h \
|
||||
ATC_TransferHardy.h \
|
||||
ATC_TransferThermal.h \
|
||||
ATC_TypeDefs.h \ \
|
||||
AtomicRegulator.h \
|
||||
CG.h \
|
||||
CloneVector.h \
|
||||
DenseMatrix.h \
|
||||
DenseVector.h \
|
||||
DiagonalMatrix.h \
|
||||
ElasticTimeIntegrator.h \
|
||||
ElectronFlux.h \
|
||||
ElectronHeatCapacity.h \
|
||||
ElectronHeatFlux.h \
|
||||
ElectronPhononExchange.h \
|
||||
ExtrinsicModel.h \
|
||||
ExtrinsicModelTwoTemperature.h \
|
||||
FE_Element.h \
|
||||
FE_Engine.h \
|
||||
FE_Mesh.h \
|
||||
FieldEulerIntegrator.h \
|
||||
GMRES.h \
|
||||
ImplicitSolveOperator.h \
|
||||
Kinetostat.h \
|
||||
LammpsInterface.h \
|
||||
Material.h \
|
||||
MatrixDef.h \
|
||||
Matrix.h \
|
||||
MatrixLibrary.h \
|
||||
OutputManager.h \
|
||||
PhysicsModel.h \
|
||||
PhysicsModelThermal.h \
|
||||
PhysicsModelTwoTemperature.h \
|
||||
PrescribedDataManager.h \
|
||||
Quadrature.h \
|
||||
Solver.h \
|
||||
SparseMatrix.h \
|
||||
SparseMatrix-inl.h \
|
||||
SparseVector.h \
|
||||
SparseVector-inl.h \
|
||||
StringManip.h \
|
||||
Thermostat.h \
|
||||
TimeFilter.h \
|
||||
TimeIntegrator.h \
|
||||
Utility.h \
|
||||
Vector.h \
|
||||
XT_Function.h
|
||||
SRC = $(wildcard *.cpp)
|
||||
INC = $(wildcard *.h)
|
||||
|
||||
# ------ DEFINITIONS ------
|
||||
|
||||
|
|
Loading…
Reference in New Issue