Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alberta3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
ians-nmh-siebert
alberta
alberta3
Commits
6157445a
Commit
6157445a
authored
16 years ago
by
Claus-Justus Heine
Browse files
Options
Downloads
Patches
Plain Diff
Cosmetics.
parent
67ad36dc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
HOWTO-port-ellipt.txt
+3
-3
3 additions, 3 deletions
HOWTO-port-ellipt.txt
with
3 additions
and
3 deletions
HOWTO-port-ellipt.txt
+
3
−
3
View file @
6157445a
...
...
@@ -76,7 +76,7 @@ ALBERTA such that it compiles when copied to the new demo-package:
DIM_OF_WORLD == mesh->dim. DIM_OF_WORLD is still fixed; there are
distinct ALBERTA-libraries for each supported value of DIM_OF_WORLD.
- There are some new type-definitions, e.g. 'REAL_BD Lambda' it is
- There are some new type-definitions, e.g. 'REAL_BD Lambda'
;
it is
equivalent to 'REAL_D Lambda[N_LAMBDA_MAX]'.
- The function `init_element()' has to be a `bool'-function, instead
...
...
@@ -84,7 +84,7 @@ ALBERTA such that it compiles when copied to the new demo-package:
a curved element, and `false' otherwise. For the standard case one
should simply return `false'.
- As
above
mentioned there exists new types for barycentric coordinates,
- As mentioned
above,
there exists new types for barycentric coordinates,
so you may want to change, e.g., the function 'LALt' like this:
const REAL_B *LALt(const EL_INFO *el_info, const QUAD *quad,
...
...
@@ -123,7 +123,7 @@ const REAL_B *LALt(const EL_INFO *el_info, const QUAD *quad,
DOF_MATRIX and EL_MATRIX_INFO structures. In effect this means: the
old DOF_MATRIX etc. structures have been deleted, and the old
DOWB_... stuff has been renamed to old non-block names (Note: in the
vanilla v1.2 version there was no block-matrix support).
vanilla v1.2 version there was no block-matrix support
at all
).
Another change in the OPERATOR_INFO structure is caused by the
changed treatment of boundary conditions:
...
...
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