![]() |
KIDS
ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
|
this file provide Kernel class More...
#include <memory>
#include "kids/DataSet.h"
#include "kids/Param.h"
#include "kids/RuleSet.h"
#include "kids/Status.h"
Go to the source code of this file.
Classes | |
class | PROJECT_NS::Kernel |
this class provides the container and implementation of algorithms More... | |
Namespaces | |
namespace | PROJECT_NS |
< http://warp.povusers.org/FunctionParser/fparser.html | |
this file provide Kernel class
Kernal is one of the most important classes in KIDS, and is responsible for the implementment of algorithms and functionalities
final
keyword).new
or delete
in Kernel and its derivatives! Be clear that there are three types attributes for members in Kernel: [TODO] a) external: means only need kernel's pointer points to correct object. b) shared: means kernel's pointer points to correct object and takes ownership. c) internal: means a non-pointer data type which is not exposed to public domain.Copyright (c) 2024 Xin He, Liu-GroupThis software is a product of Xin's PhD research conducted by Professor Liu's Group at the College of Chemistry and Molecular Engineering, Peking University. All rights are reserved by Peking University. You should have received a copy of the GNU Lesser General Public License along with this software. If not, see https://www.gnu.org/licenses/lgpl-3.0.en.html
Date | Description |
---|---|
2024-04-14 | Update the file. |
Definition in file Kernel.h.