← Back to team overview

dolfin team mailing list archive

Re: XML format for Higher Order meshes

 

You mean UFC.h and UFC.cpp under

dolfin/mesh/

?

I will check it. I looked in UFCCell.h and saw that was where the original coordinates was read in. I thought that would be the natural place to read in other sets of control_points. I will look at the other files.

- Shawn

On Fri, 22 Aug 2008, Martin Sandve Alnæs wrote:

2008/8/22 Shawn Walker <walker@xxxxxxxxxxxxxxx>:
all we have to modify, then fine.  I was under the impression that the
Tabulate_Tensor routine would need to access this information through
ufc::cell, and so would require modifying that also.  But maybe that is
not so.

Look in src/fem/Assembler.cpp for examples of calls to tabulate_tensor
(f.ex. line 221 in the current version). Also look in src/fem/UFC.h/cpp
for more details about how the ufc::cell is filled in from a dolfin mesh cell.
Then look at the UFC manual again. There are many layers here,
so it's no wonder it takes time to see how it fits together!

--
Martin

Follow ups

References