[asl] 02/27: Fix info
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sat Nov 26 16:35:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository asl.
commit 3838344c5f34d7d7a649fc2085db8f735a84fa3e
Author: Avtech Scientific <AvtechScientific at users.noreply.github.com>
Date: Mon Sep 19 14:07:44 2016 +0300
Fix info
---
CMakeLists.txt | 4 ++--
COPYRIGHT.md | 4 ++--
src/num/aslBCond.cxx | 12 ++++++------
src/num/aslFDAdvectionDiffusion.cxx | 2 +-
4 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 42f1837..6e449b2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -92,8 +92,8 @@ set(CPACK_PACKAGE_VERSION_MINOR ${ASL_VERSION_MINOR})
set(CPACK_PACKAGE_VERSION_PATCH ${ASL_VERSION_PATCH})
set(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
set(CPACK_RESOURCE_FILE_README "${PROJECT_SOURCE_DIR}/README.md")
-set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Advanced Simulation Library is a free and open source hardware accelerated multiphysics simulation software.")
-set(CPACK_PACKAGE_DESCRIPTION "Advanced Simulation Library (ASL) is a free and open source hardware accelerated multiphysics simulation software. Its computational engine is written in OpenCL which enables extraordinarily efficient deployment on a variety of massively parallel architectures, ranging from inexpensive FPGAs, DSPs and GPUs up to heterogeneous clusters and supercomputers. The engine is hidden entirely behind simple C++ classes, so that no OpenCL knowledge is required from ap [...]
+set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Advanced Simulation Library is a free and open source hardware accelerated multiphysics simulation platform.")
+set(CPACK_PACKAGE_DESCRIPTION "Advanced Simulation Library (ASL) is a free and open source hardware accelerated multiphysics simulation platform (and an extensible general purpose tool for solving Partial Differential Equations). Its computational engine is written in OpenCL and utilizes matrix-free solution techniques which enable extraordinarily high performance, memory efficiency and deployability on a variety of massively parallel architectures, ranging from inexpensive FPGAs, DSPs a [...]
set(CPACK_PACKAGE_VENDOR "Avtech Scientific")
set(CPACK_PACKAGE_CONTACT "http://avtechscientific.com/contact")
diff --git a/COPYRIGHT.md b/COPYRIGHT.md
index acb835e..d717ed6 100644
--- a/COPYRIGHT.md
+++ b/COPYRIGHT.md
@@ -24,13 +24,13 @@ The reference to ASL may be in an acknowledgment section, in a phrase such as th
```
"This work benefited from the use of the Advanced Simulation Library™ (ASL),
- an open source hardware accelerated multiphysics simulation software developed
+ an open source hardware accelerated multiphysics simulation platform developed
by Avtech Scientific and available at <http://asl.org.il>."
```
To cite ASL in publications please adopt the following:
-_ASL: Advanced Simulation Library™, an open source hardware accelerated multiphysics simulation software._[^1] Version 0.1.5.[^2] 2015-08-01.[^3] <http://asl.org.il>.[^4] Avtech Scientific. Modiin Illit, Israel.
+_ASL: Advanced Simulation Library™, an open source hardware accelerated multiphysics simulation platform._[^1] Version 0.1.5.[^2] 2015-08-01.[^3] <http://asl.org.il>.[^4] Avtech Scientific. Modiin Illit, Israel.
[^1]: Additionally any sub-routines that were used may be specified.
[^2]: Version number or commit hash (in the latter case write: Commit 794e49160c089c18a3b455e48bab6ad7c28bb685)
diff --git a/src/num/aslBCond.cxx b/src/num/aslBCond.cxx
index 977109a..6f6b5fa 100644
--- a/src/num/aslBCond.cxx
+++ b/src/num/aslBCond.cxx
@@ -95,7 +95,7 @@ namespace asl
{
unsigned int numD(nD(bl));
if(numD != 2 && numD != 3)
- errorMessage("BCondWithMap : the map has wrong dimensionality");
+ errorMessage("BCondWithMap : the map has wrong dimensionality");
}
@@ -110,7 +110,7 @@ namespace asl
{
unsigned int numD(nD(bl));
if(numD != 2 && numD != 3)
- errorMessage("BCondWithMap : the map has wrong dimensionality");
+ errorMessage("BCondWithMap : the map has wrong dimensionality");
}
BCondWithMap::BCondWithMap(SPAbstractDataWithGhostNodes m,
@@ -126,9 +126,9 @@ namespace asl
unsigned int numD(nD(bl));
unsigned int numDcd(nD(computationalDomain->getBlock()));
if(numD != numDcd)
- errorMessage("BCondWithMap : the map and computationalDomain has different dimensionality");
+ errorMessage("BCondWithMap : the map and computationalDomain has different dimensionality");
if(numD != 2 && numD != 3)
- errorMessage("BCondWithMap : the map has wrong dimensionality");
+ errorMessage("BCondWithMap : the map has wrong dimensionality");
}
@@ -144,7 +144,7 @@ namespace asl
{
unsigned int numD(nD(bl));
if(numD != 2 && numD != 3)
- errorMessage("BCondWithMap : the map has wrong dimensionality");
+ errorMessage("BCondWithMap : the map has wrong dimensionality");
}
BCondWithMap::BCondWithMap(SPDistanceFunction m,
@@ -160,7 +160,7 @@ namespace asl
{
unsigned int numD(nD(bl));
if(numD != 2 && numD != 3)
- errorMessage("BCondWithMap : the map has wrong dimensionality");
+ errorMessage("BCondWithMap : the map has wrong dimensionality");
}
diff --git a/src/num/aslFDAdvectionDiffusion.cxx b/src/num/aslFDAdvectionDiffusion.cxx
index 19b1138..4b7ae97 100644
--- a/src/num/aslFDAdvectionDiffusion.cxx
+++ b/src/num/aslFDAdvectionDiffusion.cxx
@@ -132,7 +132,7 @@ namespace asl
if(compressibilityCorrectionFlag)
{
(*kernel) << (cnew /= (1. - div(velocityT)));
- // improovment of stability
+ // improvment of stability
if(nd == 3)
{
auto vl(acl::cat(subVE(velocityT[0].values,0),
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/asl.git
More information about the debian-science-commits
mailing list