dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #09312
Re: XML format for Higher Order meshes
2008/8/22 Shawn Walker <walker@xxxxxxxxxxxxxxx>:
> You mean UFC.h and UFC.cpp under
>
> dolfin/mesh/
>
> ?
No, under dolfin/fem/.
--
Martin
> 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
>
References