dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #00099
Modified mesh parser and format to allow for nodes having boundary IDs [...]
Commit from johanjan (2004-10-22 17:07 CEST)
--------------------
Modified mesh parser and format to allow for nodes having boundary IDs
(so a node knows which boundaries it belongs to). Still left to do is
to generate the correct boundary IDs for edges and faces from the node
boundary IDs.
dolfin src/demo/solvers/elasticity/main.cpp 1.3
dolfin src/demo/solvers/elasticity-updated/main.cpp 1.7
dolfin src/demo/solvers/elasticity-updated/template.pov 1.6
dolfin src/kernel/io/XMLMesh.cpp 1.3
dolfin src/kernel/io/dolfin/XMLMesh.h 1.4
dolfin src/kernel/mesh/dolfin/Node.h 1.2
dolfin src/modules/elasticity-updated/ElasticityUpdated.h 1.7
Follow ups