Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-istl
Commits
60b24bce
Commit
60b24bce
authored
20 years ago
by
Peter Bastian
Browse files
Options
Downloads
Patches
Plain Diff
small name change
[[Imported from SVN: r24]]
parent
18b39b64
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
istl/bvector.hh
+1
-1
1 addition, 1 deletion
istl/bvector.hh
istl/istl.hh
+2
-2
2 additions, 2 deletions
istl/istl.hh
istl/vbvector.hh
+1
-1
1 addition, 1 deletion
istl/vbvector.hh
with
4 additions
and
4 deletions
istl/bvector.hh
+
1
−
1
View file @
60b24bce
...
...
@@ -36,7 +36,7 @@ namespace Dune {
Setting the compile time switch DUNE_ISTL_WITH_CHECKING
enables error checking.
*/
template
<
class
B
,
class
A
=
SPMV
_Allocator
>
template
<
class
B
,
class
A
=
ISTL
_Allocator
>
class
BlockVector
{
public:
...
...
This diff is collapsed.
Click to expand it.
istl/istl.hh
+
2
−
2
View file @
60b24bce
...
...
@@ -34,7 +34,7 @@ namespace Dune {
- throws std::bad_alloc just as new does
*/
class
SPMV
_Allocator
{
// uses standard malloc and free
class
ISTL
_Allocator
{
// uses standard malloc and free
public:
//! allocate array of nmemb objects of type T
template
<
class
T
>
...
...
@@ -65,7 +65,7 @@ namespace Dune {
static
unsigned
int
count
;
};
unsigned
int
SPMV
_Allocator
::
count
=
0
;
unsigned
int
ISTL
_Allocator
::
count
=
0
;
/** @} end documentation */
...
...
This diff is collapsed.
Click to expand it.
istl/vbvector.hh
+
1
−
1
View file @
60b24bce
...
...
@@ -29,7 +29,7 @@ namespace Dune {
vector spaces. The number of components is given at run-time.
*/
template
<
class
B
,
class
A
=
SPMV
_Allocator
>
template
<
class
B
,
class
A
=
ISTL
_Allocator
>
class
VariableBlockVector
{
public:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment