Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
a9139a3e
Commit
a9139a3e
authored
Sep 03, 2014
by
BRAMAS Berenger
Browse files
Add a word about the c kernel api in the quick start
parent
7a0e0bd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Doc/Site_dox/FQuick.dox
View file @
a9139a3e
...
...
@@ -3,10 +3,19 @@
* In this section, we present the data structure organization and the
* classes design to understand fully ScalFmm and customized it.
* Remark : There is a big difference between the version 1.0 and 2.0
* Remark : There is a big difference between the version
s
1.0 and 2.0
* since we do not store array of particles anymore but rather several arrays.
* This was needed in order to be able to vectorize the P2P code.
* We would like to inform users that are not familiar with 'C++' and
* who are familiar with 'C' and would like to create a kernel
* (and do not want to work on the parallelization),
* that an C API have been made for them.
* In order to get access to this API, go in Addons/CKernelApi.
* (To compile, enable the addons and then the CKernelApi).
* However, to have access to all the features of ScalFmm it is required to use C++
* as described in this QuickStart.
* \tableofcontents
* \section prerequisite Prerequisite
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment